Re: [patch] applying patch can fail with dry_run

2012-01-16 Thread Philip Martin
Stefan Küng writes: > On 12.01.2012 22:34, Philip Martin wrote: >> Stefan Küng writes: >> >>> $ svn co https://triplea.svn.sourceforge.net/svnroot/triplea/trunk wc -r3375 >>> $ svn patch test.patch wc --dry-run >> >> No error on my machine, it would simply create wc/src, and does without >> --dr

Re: [patch] applying patch can fail with dry_run

2012-01-16 Thread Philip Martin
Philip Martin writes: > Now I can reproduce the error. So the problem occurs when we have a patch file with one item that adds two levels of directories and another item that deletes a file: Index: wc/A/B/f === --- wc/A/B/f(rev

Re: [PATCH] repro-template.bat: Avoid three "File not found" errors when run for the first time

2012-01-16 Thread C. Michael Pilato
On 01/15/2012 11:04 PM, Konstantin Kolinko wrote: > Avoid three "File not found" messages from OS when repro-template.bat is > run for the first time and "repos", "wc" and "import-me" subdirectories do > not exist. > > Patch by: Konstantin Kolinko > > * docs/community-guide/repro-template.bat: C

Re: Implicit keep-alive after reintegrate merge

2012-01-16 Thread Julian Foad
Hi Paul. Here's an updated patch, which is both simpler (now that I learnt more about how the existing code works) and contains tests that demonstrate the functionality (merge_reintegrate_tests.py 18 and 19). I think merge_reintegrate_tests.py 19 demonstrates it better than 1000 words so I'll

Re: svn commit: r1232085 - /subversion/trunk/contrib/server-side/mod_setlocale/mod_setlocale.c

2012-01-16 Thread Daniel Shahaf
Thanks for the fix. I saw some discussion on IRC -- are there outstanding problems not addressed by the below commit? On Mon, Jan 16, 2012, at 18:08, ne...@apache.org wrote: > Author: neels > Date: Mon Jan 16 18:08:13 2012 > New Revision: 1232085 > > URL: http://svn.apache.org/viewvc?rev=123208

Re: svn commit: r1232085 - /subversion/trunk/contrib/server-side/mod_setlocale/mod_setlocale.c

2012-01-16 Thread Daniel Shahaf
Specifically, I saw mentions of segfaults in backscroll, but I don't think this commit prevents any segfaults.. (both setlocale() and ap_log_error() would handle a NULL argument here) On Mon, Jan 16, 2012, at 22:25, Daniel Shahaf wrote: > Thanks for the fix. I saw some discussion on IRC -- are th

Re: [patch] applying patch can fail with dry_run

2012-01-16 Thread Stefan Küng
On 16.01.2012 11:34, Philip Martin wrote: Philip Martin writes: Now I can reproduce the error. So the problem occurs when we have a patch file with one item that adds two levels of directories and another item that deletes a file: Index: wc/A/B/f

RE: svn commit: r1232189 - /subversion/trunk/contrib/server-side/mod_setlocale/mod_setlocale.c

2012-01-16 Thread Bert Huijben
> -Original Message- > From: danie...@apache.org [mailto:danie...@apache.org] > Sent: maandag 16 januari 2012 23:04 > To: comm...@subversion.apache.org > Subject: svn commit: r1232189 - /subversion/trunk/contrib/server- > side/mod_setlocale/mod_setlocale.c > > Author: danielsh > Date: Mo

Re: svn commit: r1232059 - in /subversion/trunk/contrib/server-side/mod_setlocale: ./ README mod_setlocale.c

2012-01-16 Thread Hyrum K Wright
On Mon, Jan 16, 2012 at 10:37 AM, wrote: > Author: neels > Date: Mon Jan 16 16:37:17 2012 > New Revision: 1232059 > > URL: http://svn.apache.org/viewvc?rev=1232059&view=rev > Log: > Add mod_setlocale to contrib. > > * contrib/server-side/mod_setlocale/mod_setlocale.c, > * contrib/server-side/mod_

RE: svn commit: r1232189 - /subversion/trunk/contrib/server-side/mod_setlocale/mod_setlocale.c

2012-01-16 Thread Daniel Shahaf
On Mon, Jan 16, 2012, at 23:06, Bert Huijben wrote: > > > > -Original Message- > > From: danie...@apache.org [mailto:danie...@apache.org] > > Sent: maandag 16 januari 2012 23:04 > > To: comm...@subversion.apache.org > > Subject: svn commit: r1232189 - /subversion/trunk/contrib/server- >

Re: svn commit: r1232085 - /subversion/trunk/contrib/server-side/mod_setlocale/mod_setlocale.c

2012-01-16 Thread Philip Martin
Daniel Shahaf writes: > Specifically, I saw mentions of segfaults in backscroll, I don't think it's mod_setlocale that is resposible. I get an httpd SEGV when I use setlocale, instead of setlocale_module, in the LoadModule line: [Thread debugging using libthread_db enabled] Program received s

Re: [RFC] Server Dictated Configuration

2012-01-16 Thread Paul Burba
Hi All, I haven't been ignoring this thread, I've been laid low with illness the last couple of weeks... ...Anyhow, when I finally got back to this I see that a lot of folks are itching for an inheritable property solution. So for now I'll defer on the open questions re the proposal in the wiki.

Re: [RFC] Server Dictated Configuration

2012-01-16 Thread Hyrum K Wright
On Mon, Jan 16, 2012 at 5:51 PM, Paul Burba wrote: > Hi All, > > I haven't been ignoring this thread, I've been laid low with illness > the last couple of weeks... Yikes! Hope you're feeling better. > ...Anyhow, when I finally got back to this I see that a lot of folks > are itching for an inhe

Re: svn commit: r1232222 - /subversion/trunk/subversion/tests/cmdline/stat_tests.py

2012-01-16 Thread Hyrum K Wright
On Mon, Jan 16, 2012 at 5:14 PM, wrote: > Author: rhuijben > Date: Mon Jan 16 23:14:48 2012 > New Revision: 123 > > URL: http://svn.apache.org/viewvc?rev=123&view=rev > Log: > * subversion/tests/cmdline/stat_tests.py >  (status_not_present): Remove XFail marker and unrelated comment. I d

Re: svn commit: r1232059 - in /subversion/trunk/contrib/server-side/mod_setlocale: ./ README mod_setlocale.c

2012-01-16 Thread Konstantin Kolinko
2012/1/17 Hyrum K Wright : > On Mon, Jan 16, 2012 at 10:37 AM,   wrote: >> Author: neels >> Date: Mon Jan 16 16:37:17 2012 >> New Revision: 1232059 >> >> URL: http://svn.apache.org/viewvc?rev=1232059&view=rev >> Log: >> Add mod_setlocale to contrib. >> >> * contrib/server-side/mod_setlocale/mod_set

Re: [PATCH] httpd 2.3.16-beta compatibility

2012-01-16 Thread Daniel Shahaf
Jeff Trawick wrote on Sun, Jan 15, 2012 at 08:15:55 -0500: > On Fri, Jan 13, 2012 at 10:57 AM, Daniel Shahaf wrote: > > [[[ > > Follow-up to r1033547: track mod_dav API change. > > > > In r882274, the mod_dav API changed in two ways: the signatures of > > dav_new_error() and dav_new_error_tag() ch

Re: svn commit: r1231988 - in /subversion/site/publish/docs/community-guide: repro-template.bat repro-template.sh

2012-01-16 Thread Daniel Shahaf
cmpil...@apache.org wrote on Mon, Jan 16, 2012 at 13:12:20 -: > Modified: subversion/site/publish/docs/community-guide/repro-template.sh > URL: > http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/repro-template.sh?rev=1231988&r1=1231987&r2=1231988&view=diff > ==

[l10n] Translation status report for trunk r1232293

2012-01-16 Thread Subversion Translation Status
Translation status report for trunk@r1232293 lang trans untrans fuzzy obs -- de2081 190 307 270 UUooo es2007 264 384 404 ++UUU~ fr2269 2