Re: How to compare a revision with a tag?
From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-10-22 20:28:33 CEST
On Oct 22, 2005, at 08:24, Zsolt wrote:
> How can I compare for example the revision 8 with a tag (for
I think there's some confusion of terminology here.... A revision
If you have this structure:
http://svn.example.com/project/
Say that tag 1.0.1 was copied from branch 1.0 at revision 100 and
svn diff http://svn.example.com/project/tags/1.0.1 http://
Or, if you want to know what's changed from tag 1.0.1 to branch 1.0
svn diff http://svn.example.com/project/tags/1.0.1 http://
---------------------------------------------------------------------
|
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.