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

2011-08-12 Thread danielsh
Author: danielsh Date: Fri Aug 12 08:04:09 2011 New Revision: 1156996 URL: http://svn.apache.org/viewvc?rev=1156996view=rev Log: Vote for r1156527. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL:

svn commit: r1157172 - in /subversion/trunk/subversion: libsvn_client/revert.c tests/cmdline/copy_tests.py

2011-08-12 Thread stsp
Author: stsp Date: Fri Aug 12 16:05:15 2011 New Revision: 1157172 URL: http://svn.apache.org/viewvc?rev=1157172view=rev Log: Make 'svn revert' error out if only one side of a move is reverted. For now, 'revert' and always refuses to incompletely revert a move. This will later be extended so that

svn commit: r1157180 - /subversion/trunk/subversion/svn/info-cmd.c

2011-08-12 Thread neels
Author: neels Date: Fri Aug 12 16:35:48 2011 New Revision: 1157180 URL: http://svn.apache.org/viewvc?rev=1157180view=rev Log: * subversion/svn/info-cmd.c (print_info): Make Moved from: and Moved to: conform to upper-case-ness of 'svn info' output. Modified:

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

2011-08-12 Thread markphip
Author: markphip Date: Fri Aug 12 16:41:05 2011 New Revision: 1157181 URL: http://svn.apache.org/viewvc?rev=1157181view=rev Log: * STATUS: Cast vote for r1156216, r1156312, r1156717, r1156721, r1156750 r1156827, r1156838 grouping. Confirmed this fixes the API when called from JavaHL

svn propchange: r1157172 - svn:log

2011-08-12 Thread arfrever
Author: arfrever Revision: 1157172 Modified property: svn:log Modified: svn:log at Fri Aug 12 18:26:14 2011 -- --- svn:log (original) +++ svn:log Fri Aug 12 18:26:14 2011 @@ -1,6 +1,6 @@ Make 'svn revert' error out if

svn commit: r1157244 - in /subversion/trunk/subversion: libsvn_client/revert.c tests/cmdline/copy_tests.py

2011-08-12 Thread stsp
Author: stsp Date: Fri Aug 12 20:38:38 2011 New Revision: 1157244 URL: http://svn.apache.org/viewvc?rev=1157244view=rev Log: Revert r1157172. I have changed my mind about how revert should handle moves (see http://svn.haxx.se/dev/archive-2011-08/0232.shtml). A future commit will make 'svn

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

2011-08-12 Thread stsp
Author: stsp Date: Fri Aug 12 20:49:09 2011 New Revision: 1157246 URL: http://svn.apache.org/viewvc?rev=1157246view=rev Log: When reverting one half of a move, transform the other half into a plain addition/copy. * subversion/libsvn_wc/wc-queries.sql (STMT_SELECT_NODE_INFO): Return the

svn propchange: r1157246 - svn:log

2011-08-12 Thread stsp
Author: stsp Revision: 1157246 Modified property: svn:log Modified: svn:log at Fri Aug 12 21:13:22 2011 -- --- svn:log (original) +++ svn:log Fri Aug 12 21:13:22 2011 @@ -9,3 +9,5 @@ plain addition/copy.

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

2011-08-12 Thread neels
Author: neels Date: Fri Aug 12 21:37:08 2011 New Revision: 1157263 URL: http://svn.apache.org/viewvc?rev=1157263view=rev Log: Rename *_OP_ROOT_* parameters of scan_addition() and scan_deletion(): s/delete/moved_from and s/copy/moved_to. * subversion/libsvn_wc/wc_db.h

svn commit: r1157292 - in /subversion/trunk/subversion: include/svn_client.h include/svn_wc.h libsvn_client/status.c libsvn_wc/status.c svn/status.c

2011-08-12 Thread neels
Author: neels Date: Fri Aug 12 23:28:00 2011 New Revision: 1157292 URL: http://svn.apache.org/viewvc?rev=1157292view=rev Log: Show moved-to and moved-from information in 'svn status'. * subversion/include/svn_client.h (svn_client_status_t), * subversion/include/svn_wc.h (svn_wc_status3_t):

svn commit: r1157321 - /subversion/site/publish/docs/release-notes/1.7.html

2011-08-12 Thread danielsh
Author: danielsh Date: Sat Aug 13 04:56:40 2011 New Revision: 1157321 URL: http://svn.apache.org/viewvc?rev=1157321view=rev Log: * docs/release-notes/1.7.html (wc-pristines): Add a bold 'Note:' here, as this requires active behaviour changes from the reader. Modified: