svn propchange: r965520 - svn:log

2010-07-20 Thread dannas
Author: dannas Revision: 965520 Modified property: svn:log Modified: svn:log at Tue Jul 20 08:20:36 2010 -- --- svn:log (original) +++ svn:log Tue Jul 20 08:20:36 2010 @@ -1,5 +1,5 @@ Update a javahl test to always

svn commit: r965756 - /subversion/trunk/subversion/libsvn_client/patch.c

2010-07-20 Thread dannas
Author: dannas Date: Tue Jul 20 08:40:11 2010 New Revision: 965756 URL: http://svn.apache.org/viewvc?rev=965756view=rev Log: * subversion/libsvn_client/patch.c (resolve_target_wc_file_info): For consistency, use 'local_abspath' in all function calls. Modified:

svn commit: r965761 - /subversion/trunk/subversion/libsvn_client/patch.c

2010-07-20 Thread dannas
Author: dannas Date: Tue Jul 20 08:58:17 2010 New Revision: 965761 URL: http://svn.apache.org/viewvc?rev=965761view=rev Log: Give a more descriptive name to a function. No semantic changes. * subversion/libsvn_client/patch.c (resolve_target_wc_file_info): Rename this ...

svn commit: r965773 - /subversion/trunk/subversion/libsvn_client/patch.c

2010-07-20 Thread dannas
Author: dannas Date: Tue Jul 20 09:35:05 2010 New Revision: 965773 URL: http://svn.apache.org/viewvc?rev=965773view=rev Log: Follow-up to r965761. For readability, initialize all fields of 'target_content_info_t' in one place. No semantic changes. * subversion/libsvn_client/patch.c

svn commit: r965778 - /subversion/trunk/subversion/libsvn_client/patch.c

2010-07-20 Thread dannas
Author: dannas Date: Tue Jul 20 09:54:27 2010 New Revision: 965778 URL: http://svn.apache.org/viewvc?rev=965778view=rev Log: Clarify what fields are initialized to zero to avoid ambiguity. * subversion/libsvn_client/patch.c (init_patch_target): Clarify doc comment and rearrange lines to

svn commit: r965794 - /subversion/branches/1.6.x/STATUS

2010-07-20 Thread rhuijben
Author: rhuijben Date: Tue Jul 20 10:51:39 2010 New Revision: 965794 URL: http://svn.apache.org/viewvc?rev=965794view=rev Log: * STATUS: Cast some votes approving r876615 (which was accidentally misplaced). Modified: subversion/branches/1.6.x/STATUS Modified:

svn commit: r965854 - /subversion/trunk/subversion/svn/add-cmd.c

2010-07-20 Thread stsp
Author: stsp Date: Tue Jul 20 14:04:43 2010 New Revision: 965854 URL: http://svn.apache.org/viewvc?rev=965854view=rev Log: Follow-up to r965551: * subversion/svn/add-cmd.c (svn_cl__add): Targets are already canonicalized by svn_cl__args_to_target_array_print_reserved(), so there is no need

svn propchange: r965551 - svn:log

2010-07-20 Thread stsp
Author: stsp Revision: 965551 Modified property: svn:log Modified: svn:log at Tue Jul 20 14:06:53 2010 -- --- svn:log (original) +++ svn:log Tue Jul 20 14:06:53 2010 @@ -21,7 +21,8 @@ should. * subversion/svn/add-cmd.c

svn commit: r965875 - /subversion/branches/issue-2779-dev/subversion/libsvn_ra/deprecated.c

2010-07-20 Thread cmpilato
Author: cmpilato Date: Tue Jul 20 15:14:20 2010 New Revision: 965875 URL: http://svn.apache.org/viewvc?rev=965875view=rev Log: On the 'issue-2779-dev' branch: Fix a little glitch. * subversion/libsvn_ra/deprecated.c (svn_ra_open3): Oops! Pass 'uuid' to svn_ra_open4(). Modified:

svn commit: r965874 - in /subversion/trunk/subversion: libsvn_client/changelist.c svn/changelist-cmd.c tests/cmdline/input_validation_tests.py

2010-07-20 Thread stsp
Author: stsp Date: Tue Jul 20 15:14:03 2010 New Revision: 965874 URL: http://svn.apache.org/viewvc?rev=965874view=rev Log: Follow-up to r965551: Make 'svn changelist' verify that none of its targets are URLs. * subversion/libsvn_client/changelist.c, subversion/svn/changelist-cmd.c

svn commit: r965877 - /subversion/trunk/subversion/tests/cmdline/svntest/factory.py

2010-07-20 Thread neels
Author: neels Date: Tue Jul 20 15:23:43 2010 New Revision: 965877 URL: http://svn.apache.org/viewvc?rev=965877view=rev Log: * subversion/tests/cmdline/svntest/factory.py: Add an error check. Modified: subversion/trunk/subversion/tests/cmdline/svntest/factory.py Modified:

svn commit: r965882 - in /subversion/trunk/subversion/svn: add-cmd.c changelist-cmd.c

2010-07-20 Thread stsp
Author: stsp Date: Tue Jul 20 15:34:11 2010 New Revision: 965882 URL: http://svn.apache.org/viewvc?rev=965882view=rev Log: * subversion/svn/add-cmd.c, subversion/svn/changelist-cmd.c: (svn_cl__add, svn_cl__changelist): When complaining about URLs where paths are expected, use the

svn commit: r965892 - in /subversion/trunk: notes/dump-load-format.txt subversion/include/svn_repos.h subversion/libsvn_repos/dump.c

2010-07-20 Thread stsp
Author: stsp Date: Tue Jul 20 16:14:53 2010 New Revision: 965892 URL: http://svn.apache.org/viewvc?rev=965892view=rev Log: Make svnadmin dump print headers containing MD5 and SHA1 checksums of property content, as was already done for file content. Checksums are printed for revision properties as

Re: svn commit: r965892 - in /subversion/trunk: notes/dump-load-format.txt subversion/include/svn_repos.h subversion/libsvn_repos/dump.c

2010-07-20 Thread C. Michael Pilato
On 07/20/2010 12:14 PM, s...@apache.org wrote: Author: stsp Date: Tue Jul 20 16:14:53 2010 New Revision: 965892 [...] (dump_nodem, write_revision_record): When dumping properties, generate ^ Oops? -- C. Michael Pilato cmpil...@collab.net CollabNet www.collab.net

svn commit: r965911 - in /subversion/trunk/subversion: libsvn_client/cleanup.c svn/cleanup-cmd.c tests/cmdline/input_validation_tests.py

2010-07-20 Thread stsp
Author: stsp Date: Tue Jul 20 17:06:29 2010 New Revision: 965911 URL: http://svn.apache.org/viewvc?rev=965911view=rev Log: Make 'svn cleanup' complain instead of crash if asked to clean up a URL. * subversion/libsvn_client/cleanup.c, subversion/svn/cleanup-cmd.c: (svn_client_cleanup,

svn commit: r965922 - in /subversion/branches/issue-2779-dev/subversion: include/ libsvn_client/

2010-07-20 Thread cmpilato
Author: cmpilato Date: Tue Jul 20 17:31:36 2010 New Revision: 965922 URL: http://svn.apache.org/viewvc?rev=965922view=rev Log: On the 'issue-2779-dev' branch: Continue refining the APIs around relocation, in some cases undoing work done previously. * subversion/include/svn_client.h

svn propchange: r965892 - svn:log

2010-07-20 Thread stsp
Author: stsp Revision: 965892 Modified property: svn:log Modified: svn:log at Tue Jul 20 17:50:32 2010 -- --- svn:log (original) +++ svn:log Tue Jul 20 17:50:32 2010 @@ -12,6 +12,6 @@ printed for revision properties as

svn commit: r965929 - /subversion/branches/issue-2779-dev/BRANCH-README

2010-07-20 Thread cmpilato
Author: cmpilato Date: Tue Jul 20 17:52:13 2010 New Revision: 965929 URL: http://svn.apache.org/viewvc?rev=965929view=rev Log: On the 'issue-2779-dev' branch: Update the branch status. * BRANCH-README Update. Modified: subversion/branches/issue-2779-dev/BRANCH-README Modified:

svn commit: r965931 - /subversion/branches/issue-2779-dev/BRANCH-README

2010-07-20 Thread cmpilato
Author: cmpilato Date: Tue Jul 20 17:57:17 2010 New Revision: 965931 URL: http://svn.apache.org/viewvc?rev=965931view=rev Log: On the 'issue-2779-dev' branch: Add some more TODO items. Modified: subversion/branches/issue-2779-dev/BRANCH-README Modified:

svn commit: r965943 - in /subversion/trunk/subversion: svn/commit-cmd.c tests/cmdline/input_validation_tests.py

2010-07-20 Thread stsp
Author: stsp Date: Tue Jul 20 18:23:11 2010 New Revision: 965943 URL: http://svn.apache.org/viewvc?rev=965943view=rev Log: Turns out that 'svn commit' is already pretty good at rejecting URL targets. Add a test for it anyway and do some nitpicking: * subversion/svn/commit-cmd.c

svn commit: r966048 - /subversion/trunk/subversion/tests/cmdline/commit_tests.py

2010-07-20 Thread neels
Author: neels Date: Tue Jul 20 23:05:21 2010 New Revision: 966048 URL: http://svn.apache.org/viewvc?rev=966048view=rev Log: * subversion/tests/cmdline/commit_tests.py (commit_url): Fix test failure. Modified: subversion/trunk/subversion/tests/cmdline/commit_tests.py Modified:

svn commit: r966061 - /subversion/trunk/subversion/libsvn_client/commit.c

2010-07-20 Thread hwright
Author: hwright Date: Wed Jul 21 00:43:21 2010 New Revision: 966061 URL: http://svn.apache.org/viewvc?rev=966061view=rev Log: Better parameterize a function to allow for future customization. * subversion/libsvn_client/commit.c (get_ra_editor): Add parameters for the commit callback and baton,