[PATCH] fix 45 German fuzzy strings

2012-01-06 Thread Andreas Stieger
Hello, [[[ * subversion/po/de.po : Fix 45 fuzzy strings. ]]] Regards, Andreas Stieger Index: subversion/po/de.po === --- subversion/po/de.po (revision 1228499) +++ subversion/po/de.po (working copy) @@ -53,6 +53,7 @@ # property

Re: svn commit: r1209610 - /subversion/trunk/subversion/libsvn_subr/debug.c

2012-01-06 Thread Daniel Shahaf
Daniel Shahaf wrote on Sat, Jan 07, 2012 at 01:07:01 +0200: > Johan Corveleyn wrote on Fri, Jan 06, 2012 at 23:50:02 +0100: > > Any ideas on how to fix this? > > > > Make extractor.py skip svn_debug.h for debug builds? And if anyone is feeling more ambitious: by making extractor.py pass the file

Re: svn commit: r1209610 - /subversion/trunk/subversion/libsvn_subr/debug.c

2012-01-06 Thread Daniel Shahaf
And a bit of background... build/generator/extractor.py is a file used by gen-make.py on Windows to construct the list of functions that the DLL's export. That file is not aware of C preprocessor macros, so functions that are #define'd away on Windows must be explicitly excepted in it. r1209610

Re: svn commit: r1209610 - /subversion/trunk/subversion/libsvn_subr/debug.c

2012-01-06 Thread Daniel Shahaf
Johan Corveleyn wrote on Fri, Jan 06, 2012 at 23:50:02 +0100: > On Fri, Jan 6, 2012 at 2:45 AM, Daniel Shahaf wrote: > > Johan Corveleyn wrote on Fri, Jan 06, 2012 at 02:12:15 +0100: > >> On Fri, Dec 2, 2011 at 7:04 PM,   wrote: > >> > Author: hwright > >> > Date: Fri Dec  2 18:04:14 2011 > >> > N

Re: svn commit: r1209610 - /subversion/trunk/subversion/libsvn_subr/debug.c

2012-01-06 Thread Johan Corveleyn
On Fri, Jan 6, 2012 at 2:45 AM, Daniel Shahaf wrote: > Johan Corveleyn wrote on Fri, Jan 06, 2012 at 02:12:15 +0100: >> On Fri, Dec 2, 2011 at 7:04 PM,   wrote: >> > Author: hwright >> > Date: Fri Dec  2 18:04:14 2011 >> > New Revision: 1209610 >> > >> > URL: http://svn.apache.org/viewvc?rev=12096

Re: svn commit: r1224647 - in /subversion/trunk/subversion: include/svn_string.h libsvn_fs_base/id.c libsvn_fs_fs/fs_fs.c libsvn_fs_fs/id.c libsvn_fs_fs/tree.c libsvn_ra_neon/session.c libsvn_ra_serf/

2012-01-06 Thread Travis
stef...@apache.org wrote on Sun, Dec 25, 2011 at 21:40:37 -: Author: stefan2 Date: Sun Dec 25 21:40:37 2011 New Revision: 1224647 URL: http://svn.apache.org/viewvc?rev=1224647&view=rev Log: Improve parsing speed of IDs and other structures by introducing a wrapper around apr_strtok(). Sinc

Re: svn commit: r1228371 - in /subversion/trunk/subversion: svnadmin/main.c tests/cmdline/svnadmin_tests.py tests/cmdline/svntest/main.py

2012-01-06 Thread Greg Stein
On Jan 6, 2012 4:06 PM, "Daniel Shahaf" wrote: > > Greg Stein wrote on Fri, Jan 06, 2012 at 15:56:29 -0500: > > On Fri, Jan 6, 2012 at 14:50, wrote: > > > Author: cmpilato > > > Date: Fri Jan 6 19:50:30 2012 > > > New Revision: 1228371 > > > > > > URL: http://svn.apache.org/viewvc?rev=1228371&v

Re: svn commit: r1228371 - in /subversion/trunk/subversion: svnadmin/main.c tests/cmdline/svnadmin_tests.py tests/cmdline/svntest/main.py

2012-01-06 Thread Daniel Shahaf
Greg Stein wrote on Fri, Jan 06, 2012 at 15:56:29 -0500: > On Fri, Jan 6, 2012 at 14:50, wrote: > > Author: cmpilato > > Date: Fri Jan  6 19:50:30 2012 > > New Revision: 1228371 > > > > URL: http://svn.apache.org/viewvc?rev=1228371&view=rev > > Log: > > Finish issue #4092 ("Add 'svnadmin unlock'

Re: svn commit: r1228371 - in /subversion/trunk/subversion: svnadmin/main.c tests/cmdline/svnadmin_tests.py tests/cmdline/svntest/main.py

2012-01-06 Thread Greg Stein
On Fri, Jan 6, 2012 at 14:50, wrote: > Author: cmpilato > Date: Fri Jan  6 19:50:30 2012 > New Revision: 1228371 > > URL: http://svn.apache.org/viewvc?rev=1228371&view=rev > Log: > Finish issue #4092 ("Add 'svnadmin unlock' subcommand which provides a > lock token for unlock validation"). The re

Re: svn commit: r1228253 - in /subversion/trunk/subversion: svnadmin/main.c tests/cmdline/svnadmin_tests.py tests/cmdline/svntest/main.py

2012-01-06 Thread Daniel Shahaf
Filed as issue #4092. http://subversion.tigris.org/issues/show_bug.cgi?id=4092 C. Michael Pilato wrote on Fri, Jan 06, 2012 at 13:21:36 -0500: > On 01/06/2012 12:10 PM, Daniel Shahaf wrote: > > cmpil...@apache.org wrote on Fri, Jan 06, 2012 at 16:38:59 -: > >> + {"lock", subcommand_lock, {0},

Re: svn commit: r1228253 - in /subversion/trunk/subversion: svnadmin/main.c tests/cmdline/svnadmin_tests.py tests/cmdline/svntest/main.py

2012-01-06 Thread C. Michael Pilato
On 01/06/2012 12:10 PM, Daniel Shahaf wrote: > cmpil...@apache.org wrote on Fri, Jan 06, 2012 at 16:38:59 -: >> + {"lock", subcommand_lock, {0}, N_ >> + ("usage: svnadmin lock REPOS_PATH PATH USERNAME COMMENT-FILE [TOKEN]\n\n" >> +"Lock PATH by USERNAME setting comments from COMMENT-FILE

Re: svn commit: r1224647 - in /subversion/trunk/subversion: include/svn_string.h libsvn_fs_base/id.c libsvn_fs_fs/fs_fs.c libsvn_fs_fs/id.c libsvn_fs_fs/tree.c libsvn_ra_neon/session.c libsvn_ra_serf/

2012-01-06 Thread Daniel Shahaf
Stefan, stef...@apache.org wrote on Sun, Dec 25, 2011 at 21:40:37 -: > Author: stefan2 > Date: Sun Dec 25 21:40:37 2011 > New Revision: 1224647 > > URL: http://svn.apache.org/viewvc?rev=1224647&view=rev > Log: > Improve parsing speed of IDs and other structures by introducing > a wrapper arou

Re: svn commit: r1228253 - in /subversion/trunk/subversion: svnadmin/main.c tests/cmdline/svnadmin_tests.py tests/cmdline/svntest/main.py

2012-01-06 Thread Daniel Shahaf
cmpil...@apache.org wrote on Fri, Jan 06, 2012 at 16:38:59 -: > + {"lock", subcommand_lock, {0}, N_ > + ("usage: svnadmin lock REPOS_PATH PATH USERNAME COMMENT-FILE [TOKEN]\n\n" > +"Lock PATH by USERNAME setting comments from COMMENT-FILE.\n" > +"If provided, use TOKEN as lock token.

Re: [PATCH] Issue 3942 - Provide new subcommand on svnadmin to create a lock

2012-01-06 Thread C. Michael Pilato
On 07/18/2011 03:11 AM, noorul Islam. Kamal Malmiyoda wrote: > Bert/Julian/Mike, > > Thank you for your review comments and suggestions. > > Please find attached the updated patch which contains the following > modifications. Patch committed in r1228253. Thanks, Noorul. -- C. Michael Pilato

Re: [RFC] Server Dictated Configuration

2012-01-06 Thread Daniel Shahaf
Johan Corveleyn wrote on Fri, Jan 06, 2012 at 13:16:06 +0100: > Come to think of it: using properties has the nice advantage that > these "configurations" come along when a project is branched or > tagged. Which is what most users would expect, I guess. > > If using some other server-side configur

Re: [RFC] Server Dictated Configuration

2012-01-06 Thread C. Michael Pilato
On 01/06/2012 07:16 AM, Johan Corveleyn wrote: > Come to think of it: using properties has the nice advantage that > these "configurations" come along when a project is branched or > tagged. Which is what most users would expect, I guess. That's a great point, and echoes a problem which currently

Re: [RFC] Server Dictated Configuration

2012-01-06 Thread Johan Corveleyn
On Fri, Jan 6, 2012 at 8:27 AM, Ivan Zhakov wrote: > On Fri, Jan 6, 2012 at 00:03, Mark Phippard wrote: >> On Thu, Jan 5, 2012 at 2:42 PM, Ivan Zhakov wrote: >>> On Wed, Jan 4, 2012 at 02:58, Paul Burba wrote: Mike Pilato and I have been kicking around some ideas on server dictated co