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

feature request: svn switch alias

From: Mage <mage_at_mage.hu>
Date: 2005-04-14 11:40:27 CEST

       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

These would be good not only for switch but for merging. What I mean is
an URL-alias, which is starting from the root of the repository.

svn merge -A main test -r1:2
would be similar to:
svn merge svn+ssh://host/var/svn/repository/main
svn+ssh://host/var/svn/repository/test -r1:2

The url would come from the working copy, like with svn info.

       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 11:43:05 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.