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

Re: Proposed New Feature (SVNROOT), '.svnignore', and 'rtag' (Revision Aliases)

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-03-17 17:59:02 CET

Greg Hudson <ghudson@MIT.EDU> writes:

> On Wed, 2004-03-17 at 06:53, TBrowder wrote:
> [About SVNROOT]
> > Allows an administrator an easy way to point to the repository.
> > Allows users a default location (svn URL) for their primary
> > repository. I'm not a touch typist and use aliases a lot. I can
> > easily switch repositories with a two- or three-character alias (under
> > tcsh).
>
> Similarly, though, can't you just set two- or three-character shell
> variables for the repositories you use frequently, and then do "svn co
> $rep/pathname dirname"?
>
> I don't think that approach works so well under Windows, but neither do
> your shell aliases.

Works fine.

   C:\Temp>set SVNREPOS=http://svn.collab.net/repos/svn/trunk
   C:\Temp>svn co %SVNREPOS%/subversion/tests/libsvn_fs
   A libsvn_fs\run-fs-tests.py
   A libsvn_fs\key-test.c
   ...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 17 18:00:14 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.