svn commit: r1157754 - /subversion/trunk/subversion/include/svn_wc.h

2011-08-15 Thread julianfoad
Author: julianfoad Date: Mon Aug 15 09:57:57 2011 New Revision: 1157754 URL: http://svn.apache.org/viewvc?rev=1157754view=rev Log: Update comments. * subversion/include/svn_wc.h (svn_wc_conflict_description2_t): Update the cross-reference to the _dup function.

svn commit: r1157788 - /subversion/trunk/subversion/bindings/ctypes-python/test/svntypes.py

2011-08-15 Thread julianfoad
Author: julianfoad Date: Mon Aug 15 11:53:22 2011 New Revision: 1157788 URL: http://svn.apache.org/viewvc?rev=1157788view=rev Log: In the ctypes-python bindings, add more tests for the 'SvnDate' and 'Hash' classes. * subversion/bindings/ctypes-python/test/svntypes.py (TypesTestCase): Remove,

Re: svn commit: r1157682 - /subversion/trunk/subversion/svn/status.c

2011-08-15 Thread Hyrum K Wright
Do we do this other places in our code, or does this introduce a new pattern? It *does* introduce new format not a string literal, argument types not checked warnings at compile-time. -Hyrum On Sun, Aug 14, 2011 at 6:06 PM, arfre...@apache.org wrote: Author: arfrever Date: Sun Aug 14

svn commit: r1157811 [3/3] - in /subversion/branches/fs-py: ./ subversion/bindings/ctypes-python/csvn/ subversion/bindings/ctypes-python/test/ subversion/bindings/javahl/native/ subversion/bindings/ja

2011-08-15 Thread hwright
Modified: subversion/branches/fs-py/tools/dev/unix-build/Makefile.svn URL: http://svn.apache.org/viewvc/subversion/branches/fs-py/tools/dev/unix-build/Makefile.svn?rev=1157811r1=1157810r2=1157811view=diff == ---

svn commit: r1157828 - in /subversion/branches/fs-py/subversion/libsvn_fs_py: ./ tree.c

2011-08-15 Thread hwright
Author: hwright Date: Mon Aug 15 12:45:02 2011 New Revision: 1157828 URL: http://svn.apache.org/viewvc?rev=1157828view=rev Log: On the fs-py branch: Merge changes merged to libsvn_fs_fs to libsvn_fs_py. Modified: subversion/branches/fs-py/subversion/libsvn_fs_py/ (props changed)

svn commit: r1157906 - /subversion/trunk/subversion/bindings/ctypes-python/test/setup_path.py

2011-08-15 Thread julianfoad
Author: julianfoad Date: Mon Aug 15 16:45:00 2011 New Revision: 1157906 URL: http://svn.apache.org/viewvc?rev=1157906view=rev Log: * subversion/bindings/ctypes-python/test/setup_path.py (src_swig_python_tests_dir): Rename to 'src_ctypes_python_tests_dir' because this is ctypes, not swig.

svn commit: r1157911 - /subversion/trunk/subversion/libsvn_wc/wc-metadata.sql

2011-08-15 Thread stsp
Author: stsp Date: Mon Aug 15 17:04:15 2011 New Revision: 1157911 URL: http://svn.apache.org/viewvc?rev=1157911view=rev Log: * subversion/libsvn_wc/wc-metadata.sql: Fix an outdated comment. Review by: gstein Modified: subversion/trunk/subversion/libsvn_wc/wc-metadata.sql Modified:

svn commit: r1157912 - /subversion/trunk/subversion/libsvn_wc/wc-metadata.sql

2011-08-15 Thread stsp
Author: stsp Date: Mon Aug 15 17:05:50 2011 New Revision: 1157912 URL: http://svn.apache.org/viewvc?rev=1157912view=rev Log: Follow-up to r1157911: * subversion/libsvn_wc/wc-metadata.sql: Fix typo in comment. Modified: subversion/trunk/subversion/libsvn_wc/wc-metadata.sql Modified:

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

2011-08-15 Thread hwright
Author: hwright Date: Mon Aug 15 17:51:40 2011 New Revision: 1157926 URL: http://svn.apache.org/viewvc?rev=1157926view=rev Log: On the fs-py branch: When creating a filesystem, write and read the config file. Keep this config separate from the config passed to create an FS. (Bonus: we can use

svn commit: r1157953 - /subversion/branches/fs-py/subversion/libsvn_fs_py/py_util.c

2011-08-15 Thread hwright
Author: hwright Date: Mon Aug 15 19:09:35 2011 New Revision: 1157953 URL: http://svn.apache.org/viewvc?rev=1157953view=rev Log: On the fs-py branch: Simplify our initialization and cleanup a bit by removing the call to Py_Finalize(). * subversion/libsvn_fs_py/py_util.c (p_root_module): Remove.

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

2011-08-15 Thread hwright
Author: hwright Date: Mon Aug 15 19:31:28 2011 New Revision: 1157959 URL: http://svn.apache.org/viewvc?rev=1157959view=rev Log: On the fs-py branch: * subversion/python/svn/fs.py (FS._set_revision_proplist): Use a higher-level file object for a temporary file operation. Modified:

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

2011-08-15 Thread cmpilato
Author: cmpilato Date: Mon Aug 15 19:55:05 2011 New Revision: 1157971 URL: http://svn.apache.org/viewvc?rev=1157971view=rev Log: * site/publish/docs/release-notes/1.7.html Complete an incomplete sentence. Modified: subversion/site/publish/docs/release-notes/1.7.html Modified:

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

2011-08-15 Thread hwright
Author: hwright Date: Mon Aug 15 20:03:41 2011 New Revision: 1157972 URL: http://svn.apache.org/viewvc?rev=1157972view=rev Log: On the fs-py branch: Implement the write_format() function in Python, thereby allowing the entire create a filesystem functionality to live all in Python. *

svn commit: r1157991 - in /subversion/branches/fs-py/subversion/python/svn: fs.py fs/ fs/__init__.py

2011-08-15 Thread hwright
Author: hwright Date: Mon Aug 15 20:30:32 2011 New Revision: 1157991 URL: http://svn.apache.org/viewvc?rev=1157991view=rev Log: On the fs-py branch: Move the svn.fs module into a proper subdirectory. * subversion/python/svn/fs.py: Move from here... * subversion/python/svn/fs/__init__.py:

svn commit: r1158003 - in /subversion/branches/fs-py/subversion: libsvn_fs_py/rep-cache.c python/svn/fs/__init__.py

2011-08-15 Thread hwright
Author: hwright Date: Mon Aug 15 20:42:51 2011 New Revision: 1158003 URL: http://svn.apache.org/viewvc?rev=1158003view=rev Log: On the fs-py branch: Fix an attempt to reference an instance-private variable which was hid due to Python name-mangling. * subversion/python/svn/fs/__init__.py

svn commit: r1158004 - /subversion/branches/fs-py/subversion/libsvn_fs_py/rep-cache.c

2011-08-15 Thread hwright
Author: hwright Date: Mon Aug 15 20:45:18 2011 New Revision: 1158004 URL: http://svn.apache.org/viewvc?rev=1158004view=rev Log: On the fs-py branch: * subversion/libsvn_fs_py/rep-cache.c (svn_fs_py__walk_rep_reference): Declare variables first! Modified:

svn commit: r1158010 - /subversion/branches/fs-py/subversion/python/svn/fs/__init__.py

2011-08-15 Thread hwright
Author: hwright Date: Mon Aug 15 21:06:35 2011 New Revision: 1158010 URL: http://svn.apache.org/viewvc?rev=1158010view=rev Log: On the fs-py branch: Fix a failing test. We need to be bug-for-bug compatible with FSFS! (at least initially.) * subversion/python/svn/fs/__init__.py