Re: is it possible to close a development branch?
Sam Steingold <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Larry Jones wrote: > Sam Steingold writes: >> What do people do with a branch after it has been merged into the trunk? > Nothing. how about tagging the "foo" branch with "fooN" (Nth iteration) and then tagging trunk with "cvs tag -B -F foo"? >> how do you close it, i.e., stop people from committing to it? > Tell them not to do that. :-) people make mistakes. Thanks!