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

Re: Brain Freeze with Tags

From: Nico Kadel-Garcia <nkadel_at_comcast.net>
Date: 2006-05-31 18:59:23 CEST

Andy Levy wrote:
> On 5/31/06, Steve.Craft@sungard.com <Steve.Craft@sungard.com> wrote:
>>
>>
>> Having a brain freeze over here. What is the svn command to derive
>> the revision number based on a tag?
>
> svn log --stop-on-copy <TAGURL> should produce a log showing where the
> tag was copied from.

Try "svn info". The "stop-on-copy" relies on when the tag was created, and
sometimes people will modify tags in place, which is a non-recommended but
all-too-common practice.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 31 19:00:51 2006

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.