svn commit: r1195873 - in /subversion/trunk/subversion: include/private/svn_wc_private.h libsvn_client/client.h libsvn_client/delete.c libsvn_wc/adm_ops.c libsvn_wc/wc_db.c libsvn_wc/wc_db.h

2011-11-01 Thread stsp
Author: stsp Date: Tue Nov 1 08:46:25 2011 New Revision: 1195873 URL: http://svn.apache.org/viewvc?rev=1195873view=rev Log: Allow deletion of multiple, potentially non-nested, targets from a working copy within a single sqlite transaction. Should improve performance of 'svn rm dir/*', especially

[Subversion Wiki] Update of MergeBugsAndErrorReporting by JulianFoad

2011-11-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Subversion Wiki for change notification. The MergeBugsAndErrorReporting page has been changed by JulianFoad: http://wiki.apache.org/subversion/MergeBugsAndErrorReporting?action=diffrev1=6rev2=7 [...] }}} + * Sync

[Subversion Wiki] Trivial Update of MergeBugsAndErrorReporting by JulianFoad

2011-11-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Subversion Wiki for change notification. The MergeBugsAndErrorReporting page has been changed by JulianFoad: http://wiki.apache.org/subversion/MergeBugsAndErrorReporting?action=diffrev1=7rev2=8 [...] }}} - * Sync

svn commit: r1195948 - in /subversion/branches/showing-merge-info/subversion: include/private/svn_client_private.h include/svn_client.h libsvn_client/url.c

2011-11-01 Thread julianfoad
Author: julianfoad Date: Tue Nov 1 12:11:53 2011 New Revision: 1195948 URL: http://svn.apache.org/viewvc?rev=1195948view=rev Log: On the 'showing-merge-info' branch: Introduce a 'pegged location' data type in the libsvn_client API. * subversion/include/svn_client.h (svn_client_peg_t): New

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

2011-11-01 Thread stsp
Author: stsp Date: Tue Nov 1 12:29:09 2011 New Revision: 1195958 URL: http://svn.apache.org/viewvc?rev=1195958view=rev Log: * site/publish/packages.html: De-list AIX binaries for Subversion 1.4.6. Subversion 1.4.x is unsupported so we shouldn't be directing people at binaries of this

svn commit: r1195966 - /subversion/trunk/subversion/include/private/svn_wc_private.h

2011-11-01 Thread julianfoad
Author: julianfoad Date: Tue Nov 1 12:40:28 2011 New Revision: 1195966 URL: http://svn.apache.org/viewvc?rev=1195966view=rev Log: * subversion/include/private/svn_wc_private.h (svn_wc__node_get_repos_info): Doc string tweaks. Modified:

svn commit: r1196005 - in /subversion/trunk/subversion/svn: cl.h copy-cmd.c util.c

2011-11-01 Thread julianfoad
Author: julianfoad Date: Tue Nov 1 14:20:28 2011 New Revision: 1196005 URL: http://svn.apache.org/viewvc?rev=1196005view=rev Log: Make 'svn' reject a non-empty peg revision specifier where a peg revision does not make sense, such as on targets of 'svn add'. Allow the 'copy' subcommand to accept

svn commit: r1196014 - /subversion/branches/1.7.x-r1195873/

2011-11-01 Thread stsp
Author: stsp Date: Tue Nov 1 14:32:04 2011 New Revision: 1196014 URL: http://svn.apache.org/viewvc?rev=1196014view=rev Log: Create a 1.7.x backport branch for r1195873. Added: subversion/branches/1.7.x-r1195873/ (props changed) - copied from r1196012, subversion/branches/1.7.x/

svn commit: r1196026 - /subversion/branches/showing-merge-info/subversion/libsvn_client/url.c

2011-11-01 Thread julianfoad
Author: julianfoad Date: Tue Nov 1 14:43:28 2011 New Revision: 1196026 URL: http://svn.apache.org/viewvc?rev=1196026view=rev Log: On the 'showing-merge-info' branch: Implement the doc-string promise that svn_client_peg_create() shall accept a null peg revision. * subversion/libsvn_client/url.c

svn commit: r1196050 - in /subversion/trunk/subversion: svn/copy-cmd.c tests/cmdline/copy_tests.py

2011-11-01 Thread julianfoad
Author: julianfoad Date: Tue Nov 1 15:22:50 2011 New Revision: 1196050 URL: http://svn.apache.org/viewvc?rev=1196050view=rev Log: Remove the special exemption for '@HEAD' on the destination path of 'svn copy', since that was only introduced recently in response to issue #3651 'svn copy does not

svn commit: r1196078 - /subversion/trunk/subversion/svn/main.c

2011-11-01 Thread pburba
Author: pburba Date: Tue Nov 1 16:08:02 2011 New Revision: 1196078 URL: http://svn.apache.org/viewvc?rev=1196078view=rev Log: * subversion/svn/main.c (svn_cl__options): Tweak help text to note that -c/--change option accepts arguments in the ARG1-ARG2 form. Modified:

svn commit: r1196191 - in /subversion/trunk/subversion/libsvn_wc: wc-queries.sql wc_db.c

2011-11-01 Thread stsp
Author: stsp Date: Tue Nov 1 18:26:54 2011 New Revision: 1196191 URL: http://svn.apache.org/viewvc?rev=1196191view=rev Log: During 'svn rm', sort the delete-list in C, rather than in SQL. This speeds up 'svn rm dir/*'. Also fix notification in case of cancellation. We were omitting notification