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

Re: CHANGES file, blessed versions and tree revisions

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-10-22 16:18:28 CEST

Michael Wood <mwood@its.uct.ac.za> writes:

> On Wed, Oct 22, 2003 at 09:03:56AM -0500, C. Michael Pilato wrote:
> > "Files" <files@poetryunlimited.com> writes:
> >
> > > For example - subversion 0.29.0 - what is the blessed build rev number for
> > > it?
> >
> > The revision in the CHANGES file (r6976 for 0.29.0) is the revision of
> > the release branch (quite literally /branches/0.29.0, in your example)
> > from which the tarball is created, and from which the tag is created.
>
> I assume this is what you're looking for:
>
> $ svn log -v http://svn.collab.net/repos/svn/tags/0.29.0/
> ------------------------------------------------------------------------
> rev 6982: pll | 2003-09-05 19:27:14 +0200 (Fri, 05 Sep 2003) | 1 line
> Changed paths:
> D /branches/release-0.29.0
> A /tags/0.29.0 (from /branches/release-0.29.0:6981)
>
> Moved Release Release 0.29.0 branch to tags/
> ------------------------------------------------------------------------
> [...]
>
> i.e. rev 6982.

... which for the 0.29.0 release branch is exactly the same as
revision 6976, the revision from which the tarball was made, and the
last change made to that branch. I could have been more clear about
the "from which the tag is created" statement -- 'svn log' could show
any number of revisions there because our release procedures do not
mandate that the tag be made using the --revision (-r) flag.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 22 16:19:45 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.