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

Re: How to compare a revision with a tag?

From: Paul Koning <pkoning_at_equallogic.com>
Date: 2005-10-23 21:01:52 CEST

>>>>> "Jay" == Jay Levitt <lists-svn@shopwatch.org> writes:

 Jay> So the only way to do it, AFAIK, is "svn diff
 Jay> http://svn.example.com/repos/trunk/dir1/dir2/dir3/dir4/dir5/dir6/filename
 Jay> http://svn.example.com/repos/tags/june-release/dir1/dir3/dir3/dir4/dir5/dir6/filename".

With a decent shell it doesn't look so bad:
  svn diff http://svn.example.com/repos/{trunk,tags/june-release}/path...
that way you only have to type the path once.

     paul

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Oct 23 21:06:21 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.