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

RE: Adding changeset-like functionality to subversion

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-10-08 19:53:41 CEST

On Tue, 2002-10-08 at 13:49, LOWE,DAVID (HP-Vancouver,ex1) wrote:
> What I mean by "order-independent manner" is this. Two developers are
> working on a code set. Developer A has a branch and makes and checks in
> changes on his branch on Monday, Tuesday, and Wednesday. An SCM that allowed
> "order-independence" would allow Developer B to apply Developer A's
> Wednesday changes first and later apply the Tuesday and Monday changes.

What's supposed to happen if Wednesday's changes depend on Monday's and
Tuesday's changes? (For instance, if the developer created a file on
Monday and then edited it on Wednesday.)

If this is only supposed to work when there are no dependencies, then
you can do it with CVS ("cvs update -j tuesday-tag -j wednesday-tag",
then "cvs update -j base-tag -j tuesday-tag"). Perhaps there is some
other requirement you haven't mentioned?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 8 20:13:14 2002

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.