svn commit: r1329563 - /subversion/trunk/subversion/libsvn_fs/editor.c

2012-04-24 Thread gstein
Author: gstein Date: Tue Apr 24 06:07:18 2012 New Revision: 1329563 URL: http://svn.apache.org/viewvc?rev=1329563view=rev Log: Start sketching out the FS editor. In particular, the add_* callbacks. * subversion/libsvn_fs/editor.c: (struct edit_baton): add CANCEL_FUNC/BATON, which is needed

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

2012-04-24 Thread julianfoad
Author: julianfoad Date: Tue Apr 24 07:20:11 2012 New Revision: 1329573 URL: http://svn.apache.org/viewvc?rev=1329573view=rev Log: Doc string fixes for svn_wc__node_get_base(), following r1329404. * subversion/include/private/svn_wc_private.h (svn_wc__node_get_base): Correct the documentation

svn commit: r1329577 - /subversion/trunk/subversion/include/svn_fs.h

2012-04-24 Thread gstein
Author: gstein Date: Tue Apr 24 07:23:57 2012 New Revision: 1329577 URL: http://svn.apache.org/viewvc?rev=1329577view=rev Log: Document my investigations. * subversoin/include/svn_fs.h: (svn_fs_commit_txn): describe the four return states concisely Modified:

svn commit: r1329586 - /subversion/trunk/subversion/include/svn_fs.h

2012-04-24 Thread gstein
Author: gstein Date: Tue Apr 24 08:02:48 2012 New Revision: 1329586 URL: http://svn.apache.org/viewvc?rev=1329586view=rev Log: Document some invariants after discussion with danielsh. * subversion/include/svn_fs.h: (svn_fs_commit_txn): document some invariants Modified:

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

2012-04-24 Thread philip
Author: philip Date: Tue Apr 24 08:03:09 2012 New Revision: 1329587 URL: http://svn.apache.org/viewvc?rev=1329587view=rev Log: * STATUS: Propose r1329388. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL:

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

2012-04-24 Thread julianfoad
Author: julianfoad Date: Tue Apr 24 09:05:09 2012 New Revision: 1329599 URL: http://svn.apache.org/viewvc?rev=1329599view=rev Log: * build.conf (op-depth-test): Tweak the description to match what the C file says. Modified: subversion/trunk/build.conf Modified: subversion/trunk/build.conf

svn commit: r1329609 - in /subversion/trunk/subversion: include/svn_error.h libsvn_fs/fs-loader.c

2012-04-24 Thread danielsh
Author: danielsh Date: Tue Apr 24 09:40:45 2012 New Revision: 1329609 URL: http://svn.apache.org/viewvc?rev=1329609view=rev Log: Follow-up to r1329601: * subversion/include/svn_error.h (SVN_ERR_ASSERT2): New. * subversion/libsvn_fs/fs-loader.c (svn_fs_commit_txn): Use new macro to not-leak

svn commit: r1329619 - in /subversion/trunk/build/generator: gen_base.py gen_make.py templates/makefile.ezt

2012-04-24 Thread danielsh
Author: danielsh Date: Tue Apr 24 09:59:51 2012 New Revision: 1329619 URL: http://svn.apache.org/viewvc?rev=1329619view=rev Log: Create a convenience makefile target to build just the dependencies of tests. Use-case: % ./configure make (cd subversion/tests/cmdline ./basic_tests.py) *

[Subversion Wiki] Update of BuildNotes by DanielShahaf

2012-04-24 Thread Apache subversion Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Subversion Wiki for change notification. The BuildNotes page has been changed by DanielShahaf: http://wiki.apache.org/subversion/BuildNotes?action=diffrev1=4rev2=5 Comment: update for r1329619 * use a '''minimal

svn commit: r122 - trunk/www/license-1.html

2012-04-24 Thread stsp
Author: stsp Date: 2012-04-24 04:01:18-0700 New Revision: 122 Modified: trunk/www/license-1.html Log: * license-1.html: Explain that the license-1 link is for svn-1.6 and earlier. Modified: trunk/www/license-1.html Url:

svn commit: r123 - trunk/www/license-1.html

2012-04-24 Thread stsp
Author: stsp Date: 2012-04-24 04:05:06-0700 New Revision: 123 Modified: trunk/www/license-1.html Log: * license-1.html: Clarify wording and use better links. Modified: trunk/www/license-1.html Url:

svn commit: r1329698 - /subversion/trunk/notes/merge-tracking/func-spec.html

2012-04-24 Thread julianfoad
Author: julianfoad Date: Tue Apr 24 13:10:37 2012 New Revision: 1329698 URL: http://svn.apache.org/viewvc?rev=1329698view=rev Log: * notes/merge-tracking/func-spec.html (sparse-checkouts): Add some notes on rationale. Modified: subversion/trunk/notes/merge-tracking/func-spec.html

svn commit: r1329703 - /subversion/site/publish/download/download.html

2012-04-24 Thread stsp
Author: stsp Date: Tue Apr 24 13:18:10 2012 New Revision: 1329703 URL: http://svn.apache.org/viewvc?rev=1329703view=rev Log: * publish/download/download.html: Link to 1.6.18 -deps archives. Modified: subversion/site/publish/download/download.html Modified:

svn commit: r1329705 - /subversion/site/publish/download/download.html

2012-04-24 Thread stsp
Author: stsp Date: Tue Apr 24 13:20:01 2012 New Revision: 1329705 URL: http://svn.apache.org/viewvc?rev=1329705view=rev Log: * publish/download/download.html: Use more friendly text for link to INSTALL. Modified: subversion/site/publish/download/download.html Modified:

svn commit: r1329729 - /subversion/trunk/notes/sparse-directories.txt

2012-04-24 Thread julianfoad
Author: julianfoad Date: Tue Apr 24 13:56:35 2012 New Revision: 1329729 URL: http://svn.apache.org/viewvc?rev=1329729view=rev Log: * notes/sparse-directories.txt (Work Remaining): Add two items. Modified: subversion/trunk/notes/sparse-directories.txt Modified:

Re: svn commit: r1326337 - /subversion/trunk/subversion/libsvn_subr/svn_named_atomic.c

2012-04-24 Thread Daniel Shahaf
stef...@apache.org wrote on Sun, Apr 15, 2012 at 13:42:44 -: Author: stefan2 Date: Sun Apr 15 13:42:44 2012 New Revision: 1326337 URL: http://svn.apache.org/viewvc?rev=1326337view=rev Log: Fix a macro redefinition warning for SYNCHRONIZE under Windows. *

svn commit: r1329782 - /subversion/trunk/subversion/libsvn_subr/string.c

2012-04-24 Thread danielsh
Author: danielsh Date: Tue Apr 24 15:23:53 2012 New Revision: 1329782 URL: http://svn.apache.org/viewvc?rev=1329782view=rev Log: * subversion/libsvn_subr/string.c (COPY_TWO_BYTES): Unbreak the build. Modified: subversion/trunk/subversion/libsvn_subr/string.c Modified:

svn commit: r1329784 - /subversion/trunk/subversion/tests/libsvn_subr/named_atomic-test.c

2012-04-24 Thread danielsh
Author: danielsh Date: Tue Apr 24 15:25:07 2012 New Revision: 1329784 URL: http://svn.apache.org/viewvc?rev=1329784view=rev Log: Avoid skewing the test numbers when !APR_HAS_THREADS. * subversion/tests/libsvn_subr/named_atomic-test.c (test_multithreaded): Always define, but skip when

svn commit: r1329796 - /subversion/trunk/subversion/include/svn_error.h

2012-04-24 Thread danielsh
Author: danielsh Date: Tue Apr 24 15:34:58 2012 New Revision: 1329796 URL: http://svn.apache.org/viewvc?rev=1329796view=rev Log: * subversion/include/svn_error.h (SVN_ERR_ASSERT2): Expand and correct docstring. Found by: julianf Modified: subversion/trunk/subversion/include/svn_error.h

svn commit: r1329808 - /subversion/trunk/subversion/tests/svn_test.h

2012-04-24 Thread julianfoad
Author: julianfoad Date: Tue Apr 24 15:50:45 2012 New Revision: 1329808 URL: http://svn.apache.org/viewvc?rev=1329808view=rev Log: * subversion/tests/svn_test.h (SVN_TEST_STRING_ASSERT): Allow either of the strings to be NULL. Modified: subversion/trunk/subversion/tests/svn_test.h

svn propchange: r1327791 - svn:log

2012-04-24 Thread danielsh
Author: danielsh Revision: 1327791 Modified property: svn:log Modified: svn:log at Tue Apr 24 16:26:22 2012 -- --- svn:log (original) +++ svn:log Tue Apr 24 16:26:22 2012 @@ -1,4 +1,4 @@ -Simply svn_checksum_dup() and

svn commit: r1329848 - /subversion/branches/revprop-cache/

2012-04-24 Thread danielsh
Author: danielsh Date: Tue Apr 24 16:54:34 2012 New Revision: 1329848 URL: http://svn.apache.org/viewvc?rev=1329848view=rev Log: Remove the revprop-cache branch, reintegrated in r1326307. Removed: subversion/branches/revprop-cache/

svn commit: r1329876 - in /subversion/trunk/subversion: libsvn_wc/update_editor.c tests/cmdline/lock_tests.py

2012-04-24 Thread rhuijben
Author: rhuijben Date: Tue Apr 24 17:33:08 2012 New Revision: 1329876 URL: http://svn.apache.org/viewvc?rev=1329876view=rev Log: Make svn update notify on just removing locks on files. * subversion/tests/cmdline/lock_tests.py (update_locked_deleted): Update expected output. *

svn commit: r1329897 - in /subversion/trunk/subversion: bindings/javahl/src/org/apache/subversion/javahl/ClientNotifyInformation.java include/svn_wc.h libsvn_wc/update_editor.c svn/notify.c tests/cmdl

2012-04-24 Thread rhuijben
Author: rhuijben Date: Tue Apr 24 18:01:23 2012 New Revision: 1329897 URL: http://svn.apache.org/viewvc?rev=1329897view=rev Log: Following up on r1329876, report updated files that had only their lock removed with a specific notify action. * subversion/include/svn_wc.h

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

2012-04-24 Thread rhuijben
Author: rhuijben Date: Tue Apr 24 18:04:07 2012 New Revision: 1329901 URL: http://svn.apache.org/viewvc?rev=1329901view=rev Log: * STATUS: Cast vote and nominate r1329876. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL:

Re: svn commit: r1329897 - in /subversion/trunk/subversion: bindings/javahl/src/org/apache/subversion/javahl/ClientNotifyInformation.java include/svn_wc.h libsvn_wc/update_editor.c svn/notify.c tests/

2012-04-24 Thread Hyrum K Wright
On Tue, Apr 24, 2012 at 1:01 PM, rhuij...@apache.org wrote: Author: rhuijben Date: Tue Apr 24 18:01:23 2012 New Revision: 1329897 URL: http://svn.apache.org/viewvc?rev=1329897view=rev Log: Following up on r1329876, report updated files that had only their lock removed with a specific

svn commit: r1329911 - /subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ClientNotifyInformation.java

2012-04-24 Thread hwright
Author: hwright Date: Tue Apr 24 18:23:09 2012 New Revision: 1329911 URL: http://svn.apache.org/viewvc?rev=1329911view=rev Log: * subversion/bindings/javahl/src/org/apache/subversion/javahl/ClientNotifyInformation.java (ClientNotifyInformation): Fix syntax error from r1329897. Modified:

Re: svn commit: r1329897 - in /subversion/trunk/subversion: bindings/javahl/src/org/apache/subversion/javahl/ClientNotifyInformation.java include/svn_wc.h libsvn_wc/update_editor.c svn/notify.c tests/

2012-04-24 Thread Hyrum K Wright
On Tue, Apr 24, 2012 at 1:07 PM, Hyrum K Wright hyrum.wri...@wandisco.com wrote: On Tue, Apr 24, 2012 at 1:01 PM,  rhuij...@apache.org wrote: Author: rhuijben Date: Tue Apr 24 18:01:23 2012 New Revision: 1329897 URL: http://svn.apache.org/viewvc?rev=1329897view=rev Log: Following up on

svn commit: r1329929 - /subversion/trunk/subversion/include/svn_fs.h

2012-04-24 Thread danielsh
Author: danielsh Date: Tue Apr 24 18:43:16 2012 New Revision: 1329929 URL: http://svn.apache.org/viewvc?rev=1329929view=rev Log: Follow-up to r1329070: * subversion/include/svn_fs.h (svn_fs_editor_create, svn_fs_editor_create_for): Add skeletal docstrings. Further changes to the

svn commit: r1329943 - /subversion/trunk/subversion/include/svn_fs.h

2012-04-24 Thread danielsh
Author: danielsh Date: Tue Apr 24 18:56:33 2012 New Revision: 1329943 URL: http://svn.apache.org/viewvc?rev=1329943view=rev Log: * subversion/include/svn_fs.h (svn_fs_editor_create): Clarify a sentence. Modified: subversion/trunk/subversion/include/svn_fs.h Modified:

Re: svn commit: r1329475 - /subversion/trunk/notes/ev2-callbacks-template.c

2012-04-24 Thread Daniel Shahaf
gst...@apache.org wrote on Mon, Apr 23, 2012 at 22:08:37 -: +add_directory_cb(void *baton, +add_file_cb(void *baton, +add_symlink_cb(void *baton, +add_absent_cb(void *baton, +alter_directory_cb(void *baton, +alter_file_cb(void *baton, +alter_symlink_cb(void *baton, +delete_cb(void

svn commit: r1329988 - in /subversion/trunk/subversion: include/private/svn_repos_private.h include/svn_fs.h libsvn_fs/editor.c libsvn_ra_local/ra_plugin.c libsvn_repos/commit.c

2012-04-24 Thread gstein
Author: gstein Date: Tue Apr 24 20:17:07 2012 New Revision: 1329988 URL: http://svn.apache.org/viewvc?rev=1329988view=rev Log: Remove REVISION from the Ev2 commit editor creation. The underlying FS transaction will always be based from youngest. There is no need to specify an arbitrary revision,

svn commit: r1330014 - in /subversion/trunk/subversion: include/svn_editor.h libsvn_delta/editor.c

2012-04-24 Thread gstein
Author: gstein Date: Tue Apr 24 21:00:48 2012 New Revision: 1330014 URL: http://svn.apache.org/viewvc?rev=1330014view=rev Log: Allow an editor implementation to retrieve its baton from outside of the callbacks. * subversion/include/svn_editor.h: * subversion/libsvn_delta/editor.c:

svn commit: r1330037 - in /subversion/trunk/subversion: include/svn_error_codes.h include/svn_fs.h libsvn_fs/editor.c

2012-04-24 Thread gstein
Author: gstein Date: Tue Apr 24 21:53:56 2012 New Revision: 1330037 URL: http://svn.apache.org/viewvc?rev=1330037view=rev Log: Add a new function to fetch commit information after svn_editor_complete() has been called on an FS editor. (not super happy with this API right now; comments welcome)

svn commit: r1330058 - in /subversion/trunk/subversion: include/svn_error_codes.h include/svn_fs.h libsvn_fs/editor.c libsvn_repos/commit.c

2012-04-24 Thread gstein
Author: gstein Date: Tue Apr 24 23:33:23 2012 New Revision: 1330058 URL: http://svn.apache.org/viewvc?rev=1330058view=rev Log: Rejigger how FS editors are completed and how the commit process works. Given that users of an FS editor have to do something special in order to retrieve/capture the

svn commit: r1330100 - in /subversion/trunk/subversion: include/private/svn_repos_private.h libsvn_ra_local/ra_plugin.c libsvn_repos/commit.c

2012-04-24 Thread gstein
Author: gstein Date: Wed Apr 25 04:43:06 2012 New Revision: 1330100 URL: http://svn.apache.org/viewvc?rev=1330100view=rev Log: Begin work on authz code for the REPOS Ev2 commit editor. * subversion/include/private/svn_repos_private.h: (svn_repos__get_commit_ev2): add AUTHZ_REPOS_NAME and