svn commit: r981418 - /subversion/trunk/subversion/libsvn_client/patch.c

2010-08-02 Thread dannas
Author: dannas Date: Mon Aug 2 08:44:52 2010 New Revision: 981418 URL: http://svn.apache.org/viewvc?rev=981418view=rev Log: Make 'svn patch' able to apply properties on the wc root dir. * subversion/libsvn_client/patch.c (patch_target_t): Constify field 'local_abspath'.

svn commit: r981426 - /subversion/trunk/subversion/include/svn_dirent_uri.h

2010-08-02 Thread dannas
Author: dannas Date: Mon Aug 2 09:14:44 2010 New Revision: 981426 URL: http://svn.apache.org/viewvc?rev=981426view=rev Log: * subversion/include/svn_dirent_uri.h (svn_dirent_is_under_root): Add todo about 'full_path' not beeing canonicalized when joining 'base_path' with . Modified:

svn commit: r981449 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

2010-08-02 Thread stsp
Author: stsp Date: Mon Aug 2 10:52:09 2010 New Revision: 981449 URL: http://svn.apache.org/viewvc?rev=981449view=rev Log: Follow-up to r981199: * subversion/libsvn_fs_fs/fs_fs.c (svn_fs_fs__hotcopy): There *is* an error leak, Bert meant a different one than I had thought. Properly catch

svn commit: r981459 - in /subversion/branches/1.6.x-r980811: ./ subversion/libsvn_fs_fs/fs_fs.c

2010-08-02 Thread stsp
Author: stsp Date: Mon Aug 2 11:25:35 2010 New Revision: 981459 URL: http://svn.apache.org/viewvc?rev=981459view=rev Log: On the 1.6.x-r980811 branch: Merge r981449 from trunk, plus conflict resolution. Modified: subversion/branches/1.6.x-r980811/ (props changed)

svn commit: r981460 - /subversion/branches/1.6.x/STATUS

2010-08-02 Thread stsp
Author: stsp Date: Mon Aug 2 11:29:14 2010 New Revision: 981460 URL: http://svn.apache.org/viewvc?rev=981460view=rev Log: * STATUS: Add r981449 to the r980811 backport. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL:

svn commit: r981470 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

2010-08-02 Thread neels
Author: neels Date: Mon Aug 2 12:05:27 2010 New Revision: 981470 URL: http://svn.apache.org/viewvc?rev=981470view=rev Log: SINGLE_DB: Don't write depth = unknown for dirs added on update. * subversion/libsvn_wc/update_editor.c (close_directory): Translate depth_unknown to _infinity on

svn commit: r981479 - /subversion/trunk/subversion/libsvn_wc/adm_files.c

2010-08-02 Thread philip
Author: philip Date: Mon Aug 2 12:19:12 2010 New Revision: 981479 URL: http://svn.apache.org/viewvc?rev=981479view=rev Log: * subversion/libsvn_wc/adm_files.c (svn_wc__internal_ensure_adm): Scan if the repository information is not immediately available. Suggested by: rhuijben Modified:

RE: svn commit: r981479 - /subversion/trunk/subversion/libsvn_wc/adm_files.c

2010-08-02 Thread Bert Huijben
-Original Message- From: phi...@apache.org [mailto:phi...@apache.org] Sent: maandag 2 augustus 2010 14:19 To: commits@subversion.apache.org Subject: svn commit: r981479 - /subversion/trunk/subversion/libsvn_wc/adm_files.c Author: philip Date: Mon Aug 2 12:19:12 2010 New

svn commit: r981483 - /subversion/trunk/subversion/libsvn_diff/diff_memory.c

2010-08-02 Thread dannas
Author: dannas Date: Mon Aug 2 12:27:07 2010 New Revision: 981483 URL: http://svn.apache.org/viewvc?rev=981483view=rev Log: Follow-up to r981462. Adjust the logic to handle the case when we're dealing with the first hunk. * subversion/libsvn_diff/diff_memory.c (output_unified_diff_modified):

svn commit: r981489 - in /subversion/trunk/subversion: include/svn_dirent_uri.h libsvn_client/patch.c libsvn_subr/dirent_uri.c libsvn_wc/update_editor.c tests/libsvn_subr/dirent_uri-test.c

2010-08-02 Thread rhuijben
Author: rhuijben Date: Mon Aug 2 12:49:45 2010 New Revision: 981489 URL: http://svn.apache.org/viewvc?rev=981489view=rev Log: Make svn_dirent_is_under_root() more consistent with our normal apis: ensure that the resulting string is canonical. Also document that it doesn't return an abspath even

svn commit: r981507 - /subversion/trunk/subversion/tests/libsvn_subr/dirent_uri-test.c

2010-08-02 Thread rhuijben
Author: rhuijben Date: Mon Aug 2 13:46:16 2010 New Revision: 981507 URL: http://svn.apache.org/viewvc?rev=981507view=rev Log: * subversion/tests/libsvn_subr/dirent_uri-test.c (test_dirent_is_under_root): Fix accidental \d instead of \\d in a !SVN_USE_DOS_PATHS specific block. Found by:

Re: svn commit: r981204 - in /subversion/branches/performance/subversion: include/private/svn_file_cache.h include/private/svn_file_handle_cache.h libsvn_subr/svn_file_cache.c libsvn_subr/svn_file_h

2010-08-02 Thread Hyrum K. Wright
Sorry to be pedantic about variable naming, but stuff in include/private/svn_*.h is usually prefixed with 'svn__' instead of 'svn_'. Since these private symbols are included in the same library as the public API, we prefer the naming differentiation so that folks know these APIs are not for

svn commit: r981513 - /subversion/trunk/subversion/libsvn_client/patch.c

2010-08-02 Thread julianfoad
Author: julianfoad Date: Mon Aug 2 14:00:42 2010 New Revision: 981513 URL: http://svn.apache.org/viewvc?rev=981513view=rev Log: * subversion/libsvn_client/patch.c (resolve_target_path): Add const to a variable for pointer compatibility. A follow-up to r981489. Modified:

svn commit: r981519 - /subversion/trunk/subversion/tests/cmdline/svnrdump_tests.py

2010-08-02 Thread rhuijben
Author: rhuijben Date: Mon Aug 2 14:22:30 2010 New Revision: 981519 URL: http://svn.apache.org/viewvc?rev=981519view=rev Log: Mark two svnrdump tests as XFail for ra_svn, ra_serf and ra_neon * subversion/tests/cmdline/svnrdump_tests.py (test_list): Mark skeleton_load and copy_and_modify_load

svn commit: r981520 - in /subversion/trunk/subversion: libsvn_client/patch.c tests/cmdline/patch_tests.py

2010-08-02 Thread dannas
Author: dannas Date: Mon Aug 2 14:24:04 2010 New Revision: 981520 URL: http://svn.apache.org/viewvc?rev=981520view=rev Log: Don't notify on the hunk level for added and deleted props. This conforms with the way we handle text hunks. * subversion/libsvn_client/patch.c

svn commit: r981522 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2010-08-02 Thread stsp
Author: stsp Date: Mon Aug 2 14:28:31 2010 New Revision: 981522 URL: http://svn.apache.org/viewvc?rev=981522view=rev Log: * tools/dev/unix-build Makefile.svn: Reset the build upon 'make nuke'. Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn Modified:

svn commit: r981523 [2/2] - in /subversion/branches/issue-2779-dev: ./ subversion/bindings/swig/python/libsvn_swig_py/ subversion/bindings/swig/python/tests/ subversion/bindings/swig/python/tests/trac

2010-08-02 Thread cmpilato
Modified: subversion/branches/issue-2779-dev/subversion/svnrdump/svnrdump.c URL: http://svn.apache.org/viewvc/subversion/branches/issue-2779-dev/subversion/svnrdump/svnrdump.c?rev=981523r1=981522r2=981523view=diff == ---

svn propchange: r981522 - svn:log

2010-08-02 Thread stsp
Author: stsp Revision: 981522 Modified property: svn:log Modified: svn:log at Mon Aug 2 14:31:54 2010 -- --- svn:log (original) +++ svn:log Mon Aug 2 14:31:54 2010 @@ -1 +1 @@ -* tools/dev/unix-build Makefile.svn: Reset

svn commit: r981538 - /subversion/trunk/subversion/tests/cmdline/input_validation_tests.py

2010-08-02 Thread stsp
Author: stsp Date: Mon Aug 2 14:56:02 2010 New Revision: 981538 URL: http://svn.apache.org/viewvc?rev=981538view=rev Log: * subversion/tests/cmdline/input_validation_tests.py (invalid_copy_sources, invalid_copy_target): New tests, verifying that svn copy rejects invalid sources and targets.

svn commit: r981568 - /subversion/trunk/subversion/libsvn_wc/node.c

2010-08-02 Thread rhuijben
Author: rhuijben Date: Mon Aug 2 15:42:48 2010 New Revision: 981568 URL: http://svn.apache.org/viewvc?rev=981568view=rev Log: * subversion/libsvn_wc/node.c (svn_wc_read_kind): Read status and kind on one db operation, instead of using helpers that together do this multiple times.

svn commit: r981570 - in /subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl: ./ callback/

2010-08-02 Thread hwright
Author: hwright Date: Mon Aug 2 15:45:00 2010 New Revision: 981570 URL: http://svn.apache.org/viewvc?rev=981570view=rev Log: Fix several busted Javadoc references by importing the classes javadoc requires to make the requested links. [ in

svn commit: r981575 - in /subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl: ClientNotifyInformation.java ISVNClient.java ISVNRepos.java ReposNotifyInformation.java callback

2010-08-02 Thread hwright
Author: hwright Date: Mon Aug 2 16:05:39 2010 New Revision: 981575 URL: http://svn.apache.org/viewvc?rev=981575view=rev Log: More fixes to Javadoc bugs in the JavaHL bindings. [ in subversion/bindings/javahl/src/org/apache/subversion/javahl/ ] * ClientNotifyInformation.java, ISVNRepos.java,

svn commit: r981593 - in /subversion/trunk/subversion: svn/diff-cmd.c tests/cmdline/input_validation_tests.py

2010-08-02 Thread stsp
Author: stsp Date: Mon Aug 2 16:47:41 2010 New Revision: 981593 URL: http://svn.apache.org/viewvc?rev=981593view=rev Log: * subversion/tests/cmdline/input_validation_tests.py (invalid_diff_targets): New test, verifying that svn diff copes well with invalid target combinations. *

svn commit: r981605 - /subversion/trunk/subversion/libsvn_wc/node.c

2010-08-02 Thread hwright
Author: hwright Date: Mon Aug 2 17:12:58 2010 New Revision: 981605 URL: http://svn.apache.org/viewvc?rev=981605view=rev Log: * subversion/libsvn_wc/node.c (svn_wc_read_kind): Explicitly ignore other statii in a switch (to silence compiler warnings). Modified:

svn commit: r981641 - /subversion/trunk/Makefile.in

2010-08-02 Thread hwright
Author: hwright Date: Mon Aug 2 17:50:41 2010 New Revision: 981641 URL: http://svn.apache.org/viewvc?rev=981641view=rev Log: Make the JavaHL build and test targets include the javahl-compat targets. For backward compat, this will include the org.tigris.* packages in the distributed tarballs. *

svn commit: r981665 - in /subversion/branches/performance/subversion: include/private/svn_file_handle_cache.h include/private/svn_temp_serializer.h libsvn_subr/svn_file_handle_cache.c libsvn_subr/svn_

2010-08-02 Thread stefan2
Author: stefan2 Date: Mon Aug 2 19:36:59 2010 New Revision: 981665 URL: http://svn.apache.org/viewvc?rev=981665view=rev Log: Rename all svn_* in include/private to svn__* as requested in http://svn.haxx.se/dev/archive-2010-08/0043.shtml * subversion/include/private/svn_file_handle_cache.h

svn commit: r981666 - in /subversion/branches/issue-2779-dev/subversion: libsvn_client/ tests/cmdline/ tests/cmdline/svntest/

2010-08-02 Thread cmpilato
Author: cmpilato Date: Mon Aug 2 19:47:17 2010 New Revision: 981666 URL: http://svn.apache.org/viewvc?rev=981666view=rev Log: On the issue-2779-dev branch: Add some testing framework changes, and some new tests, for the automatic redirection stuff. * subversion/libsvn_client/relocate.c

svn commit: r981683 - in /subversion/trunk/subversion/bindings/swig: python/libsvn_swig_py/swigutil_py.c python/libsvn_swig_py/swigutil_py.h python/svn/delta.py svn_delta.i

2010-08-02 Thread rdonch
Author: rdonch Date: Mon Aug 2 20:49:57 2010 New Revision: 981683 URL: http://svn.apache.org/viewvc?rev=981683view=rev Log: SWIG/Python: make svn_txdelta_window_t.ops work properly. [in subversion/bindings/swig] * svn_delta.i: disable the auto-generated accessors for

svn commit: r981684 - in /subversion/branches/performance/subversion/libsvn_fs_fs: caching.c fs_fs.h

2010-08-02 Thread stefan2
Author: stefan2 Date: Mon Aug 2 20:51:35 2010 New Revision: 981684 URL: http://svn.apache.org/viewvc?rev=981684view=rev Log: Bring the membuffer cache to its first use for the full text cache. Also, provide functions to get / set the FSFS cache configuration although not all of it is supported,

svn commit: r981701 - in /subversion/trunk/subversion/bindings/swig: python/libsvn_swig_py/swigutil_py.c python/libsvn_swig_py/swigutil_py.h svn_delta.i

2010-08-02 Thread rdonch
Author: rdonch Date: Mon Aug 2 23:00:48 2010 New Revision: 981701 URL: http://svn.apache.org/viewvc?rev=981701view=rev Log: Move the descriptor query for svn_txdelta_op_t * into the module code; when it's in libsvn_swig_py, SWIG crashes. *

svn commit: r981729 - /subversion/trunk/subversion/bindings/swig/ruby/test/test_info.rb

2010-08-02 Thread joeswatosh
Author: joeswatosh Date: Tue Aug 3 03:00:54 2010 New Revision: 981729 URL: http://svn.apache.org/viewvc?rev=981729view=rev Log: Rearrange code for clarity. * subversion/bindings/swig/ruby/test/test_info.rb (SvnInfoTest#test_changed): Move the modifications of file1, 2, and 3 from the