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

Re: the revision number and a tag

From: Giulio Troccoli <giulio.troccoli_at_mediatelgroup.co.uk>
Date: Thu, 11 Aug 2011 17:02:50 +0100

On 11/08/11 16:59, Michael Hüttermann wrote:
>
> Hello,
>
> given a Subversion tag, what's the best way to get the revision number
> of that tag, i.e. the revision number with which the tag was created?
> Is it possible at all having checked out the tag to a local working
> copy? Or is there any other way to cross-reference a "tag" to a
> revision number?
>
>
> Thanks.
>
>
> Michael
>

I think svn log --limit 1 would work. It will give you the last log when
the tag was modified. Since a tag should never be modified that log
should refer to the copy

G
Received on 2011-08-11 18:03:16 CEST

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.