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

Re: Suspending commits

From: Dan Shookowsky <dshookowsky_at_gmail.com>
Date: 2006-07-25 15:03:44 CEST

I highly recommend buying the book "Pragmatic Version Control Using
Subversion" (or visiting a library that has it or reading it in the
bookstore with a big cup of coffee/tea). The section on release
branches describes a solution to your exact problem.

Essentially, as you near release, you branch the code to a release
branch and restrict the number of developers working on that branch.
The remainder of your development staff can be happily committing code
to the trunk.

When the release itself is made, you can create a tag from the release
branch with the release number. Changes made on the release branch
can be merged back into the trunk.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 25 15:05:29 2006

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.