RE: rapidsvn feedback
From: Frohwalt Egerer <mail_at_frohwalt.de>
Date: 2002-08-02 10:25:41 CEST
> -----Original Message-----
Using a .cmd script to assign the output of svn url to an environment
Hell, you can easily write a wrapper xsvn.cmd that assings the output
The same can be done with a Unix shell quite more easily.
The only remaining problem, in Windows you'd have to write
xsvn ls %x%/subdir
and in Unix
xsvn ls $x/subdir
But all in all expansion of magic characters is a thing that shall
(By the way, when using aliases you might even get rid of having to type
If you'll add "svn url" I'll write the xsvn.cmd script :-)
Froh
P.S.: Ouch, shooting my own foot here, because I think a "magic character"
---------------------------------------------------------------------
|
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.