Re: svn commit: r1299319 - in /subversion/trunk/tools/server-side/svnpubsub: daemonize.py svnwcsub.py

2012-03-10 Thread Greg Stein
On Sat, Mar 10, 2012 at 20:22, wrote: >... > +++ subversion/trunk/tools/server-side/svnpubsub/daemonize.py Sun Mar 11 > 01:22:34 2012 > @@ -151,6 +151,9 @@ class Daemon(object): >       raise ChildResumedIncorrectly() > >     # we're a deamon now. get rid of the final remnants of the parent. > +

Re: Compressed Pristines

2012-03-10 Thread Greg Stein
To answer: no; nonexistent; yes. :-) On Mar 10, 2012 11:59 PM, "Ashod Nakashian" wrote: > Hi All, > > I'm interested in the status of Compressed Pristines[1]. Is someone > working on it? Where are the latest patches (a branch?). Do we need another > hand to work on this feature? > > > [1] http:/

Re: svn commit: r1299327 - /subversion/trunk/notes/directory-index/dirindex.py

2012-03-10 Thread Greg Stein
I think you need to use Hyrum's fs-py to create an FS backend out of this, so you can then run the test suite on it. :-) *duck* On Mar 10, 2012 9:43 PM, wrote: > Author: brane > Date: Sun Mar 11 02:42:46 2012 > New Revision: 1299327 > > URL: http://svn.apache.org/viewvc?rev=1299327&view=rev > Lo

Compressed Pristines

2012-03-10 Thread Ashod Nakashian
Hi All, I'm interested in the status of Compressed Pristines[1]. Is someone working on it? Where are the latest patches (a branch?). Do we need another hand to work on this feature? [1] http://subversion.tigris.org/issues/show_bug.cgi?id=908 Thanks! -Ash

Re: mod_svn 1.7.3 fails to build apache 2.4.1

2012-03-10 Thread Mario Brandt
In 1.7.x branch[1] svn fails to compile against apache 2.4. In trunk it is already fixed. Cheers Mario [1] http://svn.apache.org/repos/asf/subversion/branches/1.7.x/subversion/mod_dav_svn/ Index: util.c === --- util.c (revisi

Re: ctypes-python-bindings - list files in working copy issue

2012-03-10 Thread Konstantin Kolinko
2012/3/9 Martin Zibricky : > Hi all, > > I'm trying to use csvn (ctypes based python bindings). > > I have a simple code example. > > But when trying to run this code I get the following error. > I thested csvn with svn 1.6.17 and 1.7.3. The issue is still the same. > > Could anyone please confirm