svn commit: r1182138 - /subversion/trunk/subversion/libsvn_delta/compat.c

2011-10-11 Thread stsp
Author: stsp Date: Tue Oct 11 23:12:47 2011 New Revision: 1182138 URL: http://svn.apache.org/viewvc?rev=1182138&view=rev Log: * subversion/libsvn_delta/compat.c  (ev2_close_directory, ev2_absent_directory, ev2_apply_textdelta,   ev2_close_fi

Re: svn commit: r1182130 - in /subversion/trunk/subversion: libsvn_delta/compat.c libsvn_subr/svn_mutex.c

2011-10-11 Thread Hyrum K Wright
On Tue, Oct 11, 2011 at 5:37 PM, wrote: > Author: stsp > Date: Tue Oct 11 22:37:28 2011 > New Revision: 1182130 > > URL: http://svn.apache.org/viewvc?rev=1182130&view=rev > Log: > Some compiler-warning-driven house-keeping. > > * subversion/libsvn_subr/svn_mutex.c >  (uninit): Rename to ... >  (d

svn commit: r1182135 - /subversion/trunk/build.conf

2011-10-11 Thread stefan2
Author: stefan2 Date: Tue Oct 11 23:00:33 2011 New Revision: 1182135 URL: http://svn.apache.org/viewvc?rev=1182135&view=rev Log: Fix Windows build. * build.conf (libsvn_subr): add svn_mutex.h to exports Modified: subversion/trunk/build.conf Modified: subversion/trunk/build.conf URL: http

svn commit: r1182130 - in /subversion/trunk/subversion: libsvn_delta/compat.c libsvn_subr/svn_mutex.c

2011-10-11 Thread stsp
Author: stsp Date: Tue Oct 11 22:37:28 2011 New Revision: 1182130 URL: http://svn.apache.org/viewvc?rev=1182130&view=rev Log: Some compiler-warning-driven house-keeping. * subversion/libsvn_subr/svn_mutex.c (uninit): Rename to ... (destroy_mutex): ... this more obvious name. Also wrap inside

svn commit: r1182128 - /subversion/trunk/subversion/libsvn_subr/cache-membuffer.c

2011-10-11 Thread pburba
Author: pburba Date: Tue Oct 11 22:33:44 2011 New Revision: 1182128 URL: http://svn.apache.org/viewvc?rev=1182128&view=rev Log: * subversion/libsvn_subr/cache-membuffer.c (membuffer_cache_set_internal): Fix a 'must return a value' warning. Modified: subversion/trunk/subversion/libsvn_subr/c

svn commit: r1182126 - in /subversion/trunk/subversion: libsvn_fs/fs-loader.c libsvn_subr/cache-membuffer.c libsvn_subr/utf.c

2011-10-11 Thread pburba
Author: pburba Date: Tue Oct 11 22:23:37 2011 New Revision: 1182126 URL: http://svn.apache.org/viewvc?rev=1182126&view=rev Log: Remove unreferenced and intialized but unreferenced variables. * subversion/libsvn_fs/fs-loader.c (svn_fs_verify): * subversion/libsvn_subr/cache-membuffer.c (membuf

Re: svn commit: r1182125 - /subversion/trunk/subversion/libsvn_ra_svn/cyrus_auth.c

2011-10-11 Thread Hyrum K Wright
This should fix the recent build breakage which came as a result of merging the mutex branch back to trunk. However, there still remain lots of warnings and brokenness in this code that somebody more familiar with it than I should take a look at. -Hyrum On Tue, Oct 11, 2011 at 5:14 PM, wrote:

svn commit: r1182125 - /subversion/trunk/subversion/libsvn_ra_svn/cyrus_auth.c

2011-10-11 Thread hwright
Author: hwright Date: Tue Oct 11 22:14:19 2011 New Revision: 1182125 URL: http://svn.apache.org/viewvc?rev=1182125&view=rev Log: * subversion/libsvn_ra_svn/cyrus_auth.c (sasl_mutex_unlock_cb): Provide an error to base the chain upon when unlocking a mutex. Modified: subversion/trunk/sub

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

2011-10-11 Thread danielsh
Author: danielsh Date: Tue Oct 11 22:13:01 2011 New Revision: 1182124 URL: http://svn.apache.org/viewvc?rev=1182124&view=rev Log: Nominate r1182115. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL: http://svn.apache.org/viewvc/subversion/branches/1.

svn commit: r1182123 - /subversion/trunk/subversion/libsvn_ra_svn/cyrus_auth.c

2011-10-11 Thread hwright
Author: hwright Date: Tue Oct 11 22:12:25 2011 New Revision: 1182123 URL: http://svn.apache.org/viewvc?rev=1182123&view=rev Log: * subversion/libsvn_ra_svn/cyrus_auth.c (sasl_mutex_lock_cb): Fix a missing paren syntax error. Modified: subversion/trunk/subversion/libsvn_ra_svn/cyrus_auth.c

svn commit: r1182120 - /subversion/trunk/subversion/libsvn_ra_svn/cyrus_auth.c

2011-10-11 Thread hwright
Author: hwright Date: Tue Oct 11 22:11:00 2011 New Revision: 1182120 URL: http://svn.apache.org/viewvc?rev=1182120&view=rev Log: Don't attempt to collect an error from a do/while expression. TODO: These functions don't return svn_error_t *, though the macro does. * subversion/libsvn_ra_svn/cyrus

svn commit: r1182118 - /subversion/trunk/subversion/libsvn_ra_svn/cyrus_auth.c

2011-10-11 Thread hwright
Author: hwright Date: Tue Oct 11 22:05:41 2011 New Revision: 1182118 URL: http://svn.apache.org/viewvc?rev=1182118&view=rev Log: * subversion/libsvn_ra_svn/cyrus_auth.c (array_mutex): Fix erroneous type name. Modified: subversion/trunk/subversion/libsvn_ra_svn/cyrus_auth.c Modified: subver

svn commit: r1182115 - /subversion/trunk/INSTALL

2011-10-11 Thread danielsh
Author: danielsh Date: Tue Oct 11 22:02:02 2011 New Revision: 1182115 URL: http://svn.apache.org/viewvc?rev=1182115&view=rev Log: * INSTALL: Update some references to tigris.org. A couple of more to follow in a dev@ mail. Found by: A. McClure Modified: subversion/trunk/INSTALL Modified:

svn commit: r1182113 - /subversion/trunk/subversion/libsvn_subr/cache-inprocess.c

2011-10-11 Thread hwright
Author: hwright Date: Tue Oct 11 21:58:49 2011 New Revision: 1182113 URL: http://svn.apache.org/viewvc?rev=1182113&view=rev Log: * subversion/libsvn_subr/cache-inprocess.c (inprocess_cache_get): Remove unused variables. Modified: subversion/trunk/subversion/libsvn_subr/cache-inprocess.c Mo

svn commit: r1182112 - /subversion/trunk/subversion/include/private/svn_mutex.h

2011-10-11 Thread hwright
Author: hwright Date: Tue Oct 11 21:57:15 2011 New Revision: 1182112 URL: http://svn.apache.org/viewvc?rev=1182112&view=rev Log: Add a newline to quash compiler warnings (about the most trivial thing). * subversion/include/private/svn_mutex.h: Add newline to the end of the file. Modified:

svn commit: r1182108 - /subversion/trunk/subversion/tests/cmdline/log_tests.py

2011-10-11 Thread pburba
Author: pburba Date: Tue Oct 11 21:48:08 2011 New Revision: 1182108 URL: http://svn.apache.org/viewvc?rev=1182108&view=rev Log: Add a test for issue #4022 'svn log -g interprets change in inherited mergeinfo due to move as a merge'. * subversion/tests/cmdline/log_tests.py (merge_sensitive_log_c

svn commit: r1182104 [2/2] - in /subversion/trunk: ./ subversion/include/private/ subversion/libsvn_fs/ subversion/libsvn_fs_base/bdb/ subversion/libsvn_fs_fs/ subversion/libsvn_ra_svn/ subversion/lib

2011-10-11 Thread stefan2
Modified: subversion/trunk/subversion/libsvn_subr/utf.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/utf.c?rev=1182104&r1=1182103&r2=1182104&view=diff == --- subversion/trunk/subversion/libsvn_

svn commit: r1182083 - /subversion/site/publish/index.html

2011-10-11 Thread stefan2
Author: stefan2 Date: Tue Oct 11 20:54:17 2011 New Revision: 1182083 URL: http://svn.apache.org/viewvc?rev=1182083&view=rev Log: Follow-up to r1182054. * site/publish/index.html: fix wording "to release of" -> "the release of" Modified: subversion/site/publish/index.html Modified: subversio

svn propchange: r1182054 - svn:log

2011-10-11 Thread stefan2
Author: stefan2 Revision: 1182054 Modified property: svn:log Modified: svn:log at Tue Oct 11 20:31:17 2011 -- --- svn:log (original) +++ svn:log Tue Oct 11 20:31:17 2011 @@ -1 +1,3 @@ * tools/dist/templates: fix wording "

svn commit: r1182061 - /subversion/branches/svn_mutex/subversion/libsvn_fs/fs-loader.c

2011-10-11 Thread stefan2
Author: stefan2 Date: Tue Oct 11 20:10:04 2011 New Revision: 1182061 URL: http://svn.apache.org/viewvc?rev=1182061&view=rev Log: On svn_mutex branch: Switch one remaining function to the safer SVN_MUTEX__WITH_LOCK macro. That code had been added to /trunk after creating this branch. * subversion/

svn commit: r1182057 - /subversion/site/publish/news.html

2011-10-11 Thread stefan2
Author: stefan2 Date: Tue Oct 11 19:58:11 2011 New Revision: 1182057 URL: http://svn.apache.org/viewvc?rev=1182057&view=rev Log: Follow-up to r1182054. * publish/news.html: fix wording "to release of" -> "the release of" Modified: subversion/site/publish/news.html Modified: subversion/site/

svn commit: r1182054 - /subversion/trunk/tools/dist/templates/rc-news.ezt

2011-10-11 Thread stefan2
Author: stefan2 Date: Tue Oct 11 19:56:59 2011 New Revision: 1182054 URL: http://svn.apache.org/viewvc?rev=1182054&view=rev Log: * tools/dist/templates: fix wording "to release of" -> "the release of" Modified: subversion/trunk/tools/dist/templates/rc-news.ezt Modified: subversion/trunk/tool

svn commit: r1182053 [30/30] - in /subversion/branches/svn_mutex: ./ build/ build/ac-macros/ build/generator/ build/generator/swig/ build/generator/templates/ contrib/client-side/ contrib/hook-scripts

2011-10-11 Thread stefan2
Modified: subversion/branches/svn_mutex/tools/dist/release.py URL: http://svn.apache.org/viewvc/subversion/branches/svn_mutex/tools/dist/release.py?rev=1182053&r1=1182052&r2=1182053&view=diff == --- subversion/branches/svn

svn commit: r1182053 [22/30] - in /subversion/branches/svn_mutex: ./ build/ build/ac-macros/ build/generator/ build/generator/swig/ build/generator/templates/ contrib/client-side/ contrib/hook-scripts

2011-10-11 Thread stefan2
Modified: subversion/branches/svn_mutex/subversion/libsvn_wc/wc_db.h URL: http://svn.apache.org/viewvc/subversion/branches/svn_mutex/subversion/libsvn_wc/wc_db.h?rev=1182053&r1=1182052&r2=1182053&view=diff == --- subversio

svn commit: r1182053 [20/30] - in /subversion/branches/svn_mutex: ./ build/ build/ac-macros/ build/generator/ build/generator/swig/ build/generator/templates/ contrib/client-side/ contrib/hook-scripts

2011-10-11 Thread stefan2
Modified: subversion/branches/svn_mutex/subversion/libsvn_wc/wc-queries.sql URL: http://svn.apache.org/viewvc/subversion/branches/svn_mutex/subversion/libsvn_wc/wc-queries.sql?rev=1182053&r1=1182052&r2=1182053&view=diff ==

svn propchange: r1182027 - svn:log

2011-10-11 Thread stefan2
Author: stefan2 Revision: 1182027 Modified property: svn:log Modified: svn:log at Tue Oct 11 19:25:22 2011 -- --- svn:log (original) +++ svn:log Tue Oct 11 19:25:22 2011 @@ -1 +1 @@ -On svn_mutex branch: Bring up-to-date w

svn commit: r1182027 [2/2] - in /subversion/branches/svn_mutex: ./ build/ac-macros/ contrib/hook-scripts/ contrib/server-side/fsfsfixer/fixer/ subversion/include/ subversion/include/private/ subversio

2011-10-11 Thread stefan2
Modified: subversion/branches/svn_mutex/subversion/libsvn_wc/wc-queries.sql URL: http://svn.apache.org/viewvc/subversion/branches/svn_mutex/subversion/libsvn_wc/wc-queries.sql?rev=1182027&r1=1182026&r2=1182027&view=diff ==

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

2011-10-11 Thread philip
Author: philip Date: Tue Oct 11 18:56:40 2011 New Revision: 1182022 URL: http://svn.apache.org/viewvc?rev=1182022&view=rev Log: * STATUS: Remove conflict resolution Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL: http://svn.apache.org/viewvc/subver

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

2011-10-11 Thread rhuijben
Author: rhuijben Date: Tue Oct 11 18:32:32 2011 New Revision: 1182011 URL: http://svn.apache.org/viewvc?rev=1182011&view=rev Log: * STATUS: Cast some votes and nominate r1181609 Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL: http://svn.apache.org/

svn commit: r1181990 - /subversion/site/publish/docs/release-notes/index.html

2011-10-11 Thread philip
Author: philip Date: Tue Oct 11 17:53:21 2011 New Revision: 1181990 URL: http://svn.apache.org/viewvc?rev=1181990&view=rev Log: * publish/release-notes/index.html: Supported versions. Modified: subversion/site/publish/docs/release-notes/index.html Modified: subversion/site/publish/docs/relea

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

2011-10-11 Thread hwright
Author: hwright Date: Tue Oct 11 17:47:26 2011 New Revision: 1181987 URL: http://svn.apache.org/viewvc?rev=1181987&view=rev Log: Merge r1176949 from trunk, updating the date on CHANGES for 1.7.0. Modified: subversion/branches/1.7.x/ (props changed) subversion/branches/1.7.x/CHANGES (c

svn commit: r1181909 - /subversion/site/publish/docs/release-notes/index.html

2011-10-11 Thread philip
Author: philip Date: Tue Oct 11 17:40:32 2011 New Revision: 1181909 URL: http://svn.apache.org/viewvc?rev=1181909&view=rev Log: * publish/release-notes/index.html: 1.7 released. Modified: subversion/site/publish/docs/release-notes/index.html Modified: subversion/site/publish/docs/release-not

svn commit: r1181892 - /subversion/site/publish/packages.html

2011-10-11 Thread hwright
Author: hwright Date: Tue Oct 11 17:07:06 2011 New Revision: 1181892 URL: http://svn.apache.org/viewvc?rev=1181892&view=rev Log: Remove now-obsolete pre-releases section from the binary packages download page. * publish/packages.html (pre-release): Remove. Modified: subversion/site/publish

svn commit: r1181890 - in /subversion/site/publish: index.html news.html

2011-10-11 Thread hwright
Author: hwright Date: Tue Oct 11 17:05:59 2011 New Revision: 1181890 URL: http://svn.apache.org/viewvc?rev=1181890&view=rev Log: Update website news for 1.7.0. * publish/news.html (20111011): New item. * publish/index.html (20111011): New item. (20110831): Remove. Modi

svn commit: r1181888 - in /subversion/site/publish: docs/release-notes/1.7.html download/download.html

2011-10-11 Thread hwright
Author: hwright Date: Tue Oct 11 16:57:36 2011 New Revision: 1181888 URL: http://svn.apache.org/viewvc?rev=1181888&view=rev Log: Add 1.7.0 to the download page, bump 1.6.x down to the "supported releases" section and purge the pre-releases. Also, remove the notice from the release notes. * publi

svn commit: r1181879 - /subversion/branches/tree-read-api/subversion/libsvn_client/list.c

2011-10-11 Thread julianfoad
Author: julianfoad Date: Tue Oct 11 16:31:10 2011 New Revision: 1181879 URL: http://svn.apache.org/viewvc?rev=1181879&view=rev Log: On the 'tree-read-api' branch: Make 'svn list' work a tiny bit better. * subversion/libsvn_client/list.c (list_tree): Fill in the 'kind' field of the dirent. Modi

Re: svn commit: r1181862 - in /subversion/trunk/subversion/libsvn_subr: kitchensink.c svn_types.c

2011-10-11 Thread Hyrum K Wright
:'( I understand the desire to improve the organization of our code, but a little piece of me is sad that we no longer have kitchensink.c. -Hyrum On Tue, Oct 11, 2011 at 1:04 PM, wrote: > Author: julianfoad > Date: Tue Oct 11 16:04:07 2011 > New Revision: 1181862 > > URL: http://svn.apache.org

svn commit: r1181870 - /subversion/trunk/subversion/libsvn_wc/props.c

2011-10-11 Thread hwright
Author: hwright Date: Tue Oct 11 16:19:41 2011 New Revision: 1181870 URL: http://svn.apache.org/viewvc?rev=1181870&view=rev Log: Improve memory usage when update mergeinfo properties in the working copy. * subversion/libsvn_wc/props.c (combine_forked_mergeinfo_props): Add a scratch_pool and use

svn commit: r1181869 - in /subversion/trunk/subversion/libsvn_subr: constructors.c properties.c svn_types.c

2011-10-11 Thread julianfoad
Author: julianfoad Date: Tue Oct 11 16:18:18 2011 New Revision: 1181869 URL: http://svn.apache.org/viewvc?rev=1181869&view=rev Log: Delete 'constructors.c' and move the constructors into 'svn_types.c' or 'properties.c' according to where they belong in a functional sense. * subversion/libsvn_subr

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

2011-10-11 Thread stsp
Author: stsp Date: Tue Oct 11 16:05:18 2011 New Revision: 1181863 URL: http://svn.apache.org/viewvc?rev=1181863&view=rev Log: * subversion/libsvn_wc/update_editor.c (add_file): Remove a redundant if-statement. Modified: subversion/trunk/subversion/libsvn_wc/update_editor.c Modified: subver

svn commit: r1181862 - in /subversion/trunk/subversion/libsvn_subr: kitchensink.c svn_types.c

2011-10-11 Thread julianfoad
Author: julianfoad Date: Tue Oct 11 16:04:07 2011 New Revision: 1181862 URL: http://svn.apache.org/viewvc?rev=1181862&view=rev Log: Rename 'kitchensink.c' to 'svn_types.c' to focus its purpose on holding implementations of functions defined in svn_types.h. * subversion/libsvn_subr/kitchensink.c

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

2011-10-11 Thread julianfoad
Author: julianfoad Date: Tue Oct 11 15:57:24 2011 New Revision: 1181858 URL: http://svn.apache.org/viewvc?rev=1181858&view=rev Log: * subversion/libsvn_wc/wc-metadata.sql Remove an obsolete reference to a 'subdir' kind. Modified: subversion/trunk/subversion/libsvn_wc/wc-metadata.sql Modifi

svn commit: r1181857 - in /subversion/trunk/subversion/libsvn_wc: wc-metadata.sql wc_db.h

2011-10-11 Thread julianfoad
Author: julianfoad Date: Tue Oct 11 15:56:28 2011 New Revision: 1181857 URL: http://svn.apache.org/viewvc?rev=1181857&view=rev Log: Fix comments to refer to svn_kind_t instead of svn_wc__db_kind_t. A follow-up to r1181849. * subversion/libsvn_wc/wc_db.h (svn_wc__db_read_info, svn_wc__db_read_ki

svn propchange: r1181853 - svn:log

2011-10-11 Thread hwright
Author: hwright Revision: 1181853 Modified property: svn:log Modified: svn:log at Tue Oct 11 15:52:08 2011 -- --- svn:log (original) +++ svn:log Tue Oct 11 15:52:08 2011 @@ -1,5 +1,4 @@ -Make philipm's compiler happy, by u

svn commit: r1181853 - /subversion/trunk/subversion/libsvn_wc/props.c

2011-10-11 Thread hwright
Author: hwright Date: Tue Oct 11 15:49:47 2011 New Revision: 1181853 URL: http://svn.apache.org/viewvc?rev=1181853&view=rev Log: Make philipm's compiler happy, by updating a couple of deprecated function calls. * subversion/libsvn_wc/props.c (combine_mergeinfo_props, combine_forked_mergeinfo_pr

svn commit: r1181833 - in /subversion/branches/tree-read-api: ./ subversion/include/ subversion/include/private/ subversion/libsvn_client/ subversion/libsvn_fs_fs/ subversion/libsvn_subr/ subversion/l

2011-10-11 Thread julianfoad
Author: julianfoad Date: Tue Oct 11 15:16:47 2011 New Revision: 1181833 URL: http://svn.apache.org/viewvc?rev=1181833&view=rev Log: On the 'tree-read-api' branch: Catch up to trunk@1181830. Added: subversion/branches/tree-read-api/tools/dist/templates/stable-news.ezt - copied unchanged

svn commit: r1181831 - /subversion/site/publish/roadmap.html

2011-10-11 Thread danielsh
Author: danielsh Date: Tue Oct 11 15:09:52 2011 New Revision: 1181831 URL: http://svn.apache.org/viewvc?rev=1181831&view=rev Log: * roadmap.html (#upcoming-release-status): Tweak the stanzas of 'API performance analysis' and 'update CHANGES'. For the next release, do we want CHANGES to be a

svn commit: r1181830 - /subversion/branches/tree-read-api/subversion/libsvn_client/list.c

2011-10-11 Thread julianfoad
Author: julianfoad Date: Tue Oct 11 15:08:40 2011 New Revision: 1181830 URL: http://svn.apache.org/viewvc?rev=1181830&view=rev Log: On the 'tree-read-api' branch: Start to re-implement svn_client_list2() using svn_client_tree_t. Make it list the local WC working version if no revision is specified

svn commit: r1181827 - /subversion/branches/tree-read-api/subversion/libsvn_client/diff.c

2011-10-11 Thread julianfoad
Author: julianfoad Date: Tue Oct 11 15:05:41 2011 New Revision: 1181827 URL: http://svn.apache.org/viewvc?rev=1181827&view=rev Log: On the 'tree-read-api' branch: A follow-up to r1181823: remove the old version of a function that was moved. * subversion/libsvn_client/diff.c (open_tree): Remove.

svn commit: r1181823 - in /subversion/branches/tree-read-api/subversion/libsvn_client: tree.c tree.h

2011-10-11 Thread julianfoad
Author: julianfoad Date: Tue Oct 11 15:02:17 2011 New Revision: 1181823 URL: http://svn.apache.org/viewvc?rev=1181823&view=rev Log: On the 'tree-read-api' branch: Add an svn_client__open_tree() function and implement some more cases of reading the WC base version. * subversion/libsvn_client/tree.

svn commit: r1181819 - in /subversion/branches/tree-read-api/subversion: include/private/svn_wc_private.h include/svn_wc.h libsvn_wc/node.c

2011-10-11 Thread julianfoad
Author: julianfoad Date: Tue Oct 11 14:57:57 2011 New Revision: 1181819 URL: http://svn.apache.org/viewvc?rev=1181819&view=rev Log: On the 'tree-read-api' branch: Implement svn_wc_read_base_kind() and svn_wc__base_get_children() functions. * subversion/include/private/svn_wc_private.h (svn_wc__

svn commit: r1181811 - /subversion/site/publish/roadmap.html

2011-10-11 Thread stsp
Author: stsp Date: Tue Oct 11 14:37:18 2011 New Revision: 1181811 URL: http://svn.apache.org/viewvc?rev=1181811&view=rev Log: * site/publish/roadmap.html: Clarify the difference between the "upcoming" and "next" releases by adding version numbers. Modified: subversion/site/publish/roadmap.

svn commit: r1181809 - /subversion/site/publish/roadmap.html

2011-10-11 Thread stsp
Author: stsp Date: Tue Oct 11 14:32:46 2011 New Revision: 1181809 URL: http://svn.apache.org/viewvc?rev=1181809&view=rev Log: * site/publish/roadmap.html: Mark the "local moves" task as completed for 1.8. Modified: subversion/site/publish/roadmap.html Modified: subversion/site/publish/roadma

svn commit: r1181808 - /subversion/site/publish/roadmap.html

2011-10-11 Thread stsp
Author: stsp Date: Tue Oct 11 14:31:05 2011 New Revision: 1181808 URL: http://svn.apache.org/viewvc?rev=1181808&view=rev Log: * site/publish/roadmap.html: Add issue #3633 (server-side moves) as a work-in-progress task for 1.8. Modified: subversion/site/publish/roadmap.html Modified: subve

svn commit: r1181804 - /subversion/site/publish/roadmap.html

2011-10-11 Thread stsp
Author: stsp Date: Tue Oct 11 14:27:16 2011 New Revision: 1181804 URL: http://svn.apache.org/viewvc?rev=1181804&view=rev Log: * site/publish/roadmap.html: Add anticipated 1.7.0 release date (today), and mark all 1.7.0 items as completed. Modified: subversion/site/publish/roadmap.html Modi

svn commit: r1181800 - in /subversion/trunk/subversion: include/svn_types.h libsvn_subr/kitchensink.c

2011-10-11 Thread julianfoad
Author: julianfoad Date: Tue Oct 11 14:16:20 2011 New Revision: 1181800 URL: http://svn.apache.org/viewvc?rev=1181800&view=rev Log: Introduce the symbolic link as a node type, defining a new 'svn_kind_t' enumeration to replace 'svn_node_kind_t'. * subversion/include/svn_types.h (svn_boolean_t):

svn commit: r1181773 - in /subversion/branches/1.7.x: ./ STATUS subversion/libsvn_subr/sqlite.c

2011-10-11 Thread hwright
Author: hwright Date: Tue Oct 11 13:22:08 2011 New Revision: 1181773 URL: http://svn.apache.org/viewvc?rev=1181773&view=rev Log: Merge r1181666 from trunk: * r1181666 Tweak SQLite runtime initialisation for OS X 10.7 compatibility. Justification: The client fails to run on OS X 10.7,

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

2011-10-11 Thread hwright
Author: hwright Date: Tue Oct 11 13:19:52 2011 New Revision: 1181771 URL: http://svn.apache.org/viewvc?rev=1181771&view=rev Log: * STATUS: Vote for and approve r1181666. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL: http://svn.apache.org/viewvc/s

Re: svn commit: r1181166 - in /subversion/branches/1.5.x: ./ STATUS subversion/mod_dav_svn/repos.c

2011-10-11 Thread Daniel Shahaf
Hyrum K Wright wrote on Tue, Oct 11, 2011 at 10:08:21 -0300: > On Mon, Oct 10, 2011 at 7:20 PM, Daniel Shahaf > wrote: > > hwri...@apache.org wrote on Mon, Oct 10, 2011 at 19:39:30 -: > >> Author: hwright > >> Date: Mon Oct 10 19:39:30 2011 > >> New Revision: 1181166 > >> > >> URL: http://svn

Re: svn commit: r1181166 - in /subversion/branches/1.5.x: ./ STATUS subversion/mod_dav_svn/repos.c

2011-10-11 Thread Hyrum K Wright
On Mon, Oct 10, 2011 at 7:20 PM, Daniel Shahaf wrote: > hwri...@apache.org wrote on Mon, Oct 10, 2011 at 19:39:30 -: >> Author: hwright >> Date: Mon Oct 10 19:39:30 2011 >> New Revision: 1181166 >> >> URL: http://svn.apache.org/viewvc?rev=1181166&view=rev >> Log: >> * STATUS: Note the deletion

svn commit: r1181768 - /subversion/branches/1.5.x/

2011-10-11 Thread hwright
Author: hwright Date: Tue Oct 11 13:07:32 2011 New Revision: 1181768 URL: http://svn.apache.org/viewvc?rev=1181768&view=rev Log: On the 1.5.x branch: Fix up mergeinfo as a result of the revert in r1181169. Modified: subversion/branches/1.5.x/ (props changed) Propchange: subversion/branches

svn commit: r1181727 - /subversion/trunk/subversion/libsvn_client/merge.c

2011-10-11 Thread julianfoad
Author: julianfoad Date: Tue Oct 11 11:44:52 2011 New Revision: 1181727 URL: http://svn.apache.org/viewvc?rev=1181727&view=rev Log: * subversion/libsvn_client/merge.c (check_repos_match): Tiny typo fix. Modified: subversion/trunk/subversion/libsvn_client/merge.c Modified: subversion/trunk/

svn commit: r1181721 - in /subversion/trunk/subversion/libsvn_subr: kitchensink.c mergeinfo.c

2011-10-11 Thread julianfoad
Author: julianfoad Date: Tue Oct 11 11:31:12 2011 New Revision: 1181721 URL: http://svn.apache.org/viewvc?rev=1181721&view=rev Log: Move two mergeinfo-related functions from 'kitchensink.c' to 'mergeinfo.c', as they are declared in 'svn_mergeinfo.h', in an attempt not to overload the kitchen sink.

svn commit: r1181717 - /subversion/site/publish/packages.html

2011-10-11 Thread gstein
Author: gstein Date: Tue Oct 11 11:20:36 2011 New Revision: 1181717 URL: http://svn.apache.org/viewvc?rev=1181717&view=rev Log: Reestablish the original r1181630 commit, which was erroneously reverted in r1181689. Modified: subversion/site/publish/packages.html Modified: subversion/site/publ

svn commit: r1181697 - /subversion/site/publish/packages.html

2011-10-11 Thread stsp
Author: stsp Date: Tue Oct 11 10:36:56 2011 New Revision: 1181697 URL: http://svn.apache.org/viewvc?rev=1181697&view=rev Log: * publish/packages.html (opensuse, openbsd): Remove leading whitespace from text in tags. Modified: subversion/site/publish/packages.html Modified: subversion/site

svn commit: r1181695 - /subversion/site/publish/packages.html

2011-10-11 Thread stsp
Author: stsp Date: Tue Oct 11 10:35:14 2011 New Revision: 1181695 URL: http://svn.apache.org/viewvc?rev=1181695&view=rev Log: * publish/packages.html: Ooops, fix up some HTML I botched in the last commit. Modified: subversion/site/publish/packages.html Modified: subversion/site/publish/packa

svn commit: r1181694 - /subversion/site/publish/packages.html

2011-10-11 Thread stsp
Author: stsp Date: Tue Oct 11 10:33:32 2011 New Revision: 1181694 URL: http://svn.apache.org/viewvc?rev=1181694&view=rev Log: * site/publish/packages.html (opensuse, openbsd): Clarify which packages contain clients and servers. Modified: subversion/site/publish/packages.html Modified: subv

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

2011-10-11 Thread philip
Author: philip Date: Tue Oct 11 10:31:01 2011 New Revision: 1181692 URL: http://svn.apache.org/viewvc?rev=1181692&view=rev Log: * docs/release-notes/1.7.html (osx-issue): New, suggest a potential patch. (javahl-issue): Mention revision. Modified: subversion/site/publish/docs/release-notes

svn commit: r1181689 - /subversion/site/publish/packages.html

2011-10-11 Thread ivan
Author: ivan Date: Tue Oct 11 10:28:56 2011 New Revision: 1181689 URL: http://svn.apache.org/viewvc?rev=1181689&view=rev Log: Revert r1181630: Making significant changes of website that haven't discussed. I will post details on dev@s.a.o later. Modified: subversion/site/publish/packages.html

svn propchange: r1181672 - svn:log

2011-10-11 Thread julianfoad
Author: julianfoad Revision: 1181672 Modified property: svn:log Modified: svn:log at Tue Oct 11 09:59:25 2011 -- --- svn:log (original) +++ svn:log Tue Oct 11 09:59:25 2011 @@ -1,7 +1,9 @@ In the bug reporting instruction

svn commit: r1181676 - /subversion/trunk/subversion/include/private/svn_wc_private.h

2011-10-11 Thread julianfoad
Author: julianfoad Date: Tue Oct 11 09:54:11 2011 New Revision: 1181676 URL: http://svn.apache.org/viewvc?rev=1181676&view=rev Log: * subversion/include/private/svn_wc_private.h (svn_wc__node_get_children): Fix a doc string cross-reference. A follow-up to r1081464. Modified: subversion/

svn commit: r1181672 - in /subversion/site/publish/docs/community-guide: issues.part.html repro-template.bat

2011-10-11 Thread julianfoad
Author: julianfoad Date: Tue Oct 11 09:37:58 2011 New Revision: 1181672 URL: http://svn.apache.org/viewvc?rev=1181672&view=rev Log: In the bug reporting instructions, add a reproduction script example for Windows alongside the Unix one. Contributed by Paolo Compieta , slightly tweaked by me (I re

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

2011-10-11 Thread philip
Author: philip Date: Tue Oct 11 09:37:33 2011 New Revision: 1181671 URL: http://svn.apache.org/viewvc?rev=1181671&view=rev Log: * STATUS: Propose r1181666, with danielsh from IRC. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL: http://svn.apache.or

svn commit: r1181666 - /subversion/trunk/subversion/libsvn_subr/sqlite.c

2011-10-11 Thread philip
Author: philip Date: Tue Oct 11 09:15:03 2011 New Revision: 1181666 URL: http://svn.apache.org/viewvc?rev=1181666&view=rev Log: Tweak the SQLite setup for compatibility with OS X 10.7. * subversion/libsvn_subr/sqlite.c (init_sqlite): Don't set the default shared cache behaviour. (internal_ope