fs_copy FROM a transaction root?
From: Jean-François Doyon <jfdoyon_at_methane.ca>
Date: 2004-05-02 00:25:26 CEST
Hello,
I'm developping a Zope (http://www.zope.org) object storage system based on
I've run into a problem with trying to do move/renames.
The application starts a transaction, executes a variety of filesystem based
One of those operations might be a move/rename.
But, when Ape does this, it does so twice, using a temporary file.
So if I have a file "A" I want to rename to "B" this happens:
A -> TMP
This is causing me problems because the svn_fs_copy (fs.copy in Python)
The use of the temporary file gets done by the application (Actually Ape,
Anybody have any idea how I might get around this ? Seems to me I shouldn't
Any insight would be greatly appreciated !
Thanks,
---------------------------------------------------------------------
|
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.