Re: Re: Using Tag methodology
From: David Weintraub <qazwart_at_gmail.com>
Date: Mon, 17 Nov 2008 16:06:25 -0500
I actually find that I don't need floating labels in Subversion as we
In most revision control systems, tags are on individual files, and it
However, in Subversion, tags are done on a directory tree basis and
Remember too that the tags directory structure isn't set into stone.
For example, imagine our directory structure looks like this:
.../tags/DEV/FOO-1.4-D-001
It's easy to see that the last QA release is FOO-1.4-Q-002, and you
$ svn log --stop-on-copy -v http://[...]/tags/QA/FOO-1.4-Q-002
A /[...]/tags/QA/FOO-1.4-Q-002 (from /.../tags/DEV/FOO-1.4-D-003:20960)
Now, it's easy to see that FOO-1.4-Q-002 was based upon FOO-1.4-D-003
One of the hard things to do when you use new software is to get out
In most revision control software a label "APPROVED_QA" would not tell
-- David Weintraub qazwart_at_gmail.com On Mon, Nov 17, 2008 at 2:40 PM, Bob Archer <Bob.Archer_at_amsi.com> wrote: > No.. I don't think that's what he wants. He doesn't want to "move" the > tag folder itself but have the same tag contain different revisions of a > file. Sort of like "float" label. The only way to do this is.. > > 1. Delete the tag and do a new copy using the same tag name. > 2. Commit changes directly to the tag folder. Basically goes against the > tag convention but is doable. > > Bob > > > -----Original Message----- > From: Trevor Harmon [mailto:trevor_at_vocaro.com] > Sent: Monday, November 17, 2008 11:46 AM > To: Ryan Schmidt > Cc: Ilan Yaniv; Subversion Users > Subject: Re: Using Tag methodology > > On Nov 17, 2008, at 5:40 AM, Ryan Schmidt wrote: > >>> 2) I also need a label which is moveable, like "ready for QA" etc. >> >> Since tags are just copies, to recreate a tag, you would first >> delete the old tag, then create the new tag. You can do this with a >> normal Subversion client, and it will result in two revisions (one >> to delete and one to create) > > Couldn't he just do a "move" on the tag? I thought tags are like any > other directory in Subversion, which means they can be moved around. > > Trevor > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org > For additional commands, e-mail: users-help_at_subversion.tigris.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org > For additional commands, e-mail: users-help_at_subversion.tigris.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-11-17 22:06:45 CET |
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.