
Hi, Did the 1.35.0 release ever get tagged as such? I think that's a rather important step in the release process, but I can't find an appropriate tag. Did I miss it? Thanks, -- Dave Abrahams BoostPro Computing http://www.boostpro.com

David Abrahams wrote:
Did the 1.35.0 release ever get tagged as such? I think that's a rather important step in the release process, but I can't find an appropriate tag. Did I miss it?
Apparently not. I'll fix that. Hum... I don't see any tags for any past releases. Something is amiss. Maybe they never got transfered over from CVS? --Beman

Hi ! On Tuesday 20 May 2008, Beman Dawes wrote:
David Abrahams wrote:
Did the 1.35.0 release ever get tagged as such? I think that's a rather important step in the release process, but I can't find an appropriate tag. Did I miss it?
Apparently not. I'll fix that.
Hum... I don't see any tags for any past releases. Something is amiss. Maybe they never got transfered over from CVS?
They got moved to: svn ls https://svn.boost.org/svn/boost/tags/release Running "svn log" on some CVS tag finds: svn log --stop-on-copy https://svn.boost.org/svn/boost/tags/release/Boost_1_30_0 ------------------------------------------------------------------------ r44321 | grafik | 2008-04-12 07:21:24 +0200 (Sat, 12 Apr 2008) | 1 line Cleanup release tags. ------------------------------------------------------------------------ Hope this helps, Yours, Jürgen -- * Dipl.-Math. Jürgen Hunold ! Ingenieurgesellschaft für * voice: ++49 511 262926 57 ! Verkehrs- und Eisenbahnwesen mbH * fax : ++49 511 262926 99 ! Lister Straße 15 * juergen.hunold@ivembh.de ! www.ivembh.de * * Geschäftsführer: ! Sitz des Unternehmens: Hannover * Prof. Dr.-Ing. Thomas Siefer ! Amtsgericht Hannover, HRB 56965 * PD Dr.-Ing. Alfons Radtke !

Juergen Hunold wrote:
Hi !
On Tuesday 20 May 2008, Beman Dawes wrote:
David Abrahams wrote:
Did the 1.35.0 release ever get tagged as such? I think that's a rather important step in the release process, but I can't find an appropriate tag. Did I miss it? Apparently not. I'll fix that.
Hum... I don't see any tags for any past releases. Something is amiss. Maybe they never got transfered over from CVS?
They got moved to:
Ah! Thanks! --Beman

on Tue May 20 2008, Juergen Hunold <juergen.hunold-AT-ivembh.de> wrote:
Hi !
On Tuesday 20 May 2008, Beman Dawes wrote:
David Abrahams wrote:
Did the 1.35.0 release ever get tagged as such? I think that's a rather important step in the release process, but I can't find an appropriate tag. Did I miss it?
Apparently not. I'll fix that.
Hum... I don't see any tags for any past releases. Something is amiss. Maybe they never got transfered over from CVS?
They got moved to:
svn ls https://svn.boost.org/svn/boost/tags/release
Running "svn log" on some CVS tag finds:
svn log --stop-on-copy https://svn.boost.org/svn/boost/tags/release/Boost_1_30_0 ------------------------------------------------------------------------ r44321 | grafik | 2008-04-12 07:21:24 +0200 (Sat, 12 Apr 2008) | 1 line
Cleanup release tags. ------------------------------------------------------------------------
Huh. Well, if we're going to collect all release tags into a subdirectory called "release," can we also collect all non-release tags into a different subdirectory? Otherwise, because a tag is just a directory copy, it looks like we have a tag called "release." It just gets really hard to keep track of what's going on. -- Dave Abrahams BoostPro Computing http://www.boostpro.com

They got moved to:
svn ls https://svn.boost.org/svn/boost/tags/release
Running "svn log" on some CVS tag finds:
svn log --stop-on-copy https://svn.boost.org/svn/boost/tags/release/Boost_1_30_0 ------------------------------------------------------------------------ r44321 | grafik | 2008-04-12 07:21:24 +0200 (Sat, 12 Apr 2008) | 1 line
Cleanup release tags. ------------------------------------------------------------------------
Huh. Well, if we're going to collect all release tags into a subdirectory called "release," can we also collect all non-release tags into a different subdirectory? Otherwise, because a tag is just a directory copy, it looks like we have a tag called "release." It just gets really hard to keep track of what's going on.
FWIW, we use: trunk/ branches/ (development of new features, misc) candidates/ V03-00-02/ (copy trunk to here when it is time to start hammering on an RC) release/ V03-00-01/ (mv the candidate here at release time) Since things can get modified (despite draconian restrictions on who can write to the release/ dir), we set an svn property RELEASE_REVISION containing the revision number: svn ps RELEASE_REVISION '66761' . at release time. In practice we haven't had much use for 'tags', since you're almost always thinking in terms of 'branches'. If you need to keep notes about certain branches at certain revisions, you can use properties as above. </2cents> -t

Beman Dawes escribió:
David Abrahams wrote:
Did the 1.35.0 release ever get tagged as such? I think that's a rather important step in the release process, but I can't find an appropriate tag. Did I miss it?
Apparently not. I'll fix that.
Hum... I don't see any tags for any past releases. Something is amiss. Maybe they never got transfered over from CVS?
[piggybacking on the thread] Beman, are there plans to make a 1.35.1 release? If so, any tentative schedule? Thank you! Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

joaquin@tid.es wrote:
Beman Dawes escribió:
David Abrahams wrote:
Did the 1.35.0 release ever get tagged as such? I think that's a rather important step in the release process, but I can't find an appropriate tag. Did I miss it?
Apparently not. I'll fix that.
Hum... I don't see any tags for any past releases. Something is amiss. Maybe they never got transfered over from CVS?
[piggybacking on the thread]
Beman, are there plans to make a 1.35.1 release? If so, any tentative schedule?
I don't have any plans to work on a 1.35.1 release, because I want to concentrate on the regular quarterly release cycle. More on that to follow in the next day or two. But Dave Abrahams said at BoostCon that he is considering working on such a release. --Beman

2008/5/20 David Abrahams <dave@boostpro.com>:
Did the 1.35.0 release ever get tagged as such? I think that's a rather important step in the release process, but I can't find an appropriate tag. Did I miss it?
participants (6)
-
Beman Dawes
-
Daniel James
-
David Abrahams
-
joaquin@tid.es
-
Juergen Hunold
-
troy d. straszheim