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

Re: Wish List (Revisited)

From: TBrowder <tbrowder_at_cox.net>
Date: 2004-03-04 12:51:42 CET

----- Original Message -----
From: "Martin Tomes" <lists@tomes.org>
> Get them to define an environment variable REPO to contain the url to
> the root of the repository and then type:
> svn checkout %REPO%/whatever (windows)
> svn checkout $REPO/whatever (unix)

Thanks Martin.

That works of course, but we want svn to FIRST look for a standard
environment variable that points to the repository (just like CVSROOT does
for CVS).

So usage would be something like:

  setenv SVNROOT svn:/usr/local/svnrepo [csh users]

then

  svn checkout [svn applies $SVNROOT automagically] whatever

or, as the use sees it,

  svn co whatever

Tom Browder

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 4 12:51:27 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.