[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn+ssh :(

From: Alf Christophersen <alf.christophersen_at_medisin.uio.no>
Date: 2006-02-10 18:15:48 CET

At 17:05 10.02.2006, James Carr wrote:
>Hi,
>
>I am having a small problemgetting svn+ssh to work nicely with
>tortiseSVN. Every single action requires a prompt for password, even
>when browsing one will be prompted for a password each time thy view a
>directory through the repos browser.
>
>I found some tutorials on setting up ssh public key authentication,
>but so far nothing seems to work. :(

Download Putty and install that one. It contains a key generator and upload
the public key as described. Have Pageant start each time you log in, and
in the cvs setup, tell plink be executed

Now make a login profile in putty which you name after your username and
server, like dude@nowhere.com if username is dude and server is nowhere.com

Start once plink with "plink dude@nowhere.com" if that was your profile
name and then, eacjh time you login, activate pageant and read in the
private key which you have stored somewhere. Then you may try plink again
and check you get in directly on the server. Exit and use svn freely. But
remember to reactivate key in Pageant each time you log in. If you in gthe
startup starts a batch file that run through all directories that are under
svn and do an update, also have before that, a reminder to enter the
password for svn login.

Like
Echo Please remember to log in at PageAnt
cd project1
svn update
cd project2
svn update

etc etc

Alf Christophersen
http://folk.uio.no/achristo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Fri Feb 10 19:42:39 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.