svn commit: r1162024 - /subversion/trunk/subversion/tests/cmdline/info_tests.py

2011-08-26 Thread rhuijben
Author: rhuijben Date: Fri Aug 26 08:32:38 2011 New Revision: 1162024 URL: http://svn.apache.org/viewvc?rev=1162024view=rev Log: Add reproduction recipe for a segfault using 'svn info' in 1.7.x. This same segfault can also be triggered by just retrieving svn_wc_entry_t for this node. *

svn commit: r1162033 - in /subversion/trunk/subversion: libsvn_wc/entries.c svn/info-cmd.c tests/cmdline/info_tests.py

2011-08-26 Thread rhuijben
Author: rhuijben Date: Fri Aug 26 09:06:34 2011 New Revision: 1162033 URL: http://svn.apache.org/viewvc?rev=1162033view=rev Log: Resolve segfault when retrieving svn_wc_entry_t on a binary conflict. Also fix a similar segfault in svn on printing conflicts. (Issue #3998) *

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

2011-08-26 Thread rhuijben
Author: rhuijben Date: Fri Aug 26 09:10:06 2011 New Revision: 1162034 URL: http://svn.apache.org/viewvc?rev=1162034view=rev Log: * STATUS: Nominate fix for 'svn info' on conflict crash Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL:

svn commit: r1162040 - /subversion/trunk/subversion/libsvn_client/repos_diff.c

2011-08-26 Thread julianfoad
Author: julianfoad Date: Fri Aug 26 09:25:19 2011 New Revision: 1162040 URL: http://svn.apache.org/viewvc?rev=1162040view=rev Log: In 'diff --summarize', stop downloading full texts for deleted files, because that takes time and we don't need them. A follow-up to r1159880. *

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

2011-08-26 Thread danielsh
Author: danielsh Date: Fri Aug 26 09:28:00 2011 New Revision: 1162042 URL: http://svn.apache.org/viewvc?rev=1162042view=rev Log: Vote for r1162024. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL:

svn commit: r1162046 - /subversion/trunk/subversion/libsvn_client/repos_diff_summarize.c

2011-08-26 Thread julianfoad
Author: julianfoad Date: Fri Aug 26 09:37:29 2011 New Revision: 1162046 URL: http://svn.apache.org/viewvc?rev=1162046view=rev Log: In 'diff --summarize', don't call the summarizing callback if there is no change to report. A follow-up to r1159880. *

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

2011-08-26 Thread rhuijben
Author: rhuijben Date: Fri Aug 26 09:41:17 2011 New Revision: 1162047 URL: http://svn.apache.org/viewvc?rev=1162047view=rev Log: * STATUS: Note whitespace conflict on merging Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL:

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

2011-08-26 Thread philip
Author: philip Date: Fri Aug 26 09:56:51 2011 New Revision: 1162052 URL: http://svn.apache.org/viewvc?rev=1162052view=rev Log: * STATUS: Vote/approve r1162024/r1162033 Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL:

svn commit: r1162054 - /subversion/trunk/subversion/bindings/swig/perl/native/Makefile.PL.in

2011-08-26 Thread danielsh
Author: danielsh Date: Fri Aug 26 10:13:37 2011 New Revision: 1162054 URL: http://svn.apache.org/viewvc?rev=1162054view=rev Log: swig-py: tweak the compiler flags. This should address issue #2617 (which concerns compilation problems). * subversion/bindings/swig/perl/native/Makefile.PL.in

svn commit: r1162065 - /subversion/trunk/subversion/libsvn_client/repos_diff.c

2011-08-26 Thread julianfoad
Author: julianfoad Date: Fri Aug 26 11:19:05 2011 New Revision: 1162065 URL: http://svn.apache.org/viewvc?rev=1162065view=rev Log: * subversion/libsvn_client/repos_diff.c (remove_non_prop_changes): Improve doc string. Modified: subversion/trunk/subversion/libsvn_client/repos_diff.c

svn commit: r1162067 - /subversion/branches/revprop-packing/BRANCH-README

2011-08-26 Thread danielsh
Author: danielsh Date: Fri Aug 26 11:26:43 2011 New Revision: 1162067 URL: http://svn.apache.org/viewvc?rev=1162067view=rev Log: On the revprop-packing branch, record two thoughts in BRANCH-README. Modified: subversion/branches/revprop-packing/BRANCH-README Modified:

svn propchange: r1160671 - svn:log

2011-08-26 Thread rhuijben
Author: rhuijben Revision: 1160671 Modified property: svn:log Modified: svn:log at Fri Aug 26 12:48:02 2011 -- --- svn:log (original) +++ svn:log Fri Aug 26 12:48:02 2011 @@ -26,4 +26,4 @@ also improve performance a bit.

svn commit: r1162100 - in /subversion/branches/1.7.x: ./ STATUS subversion/svn/main.c

2011-08-26 Thread hwright
Author: hwright Date: Fri Aug 26 13:04:26 2011 New Revision: 1162100 URL: http://svn.apache.org/viewvc?rev=1162100view=rev Log: Merge r1159400 from trunk: * r1159400 Document a neat trick to better handle patch rejects in 'svn help patch'. Justification: Might save a poor soul from

svn commit: r1162107 - in /subversion/branches/1.7.x: ./ STATUS subversion/libsvn_wc/entries.c subversion/svn/info-cmd.c subversion/tests/cmdline/info_tests.py

2011-08-26 Thread hwright
Author: hwright Date: Fri Aug 26 13:18:07 2011 New Revision: 1162107 URL: http://svn.apache.org/viewvc?rev=1162107view=rev Log: Merge r1162024, r1162033 from trunk: * r1162024, r1162033 Resolve segfault on retrieving svn_wc_entry_t or calling 'svn info' on a binary conflict.

svn commit: r1162109 - in /subversion/branches/1.7.x: ./ CHANGES

2011-08-26 Thread hwright
Author: hwright Date: Fri Aug 26 13:20:43 2011 New Revision: 1162109 URL: http://svn.apache.org/viewvc?rev=1162109view=rev Log: Bring the 1.7.x section of CHANGES up-to-date with trunk. Modified: subversion/branches/1.7.x/ (props changed) subversion/branches/1.7.x/CHANGES (contents,

svn commit: r1162136 - /subversion/trunk/subversion/tests/cmdline/merge_reintegrate_tests.py

2011-08-26 Thread pburba
Author: pburba Date: Fri Aug 26 15:14:37 2011 New Revision: 1162136 URL: http://svn.apache.org/viewvc?rev=1162136view=rev Log: * subversion/tests/cmdline/merge_reintegrate_tests.py (reintegrate_creates_bogus_mergeinfo): Comments should match code. Modified:

svn commit: r1162184 - in /subversion/tags/1.7.0-rc2: ./ subversion/include/svn_version.h

2011-08-26 Thread hwright
Author: hwright Date: Fri Aug 26 17:44:54 2011 New Revision: 1162184 URL: http://svn.apache.org/viewvc?rev=1162184view=rev Log: Tagging release 1.7.0-rc2 with svn_version.h matching tarball. Added: subversion/tags/1.7.0-rc2/ (props changed) - copied from r1162132,

svn commit: r1162197 - /subversion/trunk/contrib/client-side/svn-clean

2011-08-26 Thread peters
Author: peters Date: Fri Aug 26 18:26:50 2011 New Revision: 1162197 URL: http://svn.apache.org/viewvc?rev=1162197view=rev Log: * contrib/client-side/svn-clean: Support multiple path arguments, like any good Unix tool. (The svn-module-not-available case already did support them,

svn commit: r1162201 - /subversion/trunk/subversion/libsvn_wc/merge.c

2011-08-26 Thread danielsh
Author: danielsh Date: Fri Aug 26 18:35:17 2011 New Revision: 1162201 URL: http://svn.apache.org/viewvc?rev=1162201view=rev Log: Resolve a tempfile leak. * subversion/libsvn_wc/merge.c (merge_text_file): Remove the svn_io_file_del_none tempfile on a non-error return path. (To

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

2011-08-26 Thread danielsh
Author: danielsh Date: Fri Aug 26 18:36:32 2011 New Revision: 1162203 URL: http://svn.apache.org/viewvc?rev=1162203view=rev Log: STATUS += r1162201. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL:

svn propchange: r1160428 - svn:log

2011-08-26 Thread arfrever
Author: arfrever Revision: 1160428 Modified property: svn:log Modified: svn:log at Fri Aug 26 19:33:50 2011 -- --- svn:log (original) +++ svn:log Fri Aug 26 19:33:50 2011 @@ -3,8 +3,3 @@ On the issue-3975 branch:

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

2011-08-26 Thread danielsh
Author: danielsh Date: Fri Aug 26 21:08:04 2011 New Revision: 1162256 URL: http://svn.apache.org/viewvc?rev=1162256view=rev Log: * docs/release-notes/1.7.html (#asf-mirrors): Link to the download location, not only to the download archives. Modified: