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

Re: This is possible with PERFORCE > is it with SVN (yet ;) ) ?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-06-28 16:13:58 CEST

On Jun 28, 2005, at 8:57 AM, Romain Prevost wrote:
>
> This is possible with Perforce, and I don't know if it is
> with SVN (I mean easily).

Yes, it's called 'cherry picking', the arbitrary porting of a
changeset from one branch ot another. Subversion does it fine. We
do this all the time when working on subversion itself. A bug is
fixed on the main trunk, then the changeset is backported to the
current stable-release branch. It's very easy to do.

(CVS does this too, it's nothing earthshattering. I think it's a bit
easier to do in Subversion, of course, because Subverison actually
gives *names* to changesets, whereas CVS has to rely on incessant
tagging to isolate changesets.)

Chapter 4 in the svn book is all about branching and merging, check
it out.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 28 16:23:49 2005

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.