svn commit: r1132550 - in /subversion/trunk/subversion/include: private/svn_wc_private.h svn_client.h svn_opt.h svn_props.h svn_repos.h svn_string.h svn_version.h svn_wc.h svn_xml.h

2011-06-06 Thread julianfoad
Author: julianfoad Date: Mon Jun 6 08:48:23 2011 New Revision: 1132550 URL: http://svn.apache.org/viewvc?rev=1132550view=rev Log: Fix cross-references, Doxygen mark-up and other simple errors in doc strings. * subversion/include/svn_client.h (svn_client_commit_item_create): Fix white space

svn commit: r1132561 - /subversion/trunk/subversion/tests/cmdline/copy_tests.py

2011-06-06 Thread sbutler
Author: sbutler Date: Mon Jun 6 09:38:30 2011 New Revision: 1132561 URL: http://svn.apache.org/viewvc?rev=1132561view=rev Log: Make copy_tests.py 102 XFAIL on OS X because APR doesn't support case-insensitivity on Unix. * subversion/tests/cmdline/copy_tests.py (case_only_rename): Set XFAIL.

svn commit: r1132567 - in /subversion/trunk/subversion: include/svn_client.h libsvn_client/info.c libsvn_wc/info.c

2011-06-06 Thread julianfoad
Author: julianfoad Date: Mon Jun 6 10:01:02 2011 New Revision: 1132567 URL: http://svn.apache.org/viewvc?rev=1132567view=rev Log: Remove a newly added field from the deprecated 'svn_info_t' structure, as it is neither used nor needed. * subversion/include/svn_client.h (svn_info_t): Remove the

svn commit: r1132575 - /subversion/trunk/subversion/include/svn_client.h

2011-06-06 Thread julianfoad
Author: julianfoad Date: Mon Jun 6 10:08:57 2011 New Revision: 1132575 URL: http://svn.apache.org/viewvc?rev=1132575view=rev Log: * subversion/include/svn_client.h (svn_client_info3): Correct the name of the 'abspath_or_url' parameter in the doc string. (svn_client_info2): Mention the

svn commit: r1132586 - /subversion/site/publish/docs/community-guide/repro-template.sh

2011-06-06 Thread danielsh
Author: danielsh Date: Mon Jun 6 10:41:27 2011 New Revision: 1132586 URL: http://svn.apache.org/viewvc?rev=1132586view=rev Log: Update URL in a comment in repro-template.sh to point to svn.apache.org repository, instead of the old collab.net one. Patch by: Konstantin Kolinko

svn commit: r1132591 - /subversion/site/publish/packages.html

2011-06-06 Thread philip
Author: philip Date: Mon Jun 6 10:59:40 2011 New Revision: 1132591 URL: http://svn.apache.org/viewvc?rev=1132591view=rev Log: * publish/packages.html: Add link to WANdisco's uberSVN packages. Modified: subversion/site/publish/packages.html Modified: subversion/site/publish/packages.html

svn commit: r1132593 - /subversion/trunk/subversion/include/svn_client.h

2011-06-06 Thread julianfoad
Author: julianfoad Date: Mon Jun 6 11:00:37 2011 New Revision: 1132593 URL: http://svn.apache.org/viewvc?rev=1132593view=rev Log: * subversion/include/svn_client.h (svn_client_upgrade): Rename 'dir' to 'wcroot_dir' and extend doc string. Modified:

svn commit: r1132598 - in /subversion/trunk/subversion: libsvn_wc/copy.c libsvn_wc/wc-queries.sql libsvn_wc/wc_db.c libsvn_wc/wc_db.h tests/cmdline/copy_tests.py tests/cmdline/svntest/sandbox.py

2011-06-06 Thread sbutler
Author: sbutler Date: Mon Jun 6 11:18:29 2011 New Revision: 1132598 URL: http://svn.apache.org/viewvc?rev=1132598view=rev Log: A partial fix for issue 3899 Auto-resolve conflicts at wc-wc copy/move destination. There are no longer any conflicts at copy destinations. The test is XFAIL because

svn commit: r1132599 - /subversion/trunk/subversion/libsvn_ra_svn/marshal.c

2011-06-06 Thread julianfoad
Author: julianfoad Date: Mon Jun 6 11:22:11 2011 New Revision: 1132599 URL: http://svn.apache.org/viewvc?rev=1132599view=rev Log: * subversion/libsvn_ra_svn/marshal.c (read_string): Remove a redundant comment, following r1130548. Modified:

Re: svn commit: r1131442 - /subversion/trunk/tools/client-side/svnmucc/svnmucc.c

2011-06-06 Thread Stefan Sperling
On Mon, Jun 06, 2011 at 12:09:50PM +0100, Julian Foad wrote: but I'm -0.9 on allowing more than one additional prefix: svn log -r rr123 svn log -crr123 etc. because no sensible use case including yours requires this. However, as it's been allowed for some time now and it's

svn commit: r1132622 - in /subversion/trunk: Makefile.in build/run_tests.py

2011-06-06 Thread stsp
Author: stsp Date: Mon Jun 6 13:02:03 2011 New Revision: 1132622 URL: http://svn.apache.org/viewvc?rev=1132622view=rev Log: Follow-up to r1071809: Allow 'make check' to take MILESTON_FILTER and MODE_FILTER options. * Makefile.in (check): Pass --list, --milestone-filter, --mode-filter and

svn commit: r1132642 - /subversion/trunk/subversion/tests/cmdline/copy_tests.py

2011-06-06 Thread sbutler
Author: sbutler Date: Mon Jun 6 13:46:09 2011 New Revision: 1132642 URL: http://svn.apache.org/viewvc?rev=1132642view=rev Log: Tweak the test for issue 3899 (auto resolve for wc-wc copies/moves). * subversion/tests/cmdline/copy_tests.py (copying_conflicts): Correct the expected status for

svn commit: r1132657 - /subversion/trunk/tools/po/l10n-report.py

2011-06-06 Thread julianfoad
Author: julianfoad Date: Mon Jun 6 14:23:36 2011 New Revision: 1132657 URL: http://svn.apache.org/viewvc?rev=1132657view=rev Log: Add textual bar graphs to the translation status report. * tools/po/l10n-report.py (bar_graph): New function. (main): Append a bar graph to each row of

svn commit: r1132669 - /subversion/trunk/notes/xfail-status

2011-06-06 Thread stsp
Author: stsp Date: Mon Jun 6 15:22:42 2011 New Revision: 1132669 URL: http://svn.apache.org/viewvc?rev=1132669view=rev Log: * notes/xfail-status: We can now get a list of XFAIL issues on UNIX. Modified: subversion/trunk/notes/xfail-status Modified: subversion/trunk/notes/xfail-status URL:

Re: [PATCH] Re: svn commit: r1071809 - in /subversion/trunk: build/run_tests.py subversion/tests/cmdline/svntest/main.py win-tests.py

2011-06-06 Thread Stefan Sperling
On Mon, Feb 28, 2011 at 10:03:45AM +0530, Noorul Islam K M wrote: Pinging to get some attention to this thread. Hi Noorul, I can't evaluate this patch since I don't have a linux box. $ make check MILESTONE_FILTER=(1.7.*)|(---) MODE_FILTER=xfail

svn commit: r1132678 - in /subversion/trunk/subversion: libsvn_client/export.c tests/cmdline/externals_tests.py

2011-06-06 Thread stsp
Author: stsp Date: Mon Jun 6 15:44:34 2011 New Revision: 1132678 URL: http://svn.apache.org/viewvc?rev=1132678view=rev Log: Fix a bug in 'svn export' because of which externals are exported twice when exporting a working copy having externals. * subversion/libsvn_client/export.c

svn commit: r1132686 - in /subversion/trunk/subversion: libsvn_wc/copy.c tests/cmdline/copy_tests.py

2011-06-06 Thread sbutler
Author: sbutler Date: Mon Jun 6 15:58:35 2011 New Revision: 1132686 URL: http://svn.apache.org/viewvc?rev=1132686view=rev Log: Improve the fix for issue 3899 Auto-resolve conflicts at wc-wc copy/move destination, for copied text-conflicted files. * subversion/libsvn_wc/copy.c

svn commit: r1132693 - /subversion/trunk/subversion/libsvn_wc/copy.c

2011-06-06 Thread rhuijben
Author: rhuijben Date: Mon Jun 6 16:29:45 2011 New Revision: 1132693 URL: http://svn.apache.org/viewvc?rev=1132693view=rev Log: Following up on r1132686, only retrieve conflict information when we know the node is conflicted. (Removes extra db transaction for every file copied). Also remove a

svn commit: r1132694 - /subversion/trunk/subversion/libsvn_wc/copy.c

2011-06-06 Thread rhuijben
Author: rhuijben Date: Mon Jun 6 16:32:38 2011 New Revision: 1132694 URL: http://svn.apache.org/viewvc?rev=1132694view=rev Log: * subversion/libsvn_wc/copy.c (svn_wc_copy3): Following up on r1132693, check the right node for conflicted status. Modified:

svn propchange: r1132622 - svn:log

2011-06-06 Thread arfrever
Author: arfrever Revision: 1132622 Modified property: svn:log Modified: svn:log at Mon Jun 6 19:10:41 2011 -- --- svn:log (original) +++ svn:log Mon Jun 6 19:10:41 2011 @@ -1,5 +1,5 @@ Follow-up to r1071809: -Allow

svn commit: r1132731 - /subversion/trunk/subversion/tests/cmdline/copy_tests.py

2011-06-06 Thread rhuijben
Author: rhuijben Date: Mon Jun 6 19:22:44 2011 New Revision: 1132731 URL: http://svn.apache.org/viewvc?rev=1132731view=rev Log: * subversion/tests/cmdline/copy_tests.py (copying_conflicts): Remove old file before renaming a new file to this name to fix this test on Windows. Modified:

svn commit: r1132735 - /subversion/trunk/subversion/libsvn_diff/diff3.c

2011-06-06 Thread hwright
Author: hwright Date: Mon Jun 6 19:51:10 2011 New Revision: 1132735 URL: http://svn.apache.org/viewvc?rev=1132735view=rev Log: Remove a set of assignments which are not needed. * subversion/libsvn_diff/diff3.c (svn_diff__resolve_conflict): We don't need modified_length and latest_length

svn commit: r1132736 - /subversion/trunk/subversion/libsvn_wc/ambient_depth_filter_editor.c

2011-06-06 Thread hwright
Author: hwright Date: Mon Jun 6 19:57:29 2011 New Revision: 1132736 URL: http://svn.apache.org/viewvc?rev=1132736view=rev Log: * subversion/libsvn_wc/ambient_depth_filter_editor.c (make_dir_baton): Don't set a variable in a conditional which is unconditionally set shortly thereafter.

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

2011-06-06 Thread hwright
Author: hwright Date: Mon Jun 6 20:01:10 2011 New Revision: 1132739 URL: http://svn.apache.org/viewvc?rev=1132739view=rev Log: Avoid a potential null-pointer dereference in an error path. * subversion/libsvn_wc/wc_db.c (svn_wc__db_read_pristine_info): Only attempt to recreate an error if it

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

2011-06-06 Thread hwright
Author: hwright Date: Mon Jun 6 20:01:40 2011 New Revision: 1132740 URL: http://svn.apache.org/viewvc?rev=1132740view=rev Log: * subversion/libsvn_diff/parse-diff.c (parse_next_hunk): Don't set a never-read variable. Modified: subversion/trunk/subversion/libsvn_diff/parse-diff.c

svn commit: r1132782 - /subversion/trunk/subversion/mod_dav_svn/repos.c

2011-06-06 Thread ehu
Author: ehu Date: Mon Jun 6 21:27:21 2011 New Revision: 1132782 URL: http://svn.apache.org/viewvc?rev=1132782view=rev Log: Check node kind of resolved special nodes to be a directory, in order to include symlinks pointing to directories. * subversion/mod_dav_svn/repos.c (deliver): Extend 'is

svn commit: r1132789 - /subversion/trunk/

2011-06-06 Thread rhuijben
Author: rhuijben Date: Mon Jun 6 21:38:51 2011 New Revision: 1132789 URL: http://svn.apache.org/viewvc?rev=1132789view=rev Log: * / Following up on recent thread on dev@s.a.o, remove the properties that were used by third party applications to track branches and revisions, while we were

svn commit: r1132796 - /subversion/trunk/subversion/tests/svn_test_main.c

2011-06-06 Thread pburba
Author: pburba Date: Mon Jun 6 21:54:17 2011 New Revision: 1132796 URL: http://svn.apache.org/viewvc?rev=1132796view=rev Log: * subversion/tests/svn_test_main.c (main): Let options and arguments be interleaved. This prevents something like 'op-depth-test.exe 1 --fs-type bdb' from silently

svn commit: r1132840 - in /subversion/trunk/subversion: libsvn_client/copy.c libsvn_wc/adm_ops.c tests/cmdline/copy_tests.py

2011-06-06 Thread sbutler
Author: sbutler Date: Tue Jun 7 00:10:41 2011 New Revision: 1132840 URL: http://svn.apache.org/viewvc?rev=1132840view=rev Log: Revert r1132834 because the Windows buildbots broke and the move-command performance took a big hit. Suggested by: rhuijben Modified:

svn commit: r1132843 - /subversion/trunk/subversion/tests/cmdline/copy_tests.py

2011-06-06 Thread sbutler
Author: sbutler Date: Tue Jun 7 00:21:42 2011 New Revision: 1132843 URL: http://svn.apache.org/viewvc?rev=1132843view=rev Log: More testing for issue 3899 (auto resolve for wc-wc copies/moves). * subversion/tests/cmdline/copy_tests.py (copying_conflicts): Rename to...

Re: [PATCH] Re: svn commit: r1071809 - in /subversion/trunk: build/run_tests.py subversion/tests/cmdline/svntest/main.py win-tests.py

2011-06-06 Thread Noorul Islam K M
Stefan Sperling s...@elego.de writes: On Mon, Feb 28, 2011 at 10:03:45AM +0530, Noorul Islam K M wrote: Pinging to get some attention to this thread. Hi Noorul, I can't evaluate this patch since I don't have a linux box. $ make check MILESTONE_FILTER=(1.7.*)|(---)