svn commit: r1572509 - /subversion/trunk/subversion/tests/cmdline/davautocheck.sh

2014-02-27 Thread philip
Author: philip Date: Thu Feb 27 11:07:31 2014 New Revision: 1572509 URL: http://svn.apache.org/r1572509 Log: * subversion/tests/cmdline/davautocheck.sh: Move DontDoThatConfigFile to a directory that always exists. Modified: subversion/trunk/subversion/tests/cmdline/davautocheck.sh

svn commit: r1572512 - /subversion/trunk/subversion/libsvn_fs_fs/pack.c

2014-02-27 Thread stefan2
Author: stefan2 Date: Thu Feb 27 11:08:50 2014 New Revision: 1572512 URL: http://svn.apache.org/r1572512 Log: Fix a condition depends on unitialized value error found with valgrind. * subversion/libsvn_fs_fs/pack.c (sort_reps_range): Assign REP_ID only where needed but make sure it

svn commit: r1572514 - /subversion/trunk/subversion/libsvn_fs_fs/pack.c

2014-02-27 Thread stefan2
Author: stefan2 Date: Thu Feb 27 11:10:24 2014 New Revision: 1572514 URL: http://svn.apache.org/r1572514 Log: * subversion/libsvn_fs_fs/pack.c (sort_reps): Remove redundant commentary. No functional change. Modified: subversion/trunk/subversion/libsvn_fs_fs/pack.c Modified:

Re: svn commit: r1572105 - in /subversion/trunk/subversion: svn/auth-cmd.c svn/cl.h svn/svn.c tests/cmdline/getopt_tests_data/svn--help_stdout tests/cmdline/getopt_tests_data/svn_help_stdout

2014-02-27 Thread Stefan Sperling
On Wed, Feb 26, 2014 at 11:28:31PM +, Daniel Shahaf wrote: s...@apache.org wrote on Wed, Feb 26, 2014 at 15:48:06 -: Author: stsp Date: Wed Feb 26 15:48:06 2014 New Revision: 1572105 URL: http://svn.apache.org/r1572105 Log: Introduce 'svn auth', a subcommand for managing

svn commit: r1572540 - /subversion/trunk/subversion/svn/svn.c

2014-02-27 Thread stsp
Author: stsp Date: Thu Feb 27 12:49:52 2014 New Revision: 1572540 URL: http://svn.apache.org/r1572540 Log: * subversion/svn/svn.c (svn_cl__options): Override the --remove option description for 'svn auth' instead of tweaking the global description which belongs to 'svn cl'. Suggested by:

svn commit: r1572548 - /subversion/trunk/subversion/svn/auth-cmd.c

2014-02-27 Thread stsp
Author: stsp Date: Thu Feb 27 13:13:44 2014 New Revision: 1572548 URL: http://svn.apache.org/r1572548 Log: * subversion/svn/auth-cmd.c: Disable pretty-printing on SSL certs on Windows, because it is broken with all currently released versions of serf. To make it easier to enable/disable

svn propchange: r1572548 - svn:log

2014-02-27 Thread stsp
Author: stsp Revision: 1572548 Modified property: svn:log Modified: svn:log at Thu Feb 27 13:17:15 2014 -- --- svn:log (original) +++ svn:log Thu Feb 27 13:17:15 2014 @@ -1,4 +1,4 @@ -* subversion/svn/auth-cmd.c: Disable

svn commit: r1572572 - /subversion/trunk/subversion/include/svn_config.h

2014-02-27 Thread stsp
Author: stsp Date: Thu Feb 27 13:50:08 2014 New Revision: 1572572 URL: http://svn.apache.org/r1572572 Log: * subversion/include/svn_config.h (svn_config_walk_auth_data): Fix a small oversight from r1466183, which renamed the cleanup_func paramter to walk_func but didn't update the

RE: svn commit: r1572548 - /subversion/trunk/subversion/svn/auth-cmd.c

2014-02-27 Thread Bert Huijben
-Original Message- From: s...@apache.org [mailto:s...@apache.org] Sent: donderdag 27 februari 2014 14:14 To: commits@subversion.apache.org Subject: svn commit: r1572548 - /subversion/trunk/subversion/svn/auth- cmd.c Author: stsp Date: Thu Feb 27 13:13:44 2014 New Revision:

svn propchange: r1572512 - svn:log

2014-02-27 Thread danielsh
Author: danielsh Revision: 1572512 Modified property: svn:log Modified: svn:log at Thu Feb 27 16:03:47 2014 -- --- svn:log (original) +++ svn:log Thu Feb 27 16:03:47 2014 @@ -1,4 +1,4 @@ -Fix a condition depends on

svn commit: r1572640 - in /subversion/trunk/subversion: include/svn_config.h libsvn_subr/simple_providers.c libsvn_subr/ssl_client_cert_pw_providers.c libsvn_subr/ssl_server_trust_providers.c libsvn_s

2014-02-27 Thread stsp
Author: stsp Date: Thu Feb 27 16:06:28 2014 New Revision: 1572640 URL: http://svn.apache.org/r1572640 Log: Make the auth cache hash keys part of the public API. This allows API consumers to make better use of the data returned by functions like svn_config_walk_auth_data(), eliminates duplicate

svn commit: r1572641 - /subversion/branches/fsfs-lock-many/subversion/tests/libsvn_fs/locks-test.c

2014-02-27 Thread philip
Author: philip Date: Thu Feb 27 16:08:47 2014 New Revision: 1572641 URL: http://svn.apache.org/r1572641 Log: On fsfs-lock-many branch: extend test. * subversion/tests/libsvn_fs/locks-test.c (lock_multiple_paths): Test both force and unforced unlock. Modified:

svn commit: r1572649 - /subversion/trunk/subversion/include/svn_config.h

2014-02-27 Thread danielsh
Author: danielsh Date: Thu Feb 27 16:32:58 2014 New Revision: 1572649 URL: http://svn.apache.org/r1572649 Log: Follow-up to r1572640: update documentation. * subversion/include/svn_config.h (SVN_CONFIG_REALMSTRING_KEY, SVN_CONFIG_AUTHN_USERNAME_KEY, SVN_CONFIG_AUTHN_PASSWORD_KEY,

svn commit: r1572762 - /subversion/trunk/build/ac-macros/serf.m4

2014-02-27 Thread breser
Author: breser Date: Thu Feb 27 22:26:46 2014 New Revision: 1572762 URL: http://svn.apache.org/r1572762 Log: Fix a number of problems with our serf configure detection. build/ac-macros/serf.m4 (): Update the description (SVN_LIB_SERF): Providing a prefix should trigger an error if serf isn't

svn commit: r1572781 - in /subversion/trunk/tools/buildbot/slaves: centos/ svn-x64-centos/

2014-02-27 Thread breser
Author: breser Date: Thu Feb 27 23:22:55 2014 New Revision: 1572781 URL: http://svn.apache.org/r1572781 Log: Rename the centos dir to svn-x64-centos to match the name of the actual slave. Added: subversion/trunk/tools/buildbot/slaves/svn-x64-centos/ - copied from r1572761,

svn commit: r1572782 - in /subversion/trunk/tools/buildbot/slaves/svn-x64-centos: list-svn-deps.sh svnbuild.sh svncheck.sh svnclean.sh

2014-02-27 Thread breser
Author: breser Date: Thu Feb 27 23:26:34 2014 New Revision: 1572782 URL: http://svn.apache.org/r1572782 Log: Update the svn-x64-centos scripts to match what's on the slave. * tools/buildbot/slaves/svn-x64-centos/list-svn-deps.sh: New * tools/buildbot/slaves/svn-x64-centos/svnbuild.sh: Update

svn commit: r1572816 - /subversion/trunk/tools/buildbot/slaves/svn-x64-centos/svnbuild.sh

2014-02-27 Thread breser
Author: breser Date: Fri Feb 28 03:56:20 2014 New Revision: 1572816 URL: http://svn.apache.org/r1572816 Log: Make the CentOS builbbot use different versions of APR, APR-Util, httpd and serf with versions newer than 1.9 (aka trunk at current). *