[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: Ronny T. Lampert <telecaadmin_at_uni.de>
Date: 2005-04-14 14:46:48 CEST

>> svn sw -A main
>> svn sw -A teszt
>> svn sw -A branch/mage
Even better:

# change into the dir you want as base
$ export R=`svn info | grep URL | awk -F ": " '{ print $2; }'`
$ svn sw $R/main
$ svn sw $R/test
$ svn sw $R/branch/mage

You could also put the export thingy into a bash/.. script and source it.

Cheers,
Ronny

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 14 14:48:42 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.