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

externals using svn+ssh:// -- how do I *not* put my username in propset svn:externals ?

From: Miles Keaton <mileskeaton_at_gmail.com>
Date: 2005-08-06 09:03:34 CEST

Using svn+ssh, I use my SSH login username when checking out a respository:
svn co svn+ssh://miles@some.host.org/path/to/repos

Now, I need to use externals so that I can have a shared directory of
libs that are used in a few different projects.

svn propset svn:externals 'lib
svn+ssh://miles@some.host.org/path/to/sharedlibs' somedir

This test worked just fine for me.

But - once anyone else tries to get an update on this project, they
are asked for my SSH password! (Since the properties has my username
in the svn+ssh path.)

How do I use externals with svn+ssh but *not* put my username in
propset svn:externals?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 6 09:05:18 2005

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.