[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: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2006-06-14 23:18:55 CEST

On Wed, 2006-06-14 at 12:03 -0400, Gregory (Grisha) Trubetskoy wrote:
> There is no such thing as a failed transaction as far as conflicts go -
> transaction commit may not complete only for lower level reason, e.g. IP
> connection lost.

As best I understand this, you are incorrect. Transactions can fail due
to conflicts.

> Or you could somehow keep track to "last good known" revision outside of
> SVN, and if a transaction did not go completely OK, perform subsequent
> work with the "last good known" revision, not the youngest? Hmm... but I
> guess that might not work either, because the delta between "last good"
> rev and your changes are not applicable to the youngest rev.

Correct; all commits are against the head.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 14 23:20:07 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.