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

Re: Mnemomic names for revisions

From: Mark Parker <mark_at_msdhub.com>
Date: 2005-05-09 16:40:21 CEST

Brian Huddleston wrote:
>> export FOO=http://myserver/repos/tags/FOO
>> export BAR=http://myserver/repos/tags/BAR
>>
>> svn diff $FOO/myfile.cc $BAR/myfile.cc
>
> The above also assumes that you're on a unix box (you can also do it
> under Windows, but it much clunkier)

set FOO=http://myserver/repos/tags/FOO
set BAR=http://myserver/repos/tags/BAR

svn diff %FOO%/myfile.cc %BAR%/myfile.cc

You have a funny definition of clunky. Most people I know (who aren't
already familiar with *nix shells) would say that "set" is more
intuitive than "export". But this isn't an argument about operating systems.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 9 17:06:34 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.