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

Re: "freezing" a tag or branch tree

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-09-18 01:51:59 CEST

Daniel Patterson <danpat@adaptiveinternational.com> writes:

> 2) If someone wants to update a tag, they *have* to copy it
> to /branches (and name it appropriately), make their change,
> fix it, and then move the branch back to /tags. Tags
> can't be deleted or overwritten.

Yup, this is exactly what the Subversion project does. When we wanted
to release 0.24.2, we copied the 0.24.1 tag to a branch, made some
changes, and then copied the branch back to /tags/0.24.2.

> 2) Full change history on all files, you can trace "which tag was
> the parent of this one" kind of thing.

And with the new fs db schema, 'svn log /tags/0.24.2' now shows all
the copy events, back to the original 0.24.0 branch. It's great stuff!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 18 01:53:06 2003

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.