Re: svn commit: r1568551 - in /subversion/trunk/subversion: bindings/ctypes-python/csvn/ bindings/javahl/native/ bindings/javahl/native/jniwrapper/ bindings/swig/perl/libsvn_swig_perl/ bindings/swig/p

2014-02-17 Thread Branko Čibej
On 15.02.2014 01:15, bre...@apache.org wrote: > Author: breser > Date: Sat Feb 15 00:15:12 2014 > New Revision: 1568551 > > URL: http://svn.apache.org/r1568551 > Log: > Finish ending the use of the deprecated svn_stream_set_read(). Modified: subversion/trunk/subversion/bindings/javahl/native/Input

Re: RFE: API for an efficient retrieval of server-side mergeinfo data

2014-02-17 Thread Branko Čibej
On 17.02.2014 22:25, Julian Foad wrote: > I took a stab at writing the JavaHL boiler-plate code for this, as attached, > though I'm unfamiliar with JavaHL. It seems to require modifying 5 java files > and creating 3 new ones. Is that right, JavaHL experts? It seems a lot. It's about right. Welco

Re: 1.8.8 up for testing/signing

2014-02-17 Thread Johan Corveleyn
On Mon, Feb 17, 2014 at 2:47 AM, Johan Corveleyn wrote: > On Fri, Feb 14, 2014 at 12:44 AM, Ben Reser wrote: >> The 1.8.8 release artifacts are now available for testing/signing. >> Please get the tarballs from >> https://dist.apache.org/repos/dist/dev/subversion >> and add your signatures ther

Re: [PATCH] Fix recover/hotcopy erroring out for old FSFS repositories

2014-02-17 Thread Evgeny Kotkov
> Here is the fixup for the problem I was talking about in > http://svn.haxx.se/dev/archive-2014-01/0160.shtml and partially in > http://svn.haxx.se/dev/archive-2014-01/0089.shtml I had some time to think about this patch and so, here is a reroll. The recover_get_root_offset() function from the p

Re: RFE: API for an efficient retrieval of server-side mergeinfo data

2014-02-17 Thread Julian Foad
I took a stab at writing the JavaHL boiler-plate code for this, as attached, though I'm unfamiliar with JavaHL. It seems to require modifying 5 java files and creating 3 new ones. Is that right, JavaHL experts? It seems a lot. The implementation in the core library is empty, as yet, in the attac

[PATCH] Mismatch in db/current when hotcopying old FSFS repositories with propchanges

2014-02-17 Thread Evgeny Kotkov
Hi, I discovered another problem with hotcopy for old FSFS format 1/2 repositories (apart from those reported in http://svn.haxx.se/dev/archive-2014-01/0089.shtml) Attempting to hotcopy an old repository with at least one propchange currently ends up with mismatching node ids in source and destina

Re: BuildBots

2014-02-17 Thread Hyrum K Wright
On Fri, Feb 14, 2014 at 6:49 PM, Ben Reser wrote: > We need our buildbots to work for branches. I propose the following > changes, > in decreasing order of priority. > > 1) If something like bindings is broken on a build bot for branches then > disable the test on that buildbot. It is far bette

Re: RFE: API for an efficient retrieval of server-side mergeinfo data

2014-02-17 Thread Julian Foad
Marc Strapetz wrote: >> ... I'll dig into the cache code ... > > I did that now and the storage is quite simple: we have a main file > which contains the diff (added, removed) for every path in every > revision and a revision-based index file with constant record length (to > quickly locate entri

Re: E175013 svn diff failure (access forbidden) with 1.8.5 (regression)

2014-02-17 Thread Philip Martin
Vincent Lefevre writes: > On 2014-02-14 18:34:52 +, Philip Martin wrote: >> Vincent Lefevre writes: >> >> > With svn 1.8.5 under GNU/Linux (Debian unstable), I get an error >> > >> > svn: E175013: Access to '/svn/' forbidden >> > >> > when I do "svn diff -r118:119 https://host//subd

Re: 1.8.8 up for testing/signing

2014-02-17 Thread Ivan Zhakov
On 14 February 2014 03:44, Ben Reser wrote: > The 1.8.8 release artifacts are now available for testing/signing. > Please get the tarballs from > https://dist.apache.org/repos/dist/dev/subversion > and add your signatures there. I plan to try and release on February > 19th so please try and get

Re: svn_ra_get_file_revs2 vs. blame vs. FS API

2014-02-17 Thread Julian Foad
A couple of clarifications. Julian Foad wrote: > And note that the doc string for svn_ra_get_file_revs2() explicitly says > these > false positives can be returned. In fact it's not explicit, but it directs the reader to see svn_fs_history_prev() for a definition of "interesting revisions", an

Re: E175013 svn diff failure (access forbidden) with 1.8.5 (regression)

2014-02-17 Thread Vincent Lefevre
On 2014-02-14 18:34:52 +, Philip Martin wrote: > Vincent Lefevre writes: > > > With svn 1.8.5 under GNU/Linux (Debian unstable), I get an error > > > > svn: E175013: Access to '/svn/' forbidden > > > > when I do "svn diff -r118:119 https://host//subdir";, but > > "svn diff -r118:119 h

Re: svn commit: r1565531 - /subversion/trunk/subversion/libsvn_ra_serf/util.c

2014-02-17 Thread Julian Foad
Ben fixed this in r1568349. Thanks, Ben. - Julian Julian Foad wrote: > This commit is causing a change of behaviour for me against the Apache svn > repo. [...] >>  +      svn_boolean_t found_san_entry; >> >>  @@ -232,6 +233,7 @@ ssl_server_cert(void *baton, int failure >>         /* Try to fi

Re: svn_ra_get_file_revs2 vs. blame vs. FS API

2014-02-17 Thread Julian Foad
Stefan Fuhrmann wrote: > r1568600 uncovered an inconsistency in our API usage / interpretation > making blame -g tests fail for FSX. > > The starting point is svn_fs_contents_changed and svn_fs_props_changed. > FSFS and probably BDB implement those as "has there been an intermittent > change?" E.g

Re: [PATCH] Do not disable txn-list-lock on Windows

2014-02-17 Thread Evgeny Kotkov
Hi Bert, > Not sure if this is related: > > But you do know that Windows has completely different file semantics than > posix, don't you. You can just use the standard file locking to have proper > locking between threads, which doesn't work on many other platforms. (A > process is free to shoot i