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

Re: server-side transactions

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2007-06-29 12:24:38 CEST

On 6/29/07, Clemens Hermann <list_subversion@clhe.de> wrote:
> Hi all,
>
> is there a way to use server-side transactions? As a simple example:
>
> svn copy file:///repo/dir1/file1 file:///repo/dir2/file2
> svn copy file:///repo/dir3/file3 file:///repo/dir4/file4
>
> If I run these commands in sequence I get two new revisions. Each
> command could potentially fail. Is there a way to combine these
> commands to a transaction with a single revision that either executes
> in total or fails completely?

Use mucc:
http://svn.collab.net/repos/svn/branches/1.4.x/contrib/client-side/

> I want to get similar functionality as if I check out to a sandbox, do
> some modifications and then commit these atomic. Ho can I emulate this
> with multiple server-side operations without having a local sandbox?
>
> Thanks in advance for any hint,

1.5 will include mucc as svnmucc in the default binary release.

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 29 12:24:55 2007

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.