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

RE: SSH access and svn:externals

From: Zieg, Mark <mark.zieg_at_lmco.com>
Date: 2005-02-28 20:03:24 CET

> I'm now playing with the svn:externals property. Since
> the user name is part of the URL when accessing the
> repository with svn+ssh, is there a trick to set this
> property so it will be usable by every member of the
> team? (relative URL?)

Note that if the external is simply defined "svn+ssh://hostname/foo/bar"
(no hard-coded username), then ssh will automatically assume $USER for
each teammember, which is presumably what you want.

On the other hand, if you need to selectively specify what the username
should be certain users, then they can override that on their end via
the $SVN_SSH environment variable or the ~/.subversion/config file.

Or wait for Subversion 1.2, which hopefully will include relative URLs
such as you hypothesized :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 28 20:05:48 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.