svn commit: r1420596 - /subversion/trunk/subversion/tests/libsvn_ra/

2012-12-12 Thread philip
Author: philip Date: Wed Dec 12 09:56:14 2012 New Revision: 1420596 URL: http://svn.apache.org/viewvc?rev=1420596view=rev Log: * subversion/tests/libsvn_ra: Set svn:ignore. Modified: subversion/trunk/subversion/tests/libsvn_ra/ (props changed) Propchange:

Re: svn commit: r1420477 - in /subversion/trunk: build.conf subversion/tests/libsvn_ra/ subversion/tests/libsvn_ra/ra-test.c

2012-12-12 Thread Daniel Shahaf
julianf...@apache.org wrote on Tue, Dec 11, 2012 at 22:42:55 -: +[ra-test] +description = Test a few things in libsvn_ra +type = exe +path = subversion/tests/libsvn_ra +sources = ra-test.c +install = test +libs = libsvn_test libsvn_ra libsvn_fs libsvn_delta libsvn_subr + apriconv

Re: svn commit: r1420477 - in /subversion/trunk: build.conf subversion/tests/libsvn_ra/ subversion/tests/libsvn_ra/ra-test.c

2012-12-12 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, Dec 12, 2012 at 13:21:07 +0200: julianf...@apache.org wrote on Tue, Dec 11, 2012 at 22:42:55 -: +[ra-test] +description = Test a few things in libsvn_ra +type = exe +path = subversion/tests/libsvn_ra +sources = ra-test.c +install = test +libs =

[Subversion Wiki] Update of SupportedMergeScenarios by JulianFoad

2012-12-12 Thread Apache subversion Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Subversion Wiki for change notification. The SupportedMergeScenarios page has been changed by JulianFoad: http://wiki.apache.org/subversion/SupportedMergeScenarios?action=diffrev1=10rev2=11 The UI may also provide the

svn commit: r1420726 - in /subversion/trunk: configure.ac subversion/libsvn_fs/fs-loader.c subversion/libsvn_ra/ra_loader.c subversion/libsvn_subr/auth.c

2012-12-12 Thread philip
Author: philip Date: Wed Dec 12 15:01:45 2012 New Revision: 1420726 URL: http://svn.apache.org/viewvc?rev=1420726view=rev Log: Take a bit more of Debian's APR-ABI patch so runtime RA/FS loading gets the right Subversion libraries when using APR-2. * configure.ac: Setup SVN_SOVERSION. *

svn commit: r1420742 - /subversion/trunk/subversion/libsvn_wc/props.c

2012-12-12 Thread julianfoad
Author: julianfoad Date: Wed Dec 12 15:14:22 2012 New Revision: 1420742 URL: http://svn.apache.org/viewvc?rev=1420742view=rev Log: * subversion/libsvn_wc/props.c (svn_wc__perform_props_merge): A follow-up to r1417926: fix an assertion failure. Modified:

svn propchange: r1420742 - svn:log

2012-12-12 Thread julianfoad
Author: julianfoad Revision: 1420742 Modified property: svn:log Modified: svn:log at Wed Dec 12 15:18:44 2012 -- --- svn:log (original) +++ svn:log Wed Dec 12 15:18:44 2012 @@ -1,3 +1,3 @@ * subversion/libsvn_wc/props.c

svn commit: r1420804 - /subversion/trunk/subversion/libsvn_wc/props.h

2012-12-12 Thread julianfoad
Author: julianfoad Date: Wed Dec 12 16:12:27 2012 New Revision: 1420804 URL: http://svn.apache.org/viewvc?rev=1420804view=rev Log: * subversion/libsvn_wc/props.h svn_wc__merge_props): Fix doc string, following r1417926. Modified: subversion/trunk/subversion/libsvn_wc/props.h Modified:

svn commit: r1420819 - in /subversion/trunk/subversion: include/svn_wc.h libsvn_wc/deprecated.c libsvn_wc/props.c libsvn_wc/props.h libsvn_wc/wc-queries.sql libsvn_wc/wc_db.c libsvn_wc/wc_db.h

2012-12-12 Thread julianfoad
Author: julianfoad Date: Wed Dec 12 16:44:48 2012 New Revision: 1420819 URL: http://svn.apache.org/viewvc?rev=1420819view=rev Log: Remove the ifdef'd-out support for a 'base merge' option in the function svn_wc__perform_props_merge(). This functionality was deprecated in 1.7 as documented in

svn commit: r1420899 - /subversion/trunk/build/run_tests.py

2012-12-12 Thread danielsh
Author: danielsh Date: Wed Dec 12 18:16:52 2012 New Revision: 1420899 URL: http://svn.apache.org/viewvc?rev=1420899view=rev Log: * build/run_tests.py: Change string literal to facilitate grepping for it. Modified: subversion/trunk/build/run_tests.py Modified:

svn commit: r1420902 - /subversion/trunk/subversion/libsvn_ra_svn/cyrus_auth.c

2012-12-12 Thread stsp
Author: stsp Date: Wed Dec 12 18:23:42 2012 New Revision: 1420902 URL: http://svn.apache.org/viewvc?rev=1420902view=rev Log: * subversion/libsvn_ra_svn/cyrus_auth.c (svn_ra_svn__sasl_common_init): Wrap the call to svn_mutex__init() in the SVN_ERR() macro, instead of returning its return

svn commit: r1420904 - /subversion/trunk/build/run_tests.py

2012-12-12 Thread danielsh
Author: danielsh Date: Wed Dec 12 18:25:00 2012 New Revision: 1420904 URL: http://svn.apache.org/viewvc?rev=1420904view=rev Log: * build/run_tests.py: Change another string literal to facilitate grepping for it. Modified: subversion/trunk/build/run_tests.py Modified:

svn commit: r1420922 - in /subversion/trunk/subversion/libsvn_wc: wc_db.c wc_db_private.h

2012-12-12 Thread stsp
Author: stsp Date: Wed Dec 12 19:17:03 2012 New Revision: 1420922 URL: http://svn.apache.org/viewvc?rev=1420922view=rev Log: Expose the mark_conflict() helper function in wc_db.c to other source files of wc_db. * subversion/libsvn_wc/wc_db.c (mark_conflict): Rename to

svn commit: r1420944 - /subversion/trunk/build/run_tests.py

2012-12-12 Thread astieger
Author: astieger Date: Wed Dec 12 20:11:23 2012 New Revision: 1420944 URL: http://svn.apache.org/viewvc?rev=1420944view=rev Log: Prevent false negative results of make check in Python tests * build/run_tests.py (_run_py_test): exit non-zero like _run_c_test Modified:

svn commit: r1076 - /dev/subversion/subversion-1.7.8.zip.asc

2012-12-12 Thread pburba
Author: pburba Date: Wed Dec 12 20:20:36 2012 New Revision: 1076 Log: * subversion-1.7.8.zip.asc: Replace signature made with my old DSA 1024 bit key with a signature made with my new RSA 4096 bit key. Modified: dev/subversion/subversion-1.7.8.zip.asc Modified:

svn propchange: r1420944 - svn:log

2012-12-12 Thread astieger
Author: astieger Revision: 1420944 Modified property: svn:log Modified: svn:log at Wed Dec 12 20:29:22 2012 -- --- svn:log (original) +++ svn:log Wed Dec 12 20:29:22 2012 @@ -2,3 +2,6 @@ Prevent false negative results of

svn commit: r1077 - in /dev/subversion: subversion-1.7.8.tar.bz2.asc subversion-1.7.8.tar.gz.asc

2012-12-12 Thread cmpilato
Author: cmpilato Date: Wed Dec 12 20:46:43 2012 New Revision: 1077 Log: Add my signatures for the 1.7.8 release. Modified: dev/subversion/subversion-1.7.8.tar.bz2.asc dev/subversion/subversion-1.7.8.tar.gz.asc Modified: dev/subversion/subversion-1.7.8.tar.bz2.asc

svn commit: r1421011 - /subversion/trunk/subversion/tests/cmdline/svnrdump_tests.py

2012-12-12 Thread danielsh
Author: danielsh Date: Wed Dec 12 22:04:13 2012 New Revision: 1421011 URL: http://svn.apache.org/viewvc?rev=1421011view=rev Log: Test for issue #4263: svnrdump: E125005: Cannot accept non-LF line endings in 'svn:log' property Patch by: Gabriela Gibson gabriela.gib...@gmail.com *

svn commit: r1421103 - /subversion/trunk/subversion/libsvn_auth_kwallet/kwallet.cpp

2012-12-12 Thread breser
Author: breser Date: Thu Dec 13 07:37:28 2012 New Revision: 1421103 URL: http://svn.apache.org/viewvc?rev=1421103view=rev Log: Fix segfault when using kwallet support. apr_pool_cleanup_register does not accept NULL values for the callbacks. * subversion/libsvn_auth_kwallet/kwallet.cpp

svn commit: r1421106 - /subversion/branches/1.7.x/STATUS

2012-12-12 Thread breser
Author: breser Date: Thu Dec 13 07:43:57 2012 New Revision: 1421106 URL: http://svn.apache.org/viewvc?rev=1421106view=rev Log: * STATUS: Nominate r1421103 Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL: