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

Re: Backing Data

From: Ulrich Eckhardt <ulrich.eckhardt_at_dominolaser.com>
Date: Thu, 16 Jun 2011 11:36:51 +0200

On Wednesday 15 June 2011, Konstantin Kolinko wrote:
> 2011/6/15 Herbie Marais <Herbie.Marais_at_tpt.com>:
> > Our employees often work remotely and the source control system needs to
> > be able to recover is the connection is interrupted while the user is
> > busy checking in a file.
>
> 2. It works fine. The files are transmitted and after that the
> transaction is performed in one step.
>
> If connection is aborted the stale files are left behind. The
> "svnadmin rmtxns" command is there to remove them. That is with FSFS
> backend. I do not have practical experience with BDB one.

In any case, the commits are as atomic as you would expect from a database. In
particular these half commits don't block the system for other users, neither
with the FSFS nor the current BDB backend, so you don't have to get to an
admin to run rmtxns on the repository.

Uli
**************************************************************************************
Domino Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Visit our website at http://www.dominolaser.com
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Domino Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
Received on 2011-06-16 11:33:58 CEST

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.