[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: Mage <mage_at_mage.hu>
Date: 2005-04-14 15:20:09 CEST

Ronny T. Lampert wrote:

>>>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.
>
>
I can't put in the profile because I use several subversion repositories
and work on 3-4 project simultaneously.

Exporting a variable every time is not faster than copy-paste from 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 15:22:46 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.