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

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

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-03-26 20:25:36 CET

Guy Umbright wrote:

> I would really rather be able to do
>
> snv+ssh://11.22.33.44/applications/foo
>
> rather than
>
> snv+ssh://11.22.33.44/Users/svn/svnrep/applications/foo

        $ 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.

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 26 20:25:53 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.