Difference between revisions of "Tortoisesvn"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: To get read/write access with TortoiseSVN you have to do some additionals steps: * get Puttygen and Pageant from http://www.chiark.greenend.org.uk/~sgtatham/putty/ * convert your private...)
 
m
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
To get read/write access with TortoiseSVN you have to do some additionals steps:
+
[[Category:SVN]][[Category:SCM]]
 +
To get read/write access with TortoiseSVN with your existing private and uploaded public key, you have to do some additionals steps:
  
 
* get Puttygen and Pageant from http://www.chiark.greenend.org.uk/~sgtatham/putty/
 
* get Puttygen and Pageant from http://www.chiark.greenend.org.uk/~sgtatham/putty/
  
* convert your private file into a format putty understands. This is because the private key file format is not specified by some standard body. To do this we simple open "puttygen" and open the "conversions" menu and chose "Import Key". Then browse to your file "mykey" which you got from the server enter your provided passphrase upon creation of the key. Finally click "Save private key" and save the file as "mykey.PPK" somewhere on disk.
+
* convert your private file into a format putty understands. This is because the private key file format is not specified by some standard body. To do this we simple open "puttygen" and open the "conversions" menu and chose "Import Key". Then browse to your file private key and enter your provided passphrase upon creation of the key. Finally click "Save private key" and save the file as "mykey.PPK" somewhere on disk.
  
 
* start PageAnt and Add your just converted key
 
* start PageAnt and Add your just converted key
  
* now use the ssh+svn repostory address inside TortoiseSVN such as svn+ssh://svn@svn.services.openoffice.org/ooo/tags/DEV300_m32
+
* now just use the ssh+svn repository address inside TortoiseSVN such as svn+ssh://svn@svn.services.openoffice.org/ooo/tags/DEV300_m32
 +
 
 +
You can find more information here: http://tortoisesvn.net/node/5

Latest revision as of 17:12, 16 July 2009

To get read/write access with TortoiseSVN with your existing private and uploaded public key, you have to do some additionals steps:

  • convert your private file into a format putty understands. This is because the private key file format is not specified by some standard body. To do this we simple open "puttygen" and open the "conversions" menu and chose "Import Key". Then browse to your file private key and enter your provided passphrase upon creation of the key. Finally click "Save private key" and save the file as "mykey.PPK" somewhere on disk.
  • start PageAnt and Add your just converted key

You can find more information here: http://tortoisesvn.net/node/5

Personal tools