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

Re: Setting the caching of passwords only localy

From: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Wed, 23 Mar 2011 10:02:26 -0400

On Wed, Mar 23, 2011 at 9:47 AM, Cecil Westerhof <Cecil_at_decebal.nl> wrote:
> As I understand it the caching or not is done through setting:
>    ${HOME}/.subversion/servers
>
> Is it possible to do this centrally?

Your question is a bit unclear. The client needs cached keys, or
passwords, in order to do anything that requires network authorization
on the upstream Subversion server. The Windows clients, such as
TortoiseSVN, have their own encrypted key storage setup. The UNIX and
Linux clients will store HTTP/HTTPS passwords in
$HOME/.subversion/servers, by default, and store them in clear text.

It's possible to use access techniques that do not do this, such as
SSL keys or SSH keys for svn+ssh. That requires the client to have a
private, ideally passphrase protected, and the public keys to be
stored and managed on the server. This is coverd in the Subversion
"red book", though the actual management of the keys is not well
addressed.

Would that cover your needs?
Received on 2011-03-23 15:02:59 CET

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

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