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

Re: svn commit: r1628093 - in /subversion/trunk/subversion/libsvn_fs_fs: index.c structure-indexes

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 16 Oct 2014 16:25:19 +0200

On Tue, Sep 30, 2014 at 11:44:04AM +0200, Stefan Fuhrmann wrote:
> On Tue, Sep 30, 2014 at 11:15 AM, Stefan Sperling <stsp_at_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?
Received on 2014-10-16 16:25:53 CEST

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.