Re: ISSUE: "To many open files" not being logged by master server when sync fails.

2012-05-21 Thread Kenneth Miles
On 21/05/12 20:41, Philip Martin wrote: Kenneth Miles writes: I'm still not able to reproduce the bug. Which version of svnserve are you running? If you do: svnadmin create ... svnsync init ... svnsync sync ... to get a fail and then you repeat svnsync sync ... does it fa

Re: svn-x64-ubuntu-gcc buildslave going dark

2012-05-21 Thread Hyrum K Wright
On Mon, May 21, 2012 at 6:13 PM, Justin Erenkrantz wrote: > On Mon, May 21, 2012 at 11:42 AM, Hyrum K Wright > wrote: >> Sometime in the next week, the svn-x64-ubuntu-gcc buildslave will go >> dark.  I'm being evicted from the University, and the box is coming >> along with me.  I don't know when

Re: svn-x64-ubuntu-gcc buildslave going dark

2012-05-21 Thread Justin Erenkrantz
On Mon, May 21, 2012 at 11:42 AM, Hyrum K Wright wrote: > Sometime in the next week, the svn-x64-ubuntu-gcc buildslave will go > dark.  I'm being evicted from the University, and the box is coming > along with me.  I don't know when I'll be able to get it back online, > but it probably won't be fo

Issue(?) with mod_dav_svn and requiring access to $reporoot

2012-05-21 Thread Tony Stevenson
So, Earlier today I was asked to open a few children from a repo that is essentially close by default. Some background information: This setup allows commits only via an https vhost, ad this is working perfectly. The http vhost is configured to not allow read-only access to the entire repo

Question: Does subversion works with CMIS?

2012-05-21 Thread Marius Bauer
Hey people, I am a designer in a 40-people company. We are using subversion, mainly for our programmers. Nevertheless, we have a group of graphic designers, which are very often designing several versions of a photoshop, indesign or illustrator file. For these designers we would like to use the

Re: [DISCUSS] delete ra_neon

2012-05-21 Thread Greg Stein
I think Lieven is talking about three timeout values: 1) serf context loop, set to 500ms to 1000ms, maybe. 2) iniitial response from server, set to 60 seconds? 3) continuing response from server, set to 5 seconds? The first timeout gives us our responsiveness for a GUI. As Lieven mentions in his

Re: [DISCUSS] delete ra_neon

2012-05-21 Thread Lieven Govaerts
Hi Bert, On Mon, May 21, 2012 at 7:33 PM, Bert Huijben wrote: > > Even with a sensible timeout of 20/30 seconds instead of half an hour, that > value would still be much too high for blocking a GUI tool. The cancel > problem must also be fixed. 1) serf uses non-blocking i/o, the only place whe

svn-x64-ubuntu-gcc buildslave going dark

2012-05-21 Thread Hyrum K Wright
Sometime in the next week, the svn-x64-ubuntu-gcc buildslave will go dark. I'm being evicted from the University, and the box is coming along with me. I don't know when I'll be able to get it back online, but it probably won't be for at least three or four months. If somebody else wants to set u

Re: svn commit: r1341031 - /subversion/trunk/subversion/svn/props.c

2012-05-21 Thread Greg Stein
On May 21, 2012 11:06 AM, "Hyrum K Wright" wrote: > > On Mon, May 21, 2012 at 9:03 AM, wrote: > > Author: stsp > > Date: Mon May 21 14:03:46 2012 > > New Revision: 1341031 > > > > URL: http://svn.apache.org/viewvc?rev=1341031&view=rev > > Log: > > Make 'svn proplist' print property lists in sort

Re: svn commit: r1339559 - /subversion/site/publish/docs/release-notes/release-history.html

2012-05-21 Thread Daniel Shahaf
William A Rowe Jr wrote on Sun, May 20, 2012 at 18:51:36 -0500: > And when you truly can't define an abuse case, but a third party has > insisted on allocating a cve, you should post a refutation to the dev > list asking to be shown otherwise and clearly stating your > counterargument ... and h

RE: [DISCUSS] delete ra_neon

2012-05-21 Thread Bert Huijben
Even with a sensible timeout of 20/30 seconds instead of half an hour, that value would still be much too high for blocking a GUI tool. The cancel problem must also be fixed. You press 'Cancel' in the TortoiseSVN dialog.. And have to wait for 30 minutes until it is processed. On *nix you do

Re: [DISCUSS] delete ra_neon

2012-05-21 Thread Lieven Govaerts
On Mon, May 21, 2012 at 1:47 PM, Johan Corveleyn wrote: > On Sat, May 19, 2012 at 9:58 PM, Greg Stein wrote: > > So far, beyond Philip's concern about traffic/CPU tradeoff, and a > > couple open issues... I think we're in good shape to pull the lever. > > As I said elsethread, this is probably t

Re: Working copy operations that are worse than O(change size)

2012-05-21 Thread Stefan Fuhrmann
Hyrum K Wright wrote: On Sun, May 20, 2012 at 5:35 PM, Stefan Fuhrmann wrote: Hi Bert, In short: excellent work! With your latest changes, all algorithmic issues have been resolved as already confirmed on IRC. Two places in the server could also be improved (r1340874-5). Note to package buil

Re: svn commit: r1341031 - /subversion/trunk/subversion/svn/props.c

2012-05-21 Thread Julian Foad
Hyrum K Wright wrote: > On Mon, May 21, 2012 at 9:03 AM,  wrote: >> Make 'svn proplist' print property lists in sorted order. >> Avoids random output ordering with APR-1.4.6. > > If we do this on a regular basis, it might be useful to implement a > wrapper which takes a baton and handler funct

Re: svn commit: r1341031 - /subversion/trunk/subversion/svn/props.c

2012-05-21 Thread Hyrum K Wright
On Mon, May 21, 2012 at 9:03 AM, wrote: > Author: stsp > Date: Mon May 21 14:03:46 2012 > New Revision: 1341031 > > URL: http://svn.apache.org/viewvc?rev=1341031&view=rev > Log: > Make 'svn proplist' print property lists in sorted order. > Avoids random output ordering with APR-1.4.6. If we do t

Re: Working copy operations that are worse than O(change size)

2012-05-21 Thread Hyrum K Wright
On Sun, May 20, 2012 at 5:35 PM, Stefan Fuhrmann wrote: > Hi Bert, > > In short: excellent work! With your latest changes, > all algorithmic issues have been resolved as already > confirmed on IRC. Two places in the server could > also be improved (r1340874-5). > > Note to package builders: Sqlite

Re: [DISCUSS] delete ra_neon

2012-05-21 Thread C. Michael Pilato
On 05/19/2012 03:20 PM, Justin Erenkrantz wrote: > On Sat, May 19, 2012 at 10:34 AM, Ivan Zhakov wrote: >> I'm still in favor to include properties in update REPORT (Mike's >> approach). PROPFINDs are not cached by proxies and working copy. There >> are relatively small, so there is no real benefi

Re: new conflict callback API

2012-05-21 Thread Stefan Sperling
On Thu, May 17, 2012 at 11:09:48AM +0100, Julian Foad wrote: > Let's take a closer look at what the user (through the client > application) needs to be able to do. Thanks for your comments. I think we're about to each consensus on this. We just have a slight misunderstanding to clear up, and need

Re: [DISCUSS] delete ra_neon

2012-05-21 Thread Johan Corveleyn
On Sat, May 19, 2012 at 9:58 PM, Greg Stein wrote: > So far, beyond Philip's concern about traffic/CPU tradeoff, and a > couple open issues... I think we're in good shape to pull the lever. As I said elsethread, this is probably the best overview of open ra_serf blockers: http://subversion.tigri

Re: svn commit: r1340253 - /subversion/trunk/COMMITTERS

2012-05-21 Thread Vladimir Berezniker
Hyrum, I was thinking of adding, what I have implemented so far, on top of the existing branch as there is minimal overlap and I would like to incorporate the existing work. Therefore, my plan is to do the following, not necessarily in the below order: 1. Rename SVNReposNaming to SVNRa. I h

Re: svn commit: r1340815 - in /subversion/trunk/subversion/libsvn_subr: internal_statements.sql sqlite.c

2012-05-21 Thread Greg Stein
On May 20, 2012 3:35 PM, wrote: >... > +++ subversion/trunk/subversion/libsvn_subr/internal_statements.sql Sun May 20 19:34:53 2012 > @@ -30,6 +30,18 @@ RELEASE SAVEPOINT svn; > -- STMT_INTERNAL_ROLLBACK_TO_SAVEPOINT_SVN > ROLLBACK TO SAVEPOINT svn; > > +-- STMT_INTERNAL_BEGIN_TRANSACTION > +BEG

Re: ISSUE: "To many open files" not being logged by master server when sync fails.

2012-05-21 Thread Philip Martin
Kenneth Miles writes: >> I'm still not able to reproduce the bug. Which version of svnserve are >> you running? If you do: >> >> svnadmin create ... >> svnsync init ... >> svnsync sync ... >> >> to get a fail and then you repeat >> >> svnsync sync ... >> >> does it fail a second time?

Re: svn commit: r1333326 - in /subversion/trunk/subversion: include/private/svn_hash_private.h libsvn_fs_fs/temp_serializer.c libsvn_subr/hash.c

2012-05-21 Thread Julian Foad
Stefan Fuhrmann wrote: > Julian Foad wrote: >>> URL:http://svn.apache.org/viewvc?rev=126&view=rev >>> Introduce private API functions that wrap apr_hash_make_custom >>> and return hash tables that are 2 to 4 times faster than the >>> APR default. >> >> Would it be sensible to propose these (th

Re: svn commit: r1340874 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

2012-05-21 Thread Stefan Fuhrmann
Greg Stein wrote: On Sun, May 20, 2012 at 8:14 PM, wrote: ... +++ subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c Mon May 21 00:14:20 2012 ... + const char *path; + apr_ssize_t klen; + apr_hash_this(hi, (const void **)&path,&klen, NULL); Historically, we