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

How Subversion handles parallel commits

From: Merten, Alexander (External) <Alexander.Merten.External_at_eads.com>
Date: Tue, 26 Feb 2008 09:42:31 +0100

Dear all,

can anyone help me on this: How does Subversion handle commits, that practically happen at the same time?
Are commits handled sequentially, like e.g.

Start-Commit c1
Pre-Commit c1
Post-Commit c1
Start-Commit c2
Pre-Commit c2
Post-Commit c2

Or is there a parallization between commits, e.g.

Start-Commit c1
Start-Commit c2
Pre-Commit c1
Pre-Commit c2
Post-Commit c1
Post-Commit c2

If the second applies, is there any restriction on how those commits can interleave? E.g. is the following technically possible

Start-Commit c1
Pre-Commit c1
Start-Commit c2
Pre-Commit c2
Post-Commit c2
Post-Commit c1

Thanks again for your support. Unfortunately I couldn't find information on this in the mailing list archives.

Greetings,
Alexander Merten
Received on 2008-02-26 09:42:52 CET

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.