On 29/05/2007, at 1:00 AM, Daniel Veillard wrote:
On Tue, May 29, 2007 at 12:29:55AM +1000, Mark Rowe wrote:Daniel, It's as simple as: svn cp -rREV http://svn.gnome.org/svn/libxml2/trunk http://svn.gnome.org/svn/libxml/tags/TAG_NAMEI assume it's s+libxml/+libxml2/+ , right ?
Ah, yes. Sorry about that.
where REV is the revision to tag and TAG_NAME is the name of the tag.Tagging and branching in Subversion is done by the notion of copying adirectory. It's a bit different than the CVS approach, but straightforward once you get used to it.okay I will try next time, I don't have handy the REV used at thatpoint otherwise I would have tried it. maybe that can be found though...
http://svn.gnome.org/viewcvs/libxml2?view=revision&revision=3601 suggests that r3601 would be the correct point at which to tag the release.
- Mark