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

Re: feature request: svn switch alias

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-04-14 13:54:39 CEST

On Apr 14, 2005, at 4:40 AM, Mage wrote:

> Hello,
>
>
> I do many times this:
>
> svn sw svn+ssh://host/var/svn/repository/main
> and
> svn sw svn+ssh://host/var/svn/repository/test
> and
> svn sw svn+ssh://host/var/svn/repository/branch/mage
>
> Like so many svn users. I like copy urls then paste them, but I also
> would like a shorter alias.
>
> Something like
> svn sw -A main
> svn sw -A teszt
> svn sw -A branch/mage

$ export R=svn+ssh://host/var/svn/repository
$ svn sw $R/main
$ svn sw $R/test
$ svn sw $R/branch/mage

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 14 13:57:27 2005

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.