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

Re: $CVSROOT tricks?

From: Duncan Murdoch <murdoch_at_stats.uwo.ca>
Date: 2004-11-02 22:17:42 CET

On Tue, 02 Nov 2004 14:50:04 -0500, "Glenn E. Sieb" <ges@cibernet.com>
wrote :

>I know users can put nifty things in ~/.subversion/* files.. but they
>still have to type:
>
>svn command url://server/path/to/repos
>
>In CVS, there was a nifty $CVSROOT variable you could set so you could
>just do things like:
>
>cvs command
>
>and you wouldn't have to keep typing the repository out... does svn have
>something similar?

Most svn commands work on a working copy, which knows its own
repository, so you don't need to type the repos much.

For checkouts, we just define REPOS and use things like

svn checkout $REPOS/trunk

Duncan Murdoch

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 2 22:17:16 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.