Re: How do you find the repository revision of a tag?
From: David Weintraub <qazwart_at_gmail.com>
Date: Wed, 16 Jul 2008 14:28:39 -0400
On Wed, Jul 16, 2008 at 1:47 PM, Andy Levy <andy.levy_at_gmail.com> wrote:
The "svn info <TAG-URL>" doesn't contain the information I want. It
For example, a
will show me that this tag was created on revision 12740, but if I
$ svn log --verbose --quiet --stop-on-copy
I see this tag was copied from the development tag ADS-5.3-D-139
Doing the following to see where ADS-5.3-D-139 came from, I get:
$ svn log --verbose --quiet --stop-on-copy
I see that ADS-5.3-D-139 was taken from revision 4615 of
And, it took me only two "svn log" queries for me to get to that conclusion.
---------------------------------------------------------------------
|
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.