On Tue, Sep 30, 2014 at 11:44:04AM +0200, Stefan Fuhrmann wrote: > On Tue, Sep 30, 2014 at 11:15 AM, Stefan Sperling <s...@apache.org> wrote: > > How do you open a transaction and postpone the commit? > > Using some custom code written against the FS API? > > > > It would require some custom code like "create greek tree, > create txn, modify a few nodes" on one side and "open the > only available txn, commit txn" on the other side.
Do you have some example or starting point for that somewhere? > > Or can some tool such as svnmucc already do this? > > > > svnadmin can only list and remove txns. svnmucc > svnmucc what? :) > > I presume you rely on apr_off_t, not off_t, right? > > > Yes, I always use apr_off_t. On my system, APR typedefs > it as off_t. off_t is always 64bit on OpenBSD, so I could only test little/big endian variance. Unless perhaps if I patched APR to use a 32bit type for off_t. Would it be possible to test this in our regression test suite somehow?