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

Leftover transaction in case of failed "svn move"

From: Alexey Neyman <alex.neyman_at_auriga.ru>
Date: 2004-01-25 12:15:52 CET

Hello there,

I issued the following actions:
$ svnadmin create /usr/local/svnroot
$ svn import x file:///usr/local/svnroot/vendor/040125 -m "Import"
$ svn move file:///usr/local/svnroot/vendor/040125 \
   file:///usr/local/svnroot/vendor/x/040125 -m "Move"

The last command failed with message:
svn: Out of date: '/vendor/x' in transaction '2'

The cause of the failure is that '/vendor/x' directory does not exist yet
(though it is somewhat hard to guess from the error message). However, after
that the transaction '2' is left around. Shouldn't it be cleaned up after a
failure?

I'm using RedHat 8.0, Subversion 0.36, BDB 4.0.14.

Regards,
Alexey.

-- 
But the worst was yet to come.
                        -- Spathi, SC2
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 26 06:41:31 2004

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.