Re: Defining branch life-cycles in subversion
From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-11-08 16:43:48 CET
Greg Dickie wrote:
>Well it just doesn't make much sense to me I guess. If I want to know what
joe branches to do some development:
$ svn cp http://svn.foo.com/repos/trunk
he then sets a property on the branch to indicate it's status (my syntax
( in a working copy checked out from joe-wip)
$ svn pset foo:branch-status in-progress .
later, he has made some changes, so he emails his technical manager, who
$ svn pset foo:branch-status in-review .
the manager aproves it, so he notes that and emails joe to tell him to
$ svn pset foo:branch-status approved .
joe merges the branch and notes that it's been merged.
$ svn pset foo:branch-status merged .
joe's boss reviews the merge, sees that it has been completed
$ svn rm http://svn.foo.com/repos/branches/joe-wip
is this something like what you were thinking of?
-garrett
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.