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

{Spam?} Re: {Spam?} Re: Any way to not give full repos path for svn+ssh (some way to specify -r)?

From: Jeremy Bettis <jeremy_at_deadbeef.com>
Date: 2004-03-26 22:16:38 CET

> $ export SVNREP="11.22.33.44/Users/svn/svnrep"
> $ svn+ssh://$SVNREP/applications/foo
>
> will work in any sufficiently advanced shell. For Win32, you are up a
creek,
> unless you use a Bash for Windows. If you were just using svn://, you
could
> obviously use the '-r' option.

For WIN32 cmd shell you can do this:

set SVNREP=11.22.33.44/Users/svn/svnrep
svn list svn+ssh://%SVNREP%/applications/foo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 26 22:11:45 2004

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.