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

server-side transactions

From: Clemens Hermann <list_subversion_at_clhe.de>
Date: 2007-06-29 11:14:38 CEST

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?
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,

clemens

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 29 11:14:01 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.