svn propchange: r961756 - svn:log

2010-07-09 Thread rhuijben
Author: rhuijben Revision: 961756 Modified property: svn:log Modified: svn:log at Fri Jul 9 09:21:11 2010 -- --- svn:log (original) +++ svn:log Fri Jul 9 09:21:11 2010 @@ -1,3 +1,6 @@ *

svn commit: r962470 - /subversion/trunk/subversion/libsvn_wc/node.c

2010-07-09 Thread philip
Author: philip Date: Fri Jul 9 10:09:36 2010 New Revision: 962470 URL: http://svn.apache.org/viewvc?rev=962470view=rev Log: * subversion/libsvn_wc/node.c (svn_wc__node_get_working_rev_info): Don't use result pool for scratch values, don't do unnecessary initialisation. Modified:

svn commit: r962553 - in /subversion/trunk/subversion: libsvn_wc/wc_db.c tests/cmdline/copy_tests.py

2010-07-09 Thread philip
Author: philip Date: Fri Jul 9 15:09:31 2010 New Revision: 962553 URL: http://svn.apache.org/viewvc?rev=962553view=rev Log: Make move handle more cases with subtrees that are deleted. * subversion/libsvn_wc/wc_db.c (svn_wc__db_op_copy): Handle deleted working subtrees. (get_copyfrom): New.

svn propchange: r962553 - svn:log

2010-07-09 Thread philip
Author: philip Revision: 962553 Modified property: svn:log Modified: svn:log at Fri Jul 9 16:05:47 2010 -- --- svn:log (original) +++ svn:log Fri Jul 9 16:05:47 2010 @@ -1,7 +1,7 @@ Make move handle more cases with

svn commit: r962589 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

2010-07-09 Thread philip
Author: philip Date: Fri Jul 9 16:08:58 2010 New Revision: 962589 URL: http://svn.apache.org/viewvc?rev=962589view=rev Log: Followup to r962553, fix uninitialised memory. * subversion/libsvn_wc/wc_db.c (get_info_for_copy): Always set output values. Modified:

svn commit: r962610 - /subversion/trunk/subversion/libsvn_diff/parse-diff.c

2010-07-09 Thread stsp
Author: stsp Date: Fri Jul 9 16:54:11 2010 New Revision: 962610 URL: http://svn.apache.org/viewvc?rev=962610view=rev Log: * subversion/libsvn_diff/parse-diff.c (parse_next_hunk): Stop swapping hunk texts here when producing a reverse diff. Swapping them here is a no-op because the reverse

svn commit: r962616 - in /subversion/trunk/subversion/libsvn_wc: upgrade.c wc-queries.sql

2010-07-09 Thread julianfoad
Author: julianfoad Date: Fri Jul 9 17:34:05 2010 New Revision: 962616 URL: http://svn.apache.org/viewvc?rev=962616view=rev Log: Add experimental, incomplete code for migrating to a single DB (per WC). Guard it in #ifdef SINGLE_DB. (I'm committing this in its current state of incompleteness

svn commit: r962651 - /subversion/trunk/subversion/tests/cmdline/switch_tests.py

2010-07-09 Thread cmpilato
Author: cmpilato Date: Fri Jul 9 19:23:46 2010 New Revision: 962651 URL: http://svn.apache.org/viewvc?rev=962651view=rev Log: Add a regression test for issue #3597 (relocate should update relative externals). * subversion/tests/cmdline/switch_tests.py (relocate_with_relative_externals): New

svn commit: r962670 - in /subversion/trunk/subversion: libsvn_client/diff.c tests/cmdline/depth_tests.py tests/cmdline/diff_tests.py tests/cmdline/merge_tests.py tests/cmdline/svnlook_tests.py

2010-07-09 Thread dannas
Author: dannas Date: Fri Jul 9 19:45:19 2010 New Revision: 962670 URL: http://svn.apache.org/viewvc?rev=962670view=rev Log: Print a diff header even if the diff only contains changes to properties. We enable that by keeping a hashtable of visited paths and print the header for props if the path