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