Re: svn commit: r1004286 - in /subversion/trunk: ./ subversion/libsvn_subr/io.c

2010-10-11 Thread Ramkumar Ramachandra
Hi Bert, Bert Huijben writes: > > -Original Message- > > From: Ramkumar Ramachandra [mailto:artag...@gmail.com] > > > > Index: subversion/libsvn_subr/io.c > > === > > --- subversion/libsvn_subr/io.c (revision 1005706) > >

Re: svn commit: r1021511 - /subversion/site/publish/source-code.html

2010-10-11 Thread C. Michael Pilato
If you haven't already, please add this to the list of website spots that need updatin' in the Community Guide's "releasing" section, please. On 10/11/2010 05:18 PM, hwri...@apache.org wrote: > Author: hwright > Date: Mon Oct 11 21:18:24 2010 > New Revision: 1021511 > > URL: http://svn.apache.or

Re: SVN client on Unix checks for parent dir "../.svn/wc.db"

2010-10-11 Thread C. Michael Pilato
[Cross-posting to d...@subversion.apache.org] On 10/11/2010 06:07 PM, Anthony Falabella wrote: > Why does the code need to look at all at the parent dir above where a > checkout is being performed? Not only might the parent dir be not > writable, but in our case even looking within that dir is an

Re: [WIP PATCH] Make svn_diff_diff skip identical prefix and suffix to make diff and blame faster

2010-10-11 Thread Johan Corveleyn
On Mon, Oct 11, 2010 at 11:53 AM, Julian Foad wrote: > On Sat, 2010-10-09, Johan Corveleyn wrote: >> On Sat, Oct 9, 2010 at 2:57 AM, Julian Foad wrote: >> > So I wrote a patch - attached - that refactors this into an array of 4 >> > sub-structures, and simplifies all the code that uses them. > [.

Re: Problem with external file

2010-10-11 Thread Bob Fletcher
Philip Martin wandisco.com> writes: > There is no assert on line 4603 in the current code, it's not possible > for the current code to produce that error. There was an assert on > that line back in r993028 but that dates from more than a month ago. > If you try a more up-to-date build then the

Re: Problem with external file

2010-10-11 Thread Philip Martin
Bob Fletcher writes: > OK. I was able to create the error using the command line. The > following are the steps I took. I sure hope this is helpful. (In the > steps below, I changed the name of my company in the URL to xxx.) Thanks for doing this. I tried your recipe on my Linux machine and it

Re: Problem with external file

2010-10-11 Thread Bob Fletcher
OK. I was able to create the error using the command line. The following are the steps I took. I sure hope this is helpful. (In the steps below, I changed the name of my company in the URL to xxx.) (1) Create a local TestLib directory with a single file libfile.h. (2) Import this to repo. C:\D

Re: svn commit: r1021431 - /subversion/trunk/subversion/libsvn_wc/adm_ops.c

2010-10-11 Thread Julian Foad
On Mon, 2010-10-11, julianf...@apache.org wrote: > Author: julianfoad > Date: Mon Oct 11 17:10:35 2010 > New Revision: 1021431 > > URL: http://svn.apache.org/viewvc?rev=1021431&view=rev > Log: > * subversion/libsvn_wc/adm_ops.c > (svn_wc_add4): Update a comment after r1021430. Please excuse thi

Re: Performance optimization - svn_stringbuf_appendbyte()

2010-10-11 Thread Julian Foad
On Sun, 2010-10-10, Stefan Fuhrmann wrote: > On 07.10.2010 16:07, Julian Foad wrote: > >> New Revision: 997203 > >> > >> URL: http://svn.apache.org/viewvc?rev=997203&view=rev > >> Log: > >> Merge r985037, r985046, r995507 and r995603 from the performance branch. > >> > >> These changes introduce th

Re: [Merge request] Merge r985477 from performance branch

2010-10-11 Thread Philip Martin
Branko Čibej writes: > Got into this a bit late, sorry, but I'm not at all happy about this > change. > > If we ignore the issue with long-running SVN processes ... ok, let's > assume that changing umask requires that you restart daemons ... > > I cannot ignore two issues: > > * The default

RE: svn commit: r1004286 - in /subversion/trunk: ./ subversion/libsvn_subr/io.c

2010-10-11 Thread Bert Huijben
> -Original Message- > From: Ramkumar Ramachandra [mailto:artag...@gmail.com] > Sent: maandag 11 oktober 2010 14:54 > To: Bert Huijben > Cc: dev@subversion.apache.org; 'Greg Stein'; 'Julian Foad' > Subject: Re: svn commit: r1004286 - in /subversion/trunk: ./ > subversion/libsvn_subr/io.c

Re: svn commit: r1004286 - in /subversion/trunk: ./ subversion/libsvn_subr/io.c

2010-10-11 Thread Ramkumar Ramachandra
Hi Bert and Julian, Bert Huijben writes: > > -Original Message- > > From: Julian Foad [mailto:julian.f...@wandisco.com] > > On Mon, 2010-10-11, Julian Foad wrote: > > > > an-int-atomic>. > > > "On an IA32 a correctly a

Re: [Merge request] Merge r985477 from performance branch

2010-10-11 Thread Branko Čibej
Got into this a bit late, sorry, but I'm not at all happy about this change. If we ignore the issue with long-running SVN processes ... ok, let's assume that changing umask requires that you restart daemons ... I cannot ignore two issues: * The default perms will come from the temp director

Re: Problem with external file

2010-10-11 Thread Julian Foad
On Sun, 2010-10-10 at 15:23 +, Bob Fletcher wrote: > > > Maybe I can get something this weekend. > > > > Thanks. > > > > By the way, we aren't trying to make life harder on you, or introduce > > some difficult-to-clear bar for getting bugs fixed. The developers as > > just hard at work on ac

Re: [WIP PATCH] Make svn_diff_diff skip identical prefix and suffix to make diff and blame faster

2010-10-11 Thread Julian Foad
On Sat, 2010-10-09, Johan Corveleyn wrote: > On Sat, Oct 9, 2010 at 2:57 AM, Julian Foad wrote: > > On Sat, 2010-10-09, Johan Corveleyn wrote: > >> Ok, third iteration of the patch in attachment. It passes make check. > >> > >> As discussed in [1], this version keeps 50 lines of the identical > >>

RE: svn commit: r1004286 - in /subversion/trunk: ./ subversion/libsvn_subr/io.c

2010-10-11 Thread Bert Huijben
> -Original Message- > From: Julian Foad [mailto:julian.f...@wandisco.com] > Sent: maandag 11 oktober 2010 11:46 > To: Bert Huijben > Cc: 'Greg Stein'; dev@subversion.apache.org; artag...@apache.org > Subject: RE: svn commit: r1004286 - in /subversion/trunk: ./ > subversion/libsvn_subr/io

RE: svn commit: r1004286 - in /subversion/trunk: ./ subversion/libsvn_subr/io.c

2010-10-11 Thread Julian Foad
On Mon, 2010-10-11, Julian Foad wrote: > On Mon, 2010-10-11, Bert Huijben wrote: > > > -Original Message- > > > From: Greg Stein [mailto:gst...@gmail.com] > > > On Mon, Oct 11, 2010 at 04:58, Bert Huijben wrote: > > > >> -Original Message- > > > >> From: artag...@apache.org [mailto

RE: svn commit: r1004286 - in /subversion/trunk: ./ subversion/libsvn_subr/io.c

2010-10-11 Thread Julian Foad
On Mon, 2010-10-11 at 11:11 +0200, Bert Huijben wrote: > > > -Original Message- > > From: Greg Stein [mailto:gst...@gmail.com] > > Sent: maandag 11 oktober 2010 11:03 > > To: Bert Huijben > > Cc: dev@subversion.apache.org; artag...@apache.org > > Subject: Re: svn commit: r1004286 - in /sub

RE: svn commit: r1004286 - in /subversion/trunk: ./ subversion/libsvn_subr/io.c

2010-10-11 Thread Bert Huijben
> -Original Message- > From: Greg Stein [mailto:gst...@gmail.com] > Sent: maandag 11 oktober 2010 11:03 > To: Bert Huijben > Cc: dev@subversion.apache.org; artag...@apache.org > Subject: Re: svn commit: r1004286 - in /subversion/trunk: ./ > subversion/libsvn_subr/io.c > > On Mon, Oct 11,

Re: svn commit: r1004286 - in /subversion/trunk: ./ subversion/libsvn_subr/io.c

2010-10-11 Thread Greg Stein
On Mon, Oct 11, 2010 at 04:58, Bert Huijben wrote: >> -Original Message- >> From: artag...@apache.org [mailto:artag...@apache.org] >> Sent: maandag 4 oktober 2010 17:27 >> To: comm...@subversion.apache.org >> Subject: svn commit: r1004286 - in /subversion/trunk: ./ >> subversion/libsvn_sub

RE: svn commit: r1004286 - in /subversion/trunk: ./ subversion/libsvn_subr/io.c

2010-10-11 Thread Bert Huijben
> -Original Message- > From: artag...@apache.org [mailto:artag...@apache.org] > Sent: maandag 4 oktober 2010 17:27 > To: comm...@subversion.apache.org > Subject: svn commit: r1004286 - in /subversion/trunk: ./ > subversion/libsvn_subr/io.c > > Author: artagnon > Date: Mon Oct 4 15:26:44 2