svn commit: r1156080 - /subversion/trunk/subversion/libsvn_client/blame.c

2011-08-10 Thread rhuijben
Author: rhuijben Date: Wed Aug 10 09:34:14 2011 New Revision: 1156080 URL: http://svn.apache.org/viewvc?rev=1156080view=rev Log: In the blame calculation: avoid setting an unused variable and pass the url to the notify handler to tell it the path is not reliable. (Pass the path anyway) *

svn commit: r1156085 - /subversion/trunk/subversion/tests/cmdline/changelist_tests.py

2011-08-10 Thread rhuijben
Author: rhuijben Date: Wed Aug 10 09:57:48 2011 New Revision: 1156085 URL: http://svn.apache.org/viewvc?rev=1156085view=rev Log: Add XFail test for 1.7 issue reported in the users@s.a.o thread Re: 1.7 corrupts WC when reverting add of changelist member. *

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

2011-08-10 Thread rhuijben
Author: rhuijben Date: Wed Aug 10 10:47:09 2011 New Revision: 1156100 URL: http://svn.apache.org/viewvc?rev=1156100view=rev Log: * STATUS: Nominate r1156098 Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL:

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

2011-08-10 Thread philip
Author: philip Date: Wed Aug 10 12:15:18 2011 New Revision: 1156121 URL: http://svn.apache.org/viewvc?rev=1156121view=rev Log: * STATUS: Vote for r1156085/r1156098 Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL:

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

2011-08-10 Thread hwright
Author: hwright Date: Wed Aug 10 12:26:32 2011 New Revision: 1156131 URL: http://svn.apache.org/viewvc?rev=1156131view=rev Log: * STATUS: Vote for and approve the r1156085 group. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL:

svn commit: r1156226 - in /subversion/branches/fs-py/subversion: libsvn_fs_py/fs.c libsvn_fs_py/fs.h libsvn_fs_py/fs_fs.c libsvn_fs_py/py_util.c libsvn_fs_py/py_util.h python/svn/fs.py

2011-08-10 Thread hwright
Author: hwright Date: Wed Aug 10 15:22:52 2011 New Revision: 1156226 URL: http://svn.apache.org/viewvc?rev=1156226view=rev Log: On the fs-py branch: Add a filesystem class, and have it track the uuid, rather than storing the fs uuid in the C library. This commit also includes various cleanups to

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

2011-08-10 Thread philip
Author: philip Date: Wed Aug 10 15:23:35 2011 New Revision: 1156227 URL: http://svn.apache.org/viewvc?rev=1156227view=rev Log: * STATUS: Nominate issue 3983 fix. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL:

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

2011-08-10 Thread philip
Author: philip Date: Wed Aug 10 16:33:33 2011 New Revision: 1156256 URL: http://svn.apache.org/viewvc?rev=1156256view=rev Log: * STATUS: Add Bert's (email via phone) vote. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL:

svn commit: r1156281 - /subversion/trunk/tools/dist/release.py

2011-08-10 Thread hwright
Author: hwright Date: Wed Aug 10 18:01:30 2011 New Revision: 1156281 URL: http://svn.apache.org/viewvc?rev=1156281view=rev Log: New 'move-to-dist' subcommand for release.py. * tools/dist/release.py (move_to_dist): New. (main): Add the new subcommand and its arguments. Modified:

svn commit: r1156312 - in /subversion/trunk/subversion: libsvn_client/mergeinfo.c tests/cmdline/mergeinfo_tests.py

2011-08-10 Thread pburba
Author: pburba Date: Wed Aug 10 18:51:10 2011 New Revision: 1156312 URL: http://svn.apache.org/viewvc?rev=1156312view=rev Log: Partial fix for issue #3986 'svn_client_mergeinfo_log API broken with WC target which inherits mergeinfo from repos'. * subversion/libsvn_client/mergeinfo.c

svn commit: r1156347 - /subversion/branches/fs-py/subversion/python/svn/fs.py

2011-08-10 Thread hwright
Author: hwright Date: Wed Aug 10 20:17:55 2011 New Revision: 1156347 URL: http://svn.apache.org/viewvc?rev=1156347view=rev Log: On the fs-py branch: Explicitly close files in the Python module, per the Python docs. * subversion/python/svn/fs.py (FS.set_uuid, FS._open_fs): Explicitly close a

svn commit: r1156375 - /subversion/branches/fs-py/subversion/python/svn/fs.py

2011-08-10 Thread hwright
Author: hwright Date: Wed Aug 10 21:26:36 2011 New Revision: 1156375 URL: http://svn.apache.org/viewvc?rev=1156375view=rev Log: On the fs-py branch: Followup to r1156347: use a bit cleaner syntax to automagically close files. * subversion/python/svn/fs.py (FS.set_uuid, FS._open_fs): Use the

svn commit: r1156417 - in /subversion/branches/fs-py/subversion: libsvn_fs_py/fs_fs.c python/svn/fs.py

2011-08-10 Thread hwright
Author: hwright Date: Thu Aug 11 00:41:39 2011 New Revision: 1156417 URL: http://svn.apache.org/viewvc?rev=1156417view=rev Log: On the fs-py branch: Just directly call on object method, rather than proxying through a helper module method. * subversion/python/svn/fs.py (_set_uuid): Remove. *

svn commit: r1156434 - in /subversion/trunk/subversion: include/svn_wc.h libsvn_wc/info.c svn/info-cmd.c

2011-08-10 Thread stsp
Author: stsp Date: Thu Aug 11 01:35:42 2011 New Revision: 1156434 URL: http://svn.apache.org/viewvc?rev=1156434view=rev Log: Use absolute paths for moved-from and moved-to in the svn_wc_info_t struct. Suggested by: rhuijben * subversion/include/svn_wc.h (svn_wc_info_t): Rename

svn commit: r1156447 - in /subversion/branches/fs-py/subversion: libsvn_fs_py/fs_fs.c libsvn_fs_py/py_util.c libsvn_fs_py/py_util.h python/svn/__init__.py python/svn/fs.py python/svn/hash.py

2011-08-10 Thread hwright
Author: hwright Date: Thu Aug 11 02:25:10 2011 New Revision: 1156447 URL: http://svn.apache.org/viewvc?rev=1156447view=rev Log: On the fs-py branch: Implement the set_revision_proplist functionality in Python, rather than C. This is something of a checkpoint commit, as most of the tests start