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

Re: SVN transactions

From: Madan U Sreenivasan <madan_at_collab.net>
Date: 2006-06-15 13:01:55 CEST

On Thu, 15 Jun 2006 07:51:27 +0530, Ben Collins-Sussman
<sussman@red-bean.com> wrote:

[snip]
>
> A transaction starts life as a copy of the latest revision tree. You
> make changes to the transaction tree, then attempt to commit it. If
> newer changes have been committed in the meantime, the repository
> attempts to merge your changes with the new changes. This the dumbest
> sort of merge: if nobody else has changed the same files you're
> changing, then there's no conflict, and the commit succeeds.

IIUC, conflicts are much more fine grained... conflicts arise not simply
because the same file is changed, but more specifically because the lines
that have been changed are conflicting...

Pl. feel free to correct me if am wrong.

Regards,
Madan.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 15 12:31:42 2006

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.