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

Re: Different passwords for different repositories

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-11-08 17:39:05 CET

almljung wrote:
> I sent this suggestion of functionallity to this list since
> I can not find any address dedicated for suggestions.
>
> I have started to use subversion for product management,
> though I miss one feature in the TortoiseSVN application.
> Since I'm having several repository on the same server with
> different passwords for each repository, I would like the
> TortoiseSVN client to store the password for each outchecked
> repository on the same server. This would be a greate
> advantige since using different passwords for different
> repositories increases security.

Not sure what your problem is. If you're using http/https, then TSVN
automatically stores the username/password for you if you enable the
checkbox "save authentication" on the dialog asking you for
username/password. After you've entered that data once, it is stored
encrypted on the harddrive.

For svn+ssh connections however, TSVN or Subversion simply *can't* store
username/password, because it doesn't even see those.
Authentication/encryption is done by your ssh client alone. But in that
case, you could install a special ssh tool which stores that information
(don't know the name of it right now, but you'll find it on e.g. the
putty homepage).

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Nov 8 17:41:05 2005

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

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