Re: svn commit: r1100553 - in /subversion/trunk/tools/dev/benchmarks/large_dirs: ./ create_bigdir.sh

2011-05-08 Thread Daniel Shahaf
stef...@apache.org wrote on Sat, May 07, 2011 at 14:41:28 -: > + ${SVNSERVE} -Tdr ${REPOROOT} ${SERVEROPTS} --listen-port ${PORT} > --foreground & > + PID=$! 'svnserve --pid-file' exists too. (Not proposing to change the code; just pointing it out)

Re: svn commit: r1100553 - in /subversion/trunk/tools/dev/benchmarks/large_dirs: ./ create_bigdir.sh

2011-05-07 Thread Daniel Shahaf
stef...@apache.org wrote on Sat, May 07, 2011 at 14:41:28 -: > Author: stefan2 > Date: Sat May 7 14:41:28 2011 > New Revision: 1100553 > > URL: http://svn.apache.org/viewvc?rev=1100553&view=rev > Log: > Add a simple test shell script that will execute and gauge basic > operations on increasin

Re: svn commit: r1100466 - in /subversion/trunk/subversion: include/private/svn_editor.h include/svn_editor.h libsvn_delta/editor.c

2011-05-07 Thread Daniel Shahaf
Shouldn't we put #ifdef guards around editor.c to prevent it from being compiled? Nothing uses that code right now. gst...@apache.org wrote on Sat, May 07, 2011 at 06:53:25 -: > Author: gstein > Date: Sat May 7 06:53:24 2011 > New Revision: 1100466 > > URL: http://svn.apache.org/viewvc?rev=

Re: svn commit: r1099298 - /subversion/trunk/subversion/libsvn_ra_serf/serf.c

2011-05-04 Thread Daniel Shahaf
I assume the server would error if someone removed this check on the client side? rhuij...@apache.org wrote on Wed, May 04, 2011 at 00:04:29 -: > Author: rhuijben > Date: Wed May 4 00:04:29 2011 > New Revision: 1099298 > > URL: http://svn.apache.org/viewvc?rev=1099298&view=rev > Log: > In li

Re: svn commit: r1097111 - /subversion/site/publish/mailing-lists.html

2011-04-27 Thread Daniel Shahaf
hwri...@apache.org wrote on Wed, Apr 27, 2011 at 13:48:41 -: > Author: hwright > Date: Wed Apr 27 13:48:41 2011 > New Revision: 1097111 > > URL: http://svn.apache.org/viewvc?rev=1097111&view=rev > Log: > * publish/mailing-lists.html: > Add a note about the public archiving of mailing list co

Re: svn commit: r1096157 - in /subversion/trunk/subversion/libsvn_subr: config_win.c stream.c

2011-04-23 Thread Daniel Shahaf
stef...@apache.org wrote on Sat, Apr 23, 2011 at 15:00:29 -: > Modified: subversion/trunk/subversion/libsvn_subr/stream.c > URL: > http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/stream.c?rev=1096157&r1=1096156&r2=1096157&view=diff > ===

Re: svn commit: r1095829 - in /subversion/trunk: ./ subversion/tests/cmdline/ subversion/tests/cmdline/svntest/ subversion/tests/libsvn_client/ subversion/tests/libsvn_wc/

2011-04-21 Thread Daniel Shahaf
rhuij...@apache.org wrote on Thu, Apr 21, 2011 at 22:00:57 -: > Modified: subversion/trunk/subversion/tests/libsvn_client/client-test.c > URL: > http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_client/client-test.c?rev=1095829&r1=1095828&r2=1095829&view=diff >

Re: svn commit: r1090288 - in /subversion/trunk/subversion/tests/cmdline: svntest/actions.py update_tests.py

2011-04-21 Thread Daniel Shahaf
rhuij...@apache.org wrote on Fri, Apr 08, 2011 at 15:06:45 -: > Author: rhuijben > Date: Fri Apr 8 15:06:44 2011 > New Revision: 1090288 > > URL: http://svn.apache.org/viewvc?rev=1090288&view=rev > Log: > Fix a test for wc-ng, by removing the assumption that you can chdir to any > directory i

Re: svn commit: r1095756 - in /subversion/trunk: build.conf subversion/tests/cmdline/lock-wc-dir.c subversion/tests/cmdline/svntest/actions.py subversion/tests/cmdline/svntest/main.py

2011-04-21 Thread Daniel Shahaf
rhuij...@apache.org wrote on Thu, Apr 21, 2011 at 15:47:25 -: > +int > +main(int argc, const char *argv[]) > +{ > + apr_pool_t *pool; > + int exit_code = EXIT_SUCCESS; > + svn_error_t *err; > + svn_boolean_t recursive; > + > + if (argc < 2 || argc > 3) > +{ > + fprintf(stderr, USA

Re: svn commit: r1095756 - in /subversion/trunk: build.conf subversion/tests/cmdline/lock-wc-dir.c subversion/tests/cmdline/svntest/actions.py subversion/tests/cmdline/svntest/main.py

2011-04-21 Thread Daniel Shahaf
rhuij...@apache.org wrote on Thu, Apr 21, 2011 at 15:47:25 -: > +#define KEY_OLD_PROPVAL "old_value_p" > +#define KEY_NEW_PROPVAL "value" > + Unused constant.

Re: svn commit: r1088873 - /subversion/trunk/tools/dist/nightly.sh

2011-04-04 Thread Daniel Shahaf
Hyrum K Wright wrote on Mon, Apr 04, 2011 at 22:37:49 -0500: > The files themselves used to be named with the revision number, but > this was removed so that automated tools could have a static URL from > which to grab the latest version. > > While I don't think this change itself is particularly

Re: svn commit: r1087015 - in /subversion/trunk/subversion: include/ libsvn_client/ svn/ tests/cmdline/ tests/cmdline/getopt_tests_data/ tests/cmdline/svntest/

2011-03-31 Thread Daniel Shahaf
cmpil...@apache.org wrote on Wed, Mar 30, 2011 at 16:54:02 -: > +++ subversion/trunk/subversion/libsvn_client/switch.c Wed Mar 30 16:54:01 > 2011 > @@ -174,6 +176,30 @@ switch_internal(svn_revnum_t *result_rev > _("'%s'\nis not the same repository as\n'%s'"), >

Re: svn commit: r1086607 - in /subversion/trunk/subversion: include/svn_error_codes.h libsvn_subr/cmdline.c libsvn_subr/io.c libsvn_subr/opt.c svn/main.c svn/notify.c svn/obliterate-cmd.c svnadmin/mai

2011-03-30 Thread Daniel Shahaf
s...@apache.org wrote on Tue, Mar 29, 2011 at 14:46:39 -: > Author: stsp > Date: Tue Mar 29 14:46:38 2011 > New Revision: 1086607 > > URL: http://svn.apache.org/viewvc?rev=1086607&view=rev > Log: > Fix issue #3014, "svn log | head" should not print "Write error: Broken pipe". > > Make svn and

Re: svn commit: r1081484 - in /subversion/trunk/subversion/libsvn_wc: wc-queries.sql wc_db.c

2011-03-26 Thread Daniel Shahaf
Bert Huijben wrote on Sat, Mar 26, 2011 at 01:06:10 -0700: > The current query can stop at the first result while count() needs all > results. > SELECT COUNT(local_relpath) > 0 ...; ? > Bert Huijben (Cell phone) From: Daniel Shahaf > Sent: zaterdag 26 maart

Re: svn commit: r1084138 - in /subversion/trunk/subversion: libsvn_diff/parse-diff.c tests/libsvn_diff/parse-diff-test.c

2011-03-26 Thread Daniel Shahaf
You can declare VALID_HEADER_FILE in the do{} loop's scope. (I spotted this because the double initialization stood out.) dan...@apache.org wrote on Tue, Mar 22, 2011 at 11:19:44 -: > Author: dannas > Date: Tue Mar 22 11:19:44 2011 > New Revision: 1084138 > > URL: http://svn.apache.org/viewv

Re: svn commit: r1081528 [1/2] - in /subversion/trunk/subversion/libsvn_wc: wc_db.c wc_db_pristine.c wc_db_private.h wc_db_txn.c

2011-03-26 Thread Daniel Shahaf
log msg += wc_db_pristine.c hwri...@apache.org wrote on Mon, Mar 14, 2011 at 19:32:04 -: > Author: hwright > Date: Mon Mar 14 19:32:04 2011 > New Revision: 1081528 > > URL: http://svn.apache.org/viewvc?rev=1081528&view=rev > Log: > Fix the svnversion test 1 failure introduced in r1081510. Th

Re: svn commit: r1081484 - in /subversion/trunk/subversion/libsvn_wc: wc-queries.sql wc_db.c

2011-03-26 Thread Daniel Shahaf
s...@apache.org wrote on Mon, Mar 14, 2011 at 17:24:06 -: > Author: stsp > Date: Mon Mar 14 17:24:05 2011 > New Revision: 1081484 > > URL: http://svn.apache.org/viewvc?rev=1081484&view=rev > Log: > In the revision status code, use a query to determine whether property > modifications are prese

Re: svn commit: r1081097 - in /subversion/trunk/subversion: include/private/svn_cache.h libsvn_fs_fs/caching.c libsvn_fs_fs/tree.c libsvn_subr/cache-inprocess.c tests/libsvn_subr/cache-test.c

2011-03-25 Thread Daniel Shahaf
stef...@apache.org wrote on Sun, Mar 13, 2011 at 12:40:50 -: > Author: stefan2 > Date: Sun Mar 13 12:40:49 2011 > New Revision: 1081097 > > URL: http://svn.apache.org/viewvc?rev=1081097&view=rev > Log: > Prepare for the introduction of a generic cache statistics API: > make cache-inprocess cac

Re: svn commit: r1079686 - /subversion/trunk/subversion/libsvn_diff/parse-diff.c

2011-03-14 Thread Daniel Shahaf
style...@apache.org wrote on Wed, Mar 09, 2011 at 07:40:38 -: > Author: stylesen > Date: Wed Mar 9 07:40:38 2011 > New Revision: 1079686 > > URL: http://svn.apache.org/viewvc?rev=1079686&view=rev > Log: > Clean up some deprecated functions. > > * subversion/libsvn_diff/parse-diff.c > (scan

Re: svn commit: r1079592 - /subversion/trunk/subversion/svn/main.c

2011-03-14 Thread Daniel Shahaf
s...@apache.org wrote on Tue, Mar 08, 2011 at 22:51:52 -: > Author: stsp > Date: Tue Mar 8 22:51:51 2011 > New Revision: 1079592 > > URL: http://svn.apache.org/viewvc?rev=1079592&view=rev > Log: > * subversion/svn/main.c > (svn_cl__cmd_table): Document foreign repos merges in merge help tex

Re: svn commit: r1078990 - in /subversion/trunk: ./ subversion/libsvn_fs_fs/caching.c subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/fs_fs.c

2011-03-07 Thread Daniel Shahaf
stef...@apache.org wrote on Mon, Mar 07, 2011 at 22:28:25 -: > Modified: subversion/trunk/subversion/libsvn_fs_fs/caching.c > URL: > http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/caching.c?rev=1078990&r1=1078989&r2=1078990&view=diff > ===

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

2011-03-06 Thread Daniel Shahaf
pbu...@apache.org wrote on Thu, Mar 03, 2011 at 19:09:01 -: > Author: pburba > Date: Thu Mar 3 19:09:01 2011 > New Revision: 1076726 > > URL: http://svn.apache.org/viewvc?rev=1076726&view=rev > Log: > * subversion/tests/cmdline/log_tests.py > (check_merge_results): Don't assume expected_rev

Re: svn commit: r1069789 - /subversion/trunk/subversion/tests/cmdline/revert_tests.py

2011-03-06 Thread Daniel Shahaf
phi...@apache.org wrote on Fri, Feb 11, 2011 at 12:59:41 -: > Author: philip > Date: Fri Feb 11 12:59:41 2011 > New Revision: 1069789 > > URL: http://svn.apache.org/viewvc?rev=1069789&view=rev > Log: > * subversion/tests/cmdline/revert_tests.py > (revert_non_recusive_after_delete): New test

Re: svn commit: r1075942 - in /subversion/trunk: notes/wc-ng/pristine-store subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/wc_db_pristine.c subversion/tests/libsvn_wc/pristine-store-test.c

2011-03-01 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, Mar 02, 2011 at 05:44:14 +0200: > julianf...@apache.org wrote on Tue, Mar 01, 2011 at 17:47:05 -: > > +SVN_TEST_ASSERT(err != NULL); > > +SVN_TEST_ASSERT(err->apr_err == SVN_ERR_WC_CORRUPT_TEXT_BASE); Perhaps something along these

Re: svn commit: r1075942 - in /subversion/trunk: notes/wc-ng/pristine-store subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/wc_db_pristine.c subversion/tests/libsvn_wc/pristine-store-test.c

2011-03-01 Thread Daniel Shahaf
julianf...@apache.org wrote on Tue, Mar 01, 2011 at 17:47:05 -: > * notes/wc-ng/pristine-store > * subversion/libsvn_wc/wc_db_pristine.c :-) > +/* Check that the store rejects an attempt to replace an existing pristine > + * text with different text. > + * > + * White-box knowledge: The impl

Re: svn commit: r1075942 - in /subversion/trunk: notes/wc-ng/pristine-store subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/wc_db_pristine.c subversion/tests/libsvn_wc/pristine-store-test.c

2011-03-01 Thread Daniel Shahaf
julianf...@apache.org wrote on Tue, Mar 01, 2011 at 17:47:05 -: > Author: julianfoad > Date: Tue Mar 1 17:47:04 2011 > New Revision: 1075942 > > URL: http://svn.apache.org/viewvc?rev=1075942&view=rev > Log: > Make the pristine text store guarantee that a pristine text stream being > read will

Re: svn commit: r1073102 - /subversion/trunk/subversion/include/private/svn_debug.h

2011-02-22 Thread Daniel Shahaf
Noorul Islam K M wrote on Tue, Feb 22, 2011 at 07:20:51 +0530: > danie...@apache.org writes: > > > Author: danielsh > > Date: Mon Feb 21 18:14:02 2011 > > New Revision: 1073102 > > > > URL: http://svn.apache.org/viewvc?rev=1073102&view=rev > > Log: > > * subversion/include/private/svn_debug.h > >

Re: svn commit: r1071602 - in /subversion/trunk/subversion: svn/blame-cmd.c tests/cmdline/blame_tests.py

2011-02-19 Thread Daniel Shahaf
s...@apache.org wrote on Thu, Feb 17, 2011 at 13:15:14 -: > Author: stsp > Date: Thu Feb 17 13:15:13 2011 > New Revision: 1071602 > > URL: http://svn.apache.org/viewvc?rev=1071602&view=rev > Log: > * subversion/svn/blame-cmd.c > (svn_cl__blame): If one of the targets is a non-existent URL or

Re: svn commit: r1071330 - in /subversion/branches/1.6.x: ./ subversion/tests/ subversion/tests/cmdline/ subversion/tests/cmdline/svntest/ subversion/tests/libsvn_fs/ subversion/tests/libsvn_fs_base/

2011-02-19 Thread Daniel Shahaf
hwri...@apache.org wrote on Wed, Feb 16, 2011 at 17:58:00 -: > Author: hwright > Date: Wed Feb 16 17:58:00 2011 > New Revision: 1071330 > > URL: http://svn.apache.org/viewvc?rev=1071330&view=rev > Log: > Merge r1051744, r1051745, r1053185, r1053241 from trunk, using the > instructions > inclu

Re: svn commit: r1069588 - in /subversion/trunk: subversion/tests/cmdline/diff_tests.py subversion/tests/cmdline/svntest/err.py subversion/tests/cmdline/svntest/verify.py tools/dev/gen-py-errors.py

2011-02-12 Thread Daniel Shahaf
hwri...@apache.org wrote on Thu, Feb 10, 2011 at 22:04:43 -: > Added: subversion/trunk/tools/dev/gen-py-errors.py > URL: > http://svn.apache.org/viewvc/subversion/trunk/tools/dev/gen-py-errors.py?rev=1069588&view=auto > ==

Re: svn commit: r1070113 - in /subversion/trunk/subversion: libsvn_repos/repos.c tests/cmdline/svnadmin_tests.py

2011-02-12 Thread Daniel Shahaf
s...@apache.org wrote on Sat, Feb 12, 2011 at 17:09:14 -: > +++ subversion/trunk/subversion/libsvn_repos/repos.c Sat Feb 12 17:09:14 2011 > @@ -1369,6 +1369,7 @@ svn_repos_create(svn_repos_t **repos_p, +1 > Modified: subversion/trunk/subversion/tests/cmdline/svnadmin_tests.py > URL: > http:/

Re: svn commit: r1068411 - /subversion/trunk/subversion/tests/cmdline/authz_tests.py

2011-02-11 Thread Daniel Shahaf
Hyrum K Wright wrote on Fri, Feb 11, 2011 at 18:09:14 +: > On Fri, Feb 11, 2011 at 5:59 PM, Kamesh Jayachandran > wrote: > >>kame...@apache.org wrote on Tue, Feb 08, 2011 at 14:25:06 -: > >>> +  expected_error_for_cat = "svn: E175013: Unable to connect to a > >>> repository"+ \ > >>> +   

Re: svn commit: r1068684 - in /subversion/branches/integrate-io-improvements: ./ subversion/include/ subversion/libsvn_diff/ subversion/libsvn_fs_fs/ subversion/libsvn_repos/ subversion/libsvn_subr/

2011-02-11 Thread Daniel Shahaf
stef...@apache.org wrote on Tue, Feb 08, 2011 at 23:37:32 -: > @@ -3788,33 +3810,21 @@ contents_identical_p(svn_boolean_t *iden I'll just paste the patched function: > /* Do a byte-for-byte comparison of FILE1 and FILE2. */ > static svn_error_t * > contents_identical_p(svn_boolean_t *identica

Re: svn commit: r1068651 - in /subversion/branches/integrate-compression-level: ./ subversion/include/ subversion/libsvn_delta/ subversion/libsvn_ra_svn/ subversion/svnserve/ subversion/tests/libsvn_d

2011-02-11 Thread Daniel Shahaf
I've read just the diff, not the patched source. Overall, +1, and a couple of minor nits below: stef...@apache.org wrote on Tue, Feb 08, 2011 at 22:41:32 -: > Author: stefan2 > Date: Tue Feb 8 22:41:31 2011 > New Revision: 1068651 > > URL: http://svn.apache.org/viewvc?rev=1068651&view=rev >

Re: svn commit: r1068477 - /subversion/trunk/tools/dev/svnraisetreeconflict/main.c

2011-02-11 Thread Daniel Shahaf
hwri...@apache.org wrote on Tue, Feb 08, 2011 at 16:59:54 -: > Author: hwright > Date: Tue Feb 8 16:59:54 2011 > New Revision: 1068477 > > URL: http://svn.apache.org/viewvc?rev=1068477&view=rev > Log: > * tools/dev/svnraisetreeconflict/main.c > (raise_tree_conflict): Use the correct int typ

Re: svn commit: r1068411 - /subversion/trunk/subversion/tests/cmdline/authz_tests.py

2011-02-11 Thread Daniel Shahaf
kame...@apache.org wrote on Tue, Feb 08, 2011 at 14:25:06 -: > + expected_error_for_cat = "svn: E175013: Unable to connect to a > repository"+ \ > +" at URL '" + mu_url + "'\n" + \ > +"svn: E175013: Access to '/" + mu_repo_path + \ > +

Re: svn commit: r1068249 - in /subversion/trunk/subversion: libsvn_fs_util/caching.c libsvn_subr/cache-membuffer.c

2011-02-11 Thread Daniel Shahaf
stef...@apache.org wrote on Tue, Feb 08, 2011 at 02:08:41 -: > @@ -111,16 +113,49 @@ svn_fs__get_global_membuffer_cache(void) > + /* don't terminate upon OOM but make pool return a NULL pointer > + * instead so we can disable caching gracefully and continue > + * operation with

Re: svn commit: r1068169 - /subversion/trunk/tools/server-side/svn-populate-node-origins-index.c

2011-02-07 Thread Daniel Shahaf
hwri...@apache.org wrote on Mon, Feb 07, 2011 at 22:09:15 -: > Author: hwright > Date: Mon Feb 7 22:09:15 2011 > New Revision: 1068169 > > URL: http://svn.apache.org/viewvc?rev=1068169&view=rev > Log: > * tools/server-side/svn-populate-node-origins-index.c > (index_revision_adds): Update a

Re: svn commit: r1064847 - /subversion/trunk/subversion/svnserve/serve.c

2011-01-29 Thread Daniel Shahaf
Daniel Shahaf wrote on Sat, Jan 29, 2011 at 22:36:29 +0200: > Hyrum K Wright wrote on Sat, Jan 29, 2011 at 12:03:18 -0600: > > On Fri, Jan 28, 2011 at 9:23 PM, Daniel Shahaf > > wrote: > > > hwri...@apache.org wrote on Fri, Jan 28, 2011 at 20:01:35 -: > > >&

Re: svn commit: r1064847 - /subversion/trunk/subversion/svnserve/serve.c

2011-01-29 Thread Daniel Shahaf
Hyrum K Wright wrote on Sat, Jan 29, 2011 at 12:03:18 -0600: > On Fri, Jan 28, 2011 at 9:23 PM, Daniel Shahaf > wrote: > > hwri...@apache.org wrote on Fri, Jan 28, 2011 at 20:01:35 -: > >> Author: hwright > >> Date: Fri Jan 28 20:01:35 2011 > >> Ne

Re: svn commit: r1064847 - /subversion/trunk/subversion/svnserve/serve.c

2011-01-28 Thread Daniel Shahaf
hwri...@apache.org wrote on Fri, Jan 28, 2011 at 20:01:35 -: > Author: hwright > Date: Fri Jan 28 20:01:35 2011 > New Revision: 1064847 > > URL: http://svn.apache.org/viewvc?rev=1064847&view=rev > Log: > * subversion/svnserve/serve.c > (log_cmd): Remove a useless check, and replace it with a

Re: svn commit: r1064847 - /subversion/trunk/subversion/svnserve/serve.c

2011-01-28 Thread Daniel Shahaf
hwri...@apache.org wrote on Fri, Jan 28, 2011 at 20:01:35 -: > Author: hwright > Date: Fri Jan 28 20:01:35 2011 > New Revision: 1064847 > > URL: http://svn.apache.org/viewvc?rev=1064847&view=rev > Log: > * subversion/svnserve/serve.c > (log_cmd): Remove a useless check, and replace it with a

Re: svn commit: r1064905 - in /subversion/branches/ignore-mergeinfo-log/subversion: libsvn_ra_svn/client.c svnserve/serve.c

2011-01-28 Thread Daniel Shahaf
What about libsvn_ra_svn/protocol ? hwri...@apache.org wrote on Fri, Jan 28, 2011 at 21:59:14 -: > Author: hwright > Date: Fri Jan 28 21:59:14 2011 > New Revision: 1064905 > > URL: http://svn.apache.org/viewvc?rev=1064905&view=rev > Log: > On the ignore-mergeinfo-log branch: > Send the list o

diff4-optimization-bytes

2011-01-28 Thread Daniel Shahaf
Johan, I'm concerned about this change: on the one hand, it's untested and no one claims to be understanding the code; on the other hand, it doesn't exactly parallel the diff3 change: specifically, the last hunk of the diff3 patch (which is also included below) has no equivalent in the diff4 patc

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

2011-01-12 Thread Daniel Shahaf
s...@apache.org wrote on Wed, Jan 12, 2011 at 20:36:34 -: > Author: stsp > Date: Wed Jan 12 20:36:33 2011 > New Revision: 1058308 > > URL: http://svn.apache.org/viewvc?rev=1058308&view=rev > Log: > * publish/docs/release-notes/1.7.html > (atomic-revprops): Mention that this is also a client-

Re: svn commit: r1053140 - /subversion/trunk/subversion/tests/libsvn_subr/error-test.c

2010-12-27 Thread Daniel Shahaf
bl...@apache.org wrote on Mon, Dec 27, 2010 at 19:04:39 -: > Author: blair > Date: Mon Dec 27 19:04:39 2010 > New Revision: 1053140 > > URL: http://svn.apache.org/viewvc?rev=1053140&view=rev > Log: > Add a unit test for svn_error_purge_tracing() that asserts that > SVN_ERR_ASSERT() fails when

Re: svn commit: r1053130 - /subversion/trunk/subversion/tests/libsvn_subr/error-test.c

2010-12-27 Thread Daniel Shahaf
bl...@apache.org wrote on Mon, Dec 27, 2010 at 18:36:46 -: > Author: blair > Date: Mon Dec 27 18:36:46 2010 > New Revision: 1053130 > > URL: http://svn.apache.org/viewvc?rev=1053130&view=rev > Log: > Have the svn_error_purge_tracing() unit test makes some real tracing > links so that svn_error

Re: svn commit: r1052817 - /subversion/trunk/subversion/tests/libsvn_subr/error-test.c

2010-12-26 Thread Daniel Shahaf
subversion/include/svn_error.h > > -- > Sent via Nokia Email > > --Original message-- > From: Daniel Shahaf > To: "Kamesh Jayachandran" > Cc: , > Date: Sunday, December 26, 2010 10:59:43 AM GMT+0200 > Subject: Re: svn commit: r1052817 - >

Re: svn commit: r1052817 - /subversion/trunk/subversion/tests/libsvn_subr/error-test.c

2010-12-26 Thread Daniel Shahaf
You're quoting an old version of the docstring. Kamesh Jayachandran wrote on Sun, Dec 26, 2010 at 12:10:46 +0530: > >+ > >+ err2 = svn_error_purge_tracing(err); > >+ for (child = err2; child; child = child->child) > >+if (svn_error__is_tracing_link(child)) > >+ { > >+return svn_

Re: svn commit: r1051988 - /subversion/trunk/subversion/libsvn_repos/commit.c

2010-12-22 Thread Daniel Shahaf
bl...@apache.org wrote on Wed, Dec 22, 2010 at 17:01:21 -: > Author: blair > Date: Wed Dec 22 17:01:20 2010 > New Revision: 1051988 > > URL: http://svn.apache.org/viewvc?rev=1051988&view=rev > Log: > Improve error messages from svn_repos__post_commit_error_str(). Also, > improve docs. > > Fo

Re: svn commit: r1051778 - in /subversion/trunk/subversion: libsvn_repos/commit.c libsvn_repos/load-fs-vtable.c mod_dav_svn/lock.c mod_dav_svn/version.c

2010-12-22 Thread Daniel Shahaf
bl...@apache.org wrote on Wed, Dec 22, 2010 at 07:10:06 -: > Author: blair > Date: Wed Dec 22 07:10:05 2010 > New Revision: 1051778 > > URL: http://svn.apache.org/viewvc?rev=1051778&view=rev > Log: > Have all remaining calls of svn_fs_commit_txn() and > svn_repos_fs_commit_txn() use the contra

Re: svn commit: r1051763 - in /subversion/trunk/subversion: include/private/svn_repos_private.h libsvn_repos/commit.c mod_dav_svn/version.c

2010-12-22 Thread Daniel Shahaf
bl...@apache.org wrote on Wed, Dec 22, 2010 at 05:46:45 -: > Author: blair > Date: Wed Dec 22 05:46:45 2010 > New Revision: 1051763 > > URL: http://svn.apache.org/viewvc?rev=1051763&view=rev > Log: > Add a private function that takes the error returned from > svn_repos_fs_commit_txn() and buil

Re: svn commit: r1050216 - in /subversion/trunk/subversion: include/private/svn_ra_private.h libsvn_ra/util.c svnrdump/load_editor.c svnsync/main.c

2010-12-20 Thread Daniel Shahaf
C. Michael Pilato wrote on Mon, Dec 20, 2010 at 11:04:04 -0500: > On 12/18/2010 04:29 PM, Daniel Shahaf wrote: > > cmpil...@apache.org wrote on Thu, Dec 16, 2010 at 23:10:10 -: > > [...] > > >> * subversion/libsvn_ra/util.c > >> (is_atomicity_er

Re: svn commit: r1050216 - in /subversion/trunk/subversion: include/private/svn_ra_private.h libsvn_ra/util.c svnrdump/load_editor.c svnsync/main.c

2010-12-18 Thread Daniel Shahaf
cmpil...@apache.org wrote on Thu, Dec 16, 2010 at 23:10:10 -: > Author: cmpilato > Date: Thu Dec 16 23:10:10 2010 > New Revision: 1050216 > > URL: http://svn.apache.org/viewvc?rev=1050216&view=rev > Log: > Finish issue #3766 ("Unify svnsync and svnrdump repos-locking logic"). > > * subversion

Re: svn commit: r1049414 - /subversion/trunk/subversion/tests/svn_test_main.c

2010-12-18 Thread Daniel Shahaf
hwri...@apache.org wrote on Wed, Dec 15, 2010 at 04:21:23 -: > Author: hwright > Date: Wed Dec 15 04:21:23 2010 > New Revision: 1049414 > > URL: http://svn.apache.org/viewvc?rev=1049414&view=rev > Log: > Allow tests which cause segfaults to not disrupt the other tests in the C > testsuite. Th

Re: svn commit: r1041102 - /subversion/trunk/subversion/include/svn_io.h

2010-12-01 Thread Daniel Shahaf
julianf...@apache.org wrote on Wed, Dec 01, 2010 at 17:44:50 -: > Author: julianfoad > Date: Wed Dec 1 17:44:49 2010 > New Revision: 1041102 > > URL: http://svn.apache.org/viewvc?rev=1041102&view=rev > Log: > * subversion/include/svn_io.h > (svn_io_dir_file_copy): Clarify the doc string. >

Re: svn commit: r1040663 - in /subversion/trunk/subversion/libsvn_wc: wc-queries.sql wc_db.c

2010-12-01 Thread Daniel Shahaf
Julian Foad wrote on Wed, Dec 01, 2010 at 13:06:04 +: > Daniel Shahaf wrote: > > So we loop over the remaining sha1's and remove each of them... > > I wonder if there is room for further optimization here? e.g., does > > this prepare/reset the statement just o

Re: svn commit: r1040663 - in /subversion/trunk/subversion/libsvn_wc: wc-queries.sql wc_db.c

2010-11-30 Thread Daniel Shahaf
julianf...@apache.org wrote on Tue, Nov 30, 2010 at 18:07:52 -: > + /* Remove each remaining pristine that is listed in SHA1S. */ > + for (hi = apr_hash_first(scratch_pool, sha1s); > + hi; hi = apr_hash_next(hi)) > +{ > + const unsigned char *sha1_digest = svn__apr_hash_index_k

Re: svn commit: r1038477 - /subversion/trunk/tools/dist/collect_sigs.py

2010-11-24 Thread Daniel Shahaf
Hyrum K. Wright wrote on Wed, Nov 24, 2010 at 08:34:01 -0600: > On Tue, Nov 23, 2010 at 10:55 PM, wrote: > > Author: danielsh > > Date: Wed Nov 24 04:55:25 2010 > > New Revision: 1038477 > > > > URL: http://svn.apache.org/viewvc?rev=1038477&view=rev > > Log: > > * tools/dist/collect_sigs.py > >  

Re: svn commit: r1035894 - undefined reference to 'svn_fs_validate_mergeinfo'

2010-11-17 Thread Daniel Shahaf
Julian Foad wrote on Wed, Nov 17, 2010 at 10:18:05 +: > Since r1035894 I'm getting a link error on Linux (and so is Noorul): > > cd subversion/libsvn_fs_fs && /usr/share/apr-1.0/build/libtool --tag=CC > --silent --mode=link gcc -W[...] -D[...] -g -pthread > -rpath /home/julianfoad/local/subve

Re: svn commit: r1034060 - in /subversion/trunk/subversion/libsvn_fs_fs: err.c err.h fs_fs.c lock.c

2010-11-11 Thread Daniel Shahaf
r1034084, thanks. (Next time you could just ping me on IRC --- I was online.) Hyrum K. Wright wrote on Thu, Nov 11, 2010 at 13:47:15 -0600: > On Thu, Nov 11, 2010 at 1:27 PM, wrote: > > Author: danielsh > > Date: Thu Nov 11 19:27:43 2010 > > New Revision: 1034060 > > > > URL: http://svn.apache.

Re: svn commit: r1003227 - /subversion/site/publish/docs/community-guide/releasing.part.html

2010-09-30 Thread Daniel Shahaf
s...@apache.org wrote on Thu, Sep 30, 2010 at 20:05:54 -: > +++ subversion/site/publish/docs/community-guide/releasing.part.html Thu Sep > 30 20:05:53 2010 > @@ -1096,7 +1096,7 @@ manager.) > - > + > How not to make a Subversion release What is the effect of this change? I don't see any ref

Re: svn commit: r1002313 - /subversion/trunk/subversion/tests/cmdline/prop_tests.py

2010-09-28 Thread Daniel Shahaf
Paul Burba wrote on Tue, Sep 28, 2010 at 18:06:36 -0400: > On Tue, Sep 28, 2010 at 3:30 PM, Daniel Shahaf > wrote: > > pbu...@apache.org wrote on Tue, Sep 28, 2010 at 18:38:19 -: > >> +  # Run propget -vR svn:mergeinfo and collect the stdout. > >> +  e

Re: svn commit: r1002313 - /subversion/trunk/subversion/tests/cmdline/prop_tests.py

2010-09-28 Thread Daniel Shahaf
pbu...@apache.org wrote on Tue, Sep 28, 2010 at 18:38:19 -: > + # Run propget -vR svn:mergeinfo and collect the stdout. > + exit_code, pg_stdout, pg_stderr = svntest.actions.run_and_verify_svn( > +None, None, [], 'propget', SVN_PROP_MERGEINFO, '-vR', wc_dir) > + exit_code and pg_stderr a

Re: svn commit: r1002271 - /subversion/trunk/subversion/include/svn_client.h

2010-09-28 Thread Daniel Shahaf
julianf...@apache.org wrote on Tue, Sep 28, 2010 at 17:16:59 -: > Author: julianfoad > Date: Tue Sep 28 17:16:59 2010 > New Revision: 1002271 > > URL: http://svn.apache.org/viewvc?rev=1002271&view=rev > Log: > * subversion/include/svn_client.h > (svn_client_move4): Document the current rathe

Re: svn commit: r992390 - in /subversion/trunk/subversion: include/private/svn_sqlite.h libsvn_subr/sqlite.c libsvn_wc/wc_db.c libsvn_wc/wc_db.h

2010-09-03 Thread Daniel Shahaf
rhuij...@apache.org wrote on Fri, Sep 03, 2010 at 17:34:52 -: > + for (i = 0; i < db->nbr_statements; i++) > +if (db->prepared_stmts[i] && db->prepared_stmts[i]->needs_reset) > + err2 = svn_error_compose_create( > + err2, > + svn_sql

Re: svn commit: r990385 - /subversion/trunk/subversion/libsvn_client/patch.c

2010-09-03 Thread Daniel Shahaf
s...@apache.org wrote on Sat, Aug 28, 2010 at 15:49:52 -: > Author: stsp > Date: Sat Aug 28 15:49:52 2010 > New Revision: 990385 > > URL: http://svn.apache.org/viewvc?rev=990385&view=rev > Log: > * subversion/libsvn_client/patch.c > (try_stream_write): Remove a question I put into a comment,

Re: svn commit: r986510 - in /subversion/trunk/subversion: bindings/javahl/native/SVNClient.cpp include/svn_client.h libsvn_client/delete.c libsvn_client/deprecated.c libsvn_client/externals.c libsvn_

2010-08-19 Thread Daniel Shahaf
rhuij...@apache.org wrote on Tue, Aug 17, 2010 at 22:25:09 -: > +++ subversion/trunk/subversion/include/svn_client.h Tue Aug 17 22:25:09 2010 > @@ -2162,6 +2166,7 @@ svn_client_status5(svn_revnum_t *result_ > + svn_boolean_t depth_as_sticky, s/depth_as_sticky/depth_is_sticky/

Re: svn commit: r106 - trunk/www: . cn-project-pages/snippets

2010-08-18 Thread Daniel Shahaf
mostly > > trying to make: "Don't look for new stuff on this, our old site, and then > > complain to the Tigris admins when you can't find it." > > > > > > On 08/17/2010 12:08 AM, Daniel Shahaf wrote: > >> -1 on this change: it a

Re: svn commit: r106 - trunk/www: . cn-project-pages/snippets

2010-08-17 Thread Daniel Shahaf
-1 on this change: it adds a link to openCollabNet to our tigris HOMEPAGE, without any prior discussion. jrepenning_cn: please revert this asap, and avoid making changes to our Website in this manner. jrepenning...@tigris.org wrote on Mon, Aug 16, 2010 at 17:24:52 -0700: > Author: jrepenning_cn >

Re: svn commit: r983807 - in /subversion/branches/atomic-revprop/subversion: include/svn_error.h libsvn_subr/error.c

2010-08-10 Thread Daniel Shahaf
Julian Foad wrote on Tue, Aug 10, 2010 at 14:33:24 +0100: > On Tue, 2010-08-10, Daniel Shahaf wrote: > > +++ subversion/libsvn_subr/error.c (working copy) > > @@ -274,9 +274,8 @@ > > { > >svn_error_t *child; > > > > - if (! err && ! a

Re: svn commit: r983807 - in /subversion/branches/atomic-revprop/subversion: include/svn_error.h libsvn_subr/error.c

2010-08-10 Thread Daniel Shahaf
Julian Foad wrote on Tue, Aug 10, 2010 at 13:48:20 +0100: > On Tue, 2010-08-10 at 15:04 +0300, Daniel Shahaf wrote: > > I can see several options: > > > > * forbid passing SVN_NO_ERROR > > * return FALSE on SVN_NO_ERROR > > * reture (apr_err == APR_SUCCES

Re: svn commit: r983807 - in /subversion/branches/atomic-revprop/subversion: include/svn_error.h libsvn_subr/error.c

2010-08-10 Thread Daniel Shahaf
(I intended to commit that to trunk) Julian Foad wrote on Tue, Aug 10, 2010 at 12:17:24 +0100: > On Mon, 2010-08-09, danie...@apache.org wrote: > > > > +/** Return TRUE if @a err's chain contains the error code @a apr_err. > > + * > > + * @since New in 1.7. > > + */ > > +svn_boolean_t > > +svn_e

Re: svn commit: r982929 - /subversion/trunk/subversion/svnrdump/load_editor.c

2010-08-06 Thread Daniel Shahaf
artag...@apache.org wrote on Fri, Aug 06, 2010 at 11:05:58 -: > Author: artagnon > Date: Fri Aug 6 11:05:58 2010 > New Revision: 982929 > > URL: http://svn.apache.org/viewvc?rev=982929&view=rev > Log: > * subversion/svnrdump/load_editor.c > (apply_textdelta, close_node): Move the call to cl

Re: svn commit: r982415 - in /subversion/trunk/subversion/libsvn_ra_serf: commit.c replay.c serf.c update.c

2010-08-05 Thread &#x27;Daniel Shahaf'
Bert Huijben wrote on Thu, Aug 05, 2010 at 08:50:15 +0200: > > > > -Original Message- > > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > > Sent: donderdag 5 augustus 2010 8:13 > > To: d...@subversion.apache.org > > Cc: commits@subversion.apach

Re: svn commit: r982415 - in /subversion/trunk/subversion/libsvn_ra_serf: commit.c replay.c serf.c update.c

2010-08-04 Thread Daniel Shahaf
rhuij...@apache.org wrote on Wed, Aug 04, 2010 at 22:20:30 -: > Author: rhuijben > Date: Wed Aug 4 22:20:30 2010 > New Revision: 982415 > > URL: http://svn.apache.org/viewvc?rev=982415&view=rev > Log: > Following up on r982398, fix a few more mostly theoretical error leaks. > Thanks; review

Re: svn commit: r979193 - in /subversion/branches/performance/subversion: include/private/svn_cache.h libsvn_subr/cache-membuffer.c

2010-07-27 Thread Daniel Shahaf
Hi Stefan, stef...@apache.org wrote on Mon, Jul 26, 2010 at 08:30:08 -: > Author: stefan2 > Date: Mon Jul 26 08:30:08 2010 > New Revision: 979193 > > URL: http://svn.apache.org/viewvc?rev=979193&view=rev > Log: > Provide a memcached-like implementation of svn_cache_t that does not have > the

Re: svn commit: r979303 - /subversion/trunk/subversion/tests/cmdline/upgrade_tests.py

2010-07-26 Thread Daniel Shahaf
Ramkumar Ramachandra wrote on Mon, Jul 26, 2010 at 22:17:44 +0530: > rhuij...@apache.org writes: > > + def diff_props(dict1, dict2, name, match): I wrote some 'dict diffing' code a long time ago in run_and_verify_info(). Maybe it's relevant to this thread...

Re: svn commit: r979002 - in /subversion/branches/svnrload/subversion/svnrload: ./ load_editor.c load_editor.h parse_dumpstream.c svnrload.c

2010-07-25 Thread Daniel Shahaf
Doing the work on trunk or on a branch is orthogonal to my point. Ramkumar Ramachandra wrote on Sun, 25 Jul 2010 at 16:02 -: > Hi Daniel, > > Daniel Shahaf writes: > > i.e., you could have done 'svn cp ../svnrdump/svnrdump.c svnrload.c', > > and similarly for

Re: svn commit: r979011 - in /subversion/branches/svnrload: build.conf subversion/svnrload/ subversion/svnrload/load_editor.c subversion/svnrload/parse_dumpstream.c subversion/svnrload/svnrload.c

2010-07-25 Thread Daniel Shahaf
artag...@apache.org wrote on Sun, 25 Jul 2010 at 12:21 -: > Author: artagnon > Date: Sun Jul 25 09:20:55 2010 > New Revision: 979011 > > URL: http://svn.apache.org/viewvc?rev=979011&view=rev > Log: > Add a build.conf and get svnrload to build > > * build.conf > (svnrdump): Add new section t

Re: svn commit: r979002 - in /subversion/branches/svnrload/subversion/svnrload: ./ load_editor.c load_editor.h parse_dumpstream.c svnrload.c

2010-07-25 Thread Daniel Shahaf
artag...@apache.org wrote on Sun, 25 Jul 2010 at 11:44 -: > Author: artagnon > Date: Sun Jul 25 08:44:21 2010 > New Revision: 979002 > > URL: http://svn.apache.org/viewvc?rev=979002&view=rev > Log: > Add svnrload: currently a heavy WIP, with most of the code imported > from svnrdump > > * sub

Re: svn commit: r978841 - in /subversion/trunk/subversion/tests/cmdline: svnrdump_tests.py svnrdump_tests_data/ svnrdump_tests_data/revision0.dump

2010-07-24 Thread Daniel Shahaf
Ramkumar Ramachandra wrote on Sat, Jul 24, 2010 at 16:58:34 +0530: > Hi Daniel, > > Daniel Shahaf writes: > > Please don't add "Review by" before I've actually reviewed the patch, > > thanks :-) > > Um, right. I guess I misunderstood you whe

Re: svn commit: r978841 - in /subversion/trunk/subversion/tests/cmdline: svnrdump_tests.py svnrdump_tests_data/ svnrdump_tests_data/revision0.dump

2010-07-24 Thread Daniel Shahaf
Ramkumar Ramachandra wrote on Sat, Jul 24, 2010 at 16:28:49 +0530: > Hi Daniel, > > Daniel Shahaf writes: > > Not your fault, but that's not what I meant. What I meant was to check for > > no > > unexpected stderr (e.g., no "svn: warning %s" or similar

Re: svn commit: r978841 - in /subversion/trunk/subversion/tests/cmdline: svnrdump_tests.py svnrdump_tests_data/ svnrdump_tests_data/revision0.dump

2010-07-24 Thread Daniel Shahaf
artag...@apache.org wrote on Sat, Jul 24, 2010 at 10:18:58 -: > + # Create a dump file using svnrdump > + r, svnrdump_dumpfile, err = svntest.main.run_svnrdump(sbox.repo_url) > + > + # Check error code > + if (r != 0): > +raise svntest.Failure('Result code not 0') > + > + # Check the o

Re: svn commit: r967212 - in /subversion/branches/atomic-revprop/subversion: include/svn_repos.h libsvn_repos/deprecated.c libsvn_repos/fs-wrap.c

2010-07-23 Thread Daniel Shahaf
C. Michael Pilato wrote on Fri, Jul 23, 2010 at 15:15:37 -0400: > On 07/23/2010 03:13 PM, danie...@apache.org wrote: > > Author: danielsh > > Date: Fri Jul 23 19:13:52 2010 > > New Revision: 967212 > > [...] > > > * subversion/libsvn_repos/deprecated.c > > (svn_repos_fs_change_rev_prop3): > >

Re: svn commit: r966851 - /subversion/trunk/subversion/svnrdump/svnrdump.c

2010-07-23 Thread Daniel Shahaf
artag...@apache.org wrote on Thu, Jul 22, 2010 at 20:43:38 -: > Author: artagnon > Date: Thu Jul 22 20:43:38 2010 > New Revision: 966851 > > URL: http://svn.apache.org/viewvc?rev=966851&view=rev > Log: > * subversion/svnrdump/svnrdump.c (main): Error out if UPPER refers to > a non-existent r

Re: svn commit: r966841 - /subversion/trunk/subversion/svnrdump/svnrdump.c

2010-07-23 Thread Daniel Shahaf
artag...@apache.org wrote on Thu, Jul 22, 2010 at 20:18:17 -: > Author: artagnon > Date: Thu Jul 22 20:18:16 2010 > New Revision: 966841 > > URL: http://svn.apache.org/viewvc?rev=966841&view=rev > Log: > * subversion/svnrdump/svnrdump.c (replay_range, main, usage): Fake a > revision 0 like s

Re: svn commit: r966770 - in /subversion/trunk/subversion/libsvn_wc: copy.c log.c log.h merge.c workqueue.c workqueue.h

2010-07-22 Thread Daniel Shahaf
rhuij...@apache.org wrote on Thu, Jul 22, 2010 at 17:44:41 -: > Author: rhuijben > Date: Thu Jul 22 17:44:41 2010 > New Revision: 966770 > > URL: http://svn.apache.org/viewvc?rev=966770&view=rev > Log: > Replace the file-move loggy operation with a file-move wq operation. > > This to move awa

Re: svn commit: r965046 - in /subversion/branches/atomic-revprop: ./ BRANCH-README

2010-07-17 Thread Daniel Shahaf
Yesterday on IRC there were comments suggesting that branch commits are getting less review. For this branch, I'd like to merge it to trunk shortly --- as soon as the API's are implemented --- so please don't skip reviewing it only because the work isn't happening on trunk. It will be merged to t

Re: svn commit: r959090 - in /subversion/trunk/subversion/tests/manual: ./ README permutations.py tree-conflicts-add-vs-add.py

2010-06-29 Thread Daniel Shahaf
ne...@apache.org wrote on Tue, 29 Jun 2010 at 23:22 -: > + p = Permutations(('A', 'B'), (1, 2, 3), ('-',), (x, y)) > + print "All items:" > + while p.next(): > +print p.row Does this duplicate the functionality of itertools.product()? http://docs.python.org/library/itertools.html?highl

Re: svn commit: r958889 - /subversion/trunk/subversion/tests/svn_test_main.c

2010-06-29 Thread Daniel Shahaf
The next function in the file (svn_test_add_dir_cleanup()) needs the same fix. rhuij...@apache.org wrote on Tue, 29 Jun 2010 at 12:06 -: > Author: rhuijben > Date: Tue Jun 29 09:06:51 2010 > New Revision: 958889 > > URL: http://svn.apache.org/viewvc?rev=958889&view=rev > Log: > * subversion/t

Re: svn commit: r957094 - in /subversion/trunk: ./ subversion/include/ subversion/libsvn_client/ subversion/libsvn_fs*/ subversion/libsvn_ra*/ ...

2010-06-24 Thread Daniel Shahaf
C. Michael Pilato wrote on Wed, 23 Jun 2010 at 22:43 -: > Daniel Shahaf wrote: > >> - SVN_ERR(svn_ra_svn_write_cmd(conn, pool, "get-locks", "c", path)); > >> + /* Figure out the repository abspath from PATH. */ > >> + abs_path =

Re: svn commit: r957094 - in /subversion/trunk: ./ subversion/include/ subversion/libsvn_client/ subversion/libsvn_fs*/ subversion/libsvn_ra*/ ...

2010-06-23 Thread Daniel Shahaf
cmpil...@apache.org wrote on Wed, 23 Jun 2010 at 04:22 -: > Author: cmpilato > Date: Wed Jun 23 01:22:00 2010 > New Revision: 957094 > > URL: http://svn.apache.org/viewvc?rev=957094&view=rev > Log: > Finish issue #3661: RA get-locks inefficiencies. > > * build.conf > (svnserve): Add depende

Re: svn commit: r956941 - /subversion/trunk/subversion/libsvn_subr/io.c

2010-06-22 Thread Daniel Shahaf
julianf...@apache.org wrote on Tue, 22 Jun 2010 at 19:18 -: > @@ -3665,7 +3667,7 @@ temp_file_create(apr_file_t **new_file, > #endif > } > > -/* Wrapper for apr_file_name_get(). */ > +/* Wrapper for apr_file_name_get(), passing out a UTF8-encoded filename. */ > svn_error_t * > svn_io_file

Re: svn commit: r955136 - in /subversion/trunk/subversion: include/ libsvn_fs/ libsvn_fs_base/ libsvn_fs_fs/ tests/libsvn_fs/

2010-06-16 Thread Daniel Shahaf
Philip Martin wrote on Wed, 16 Jun 2010 at 11:17 -: > danie...@apache.org writes: > > > == > > --- subversion/trunk/subversion/include/svn_fs.h (original) > > +++ subversion/trunk/subversion/include/svn_fs.h Wed Jun 16

Re: svn commit: r943312 - /subversion/site/publish/mail

2010-05-11 Thread Daniel Shahaf
danie...@apache.org wrote on Tue, 11 May 2010 at 22:16 -: > * /site/publish/mail: New symlink. ... > Propchange: subversion/site/publish/mail > -- > svn:special = yes I added this symlink on windows. Shouldn't so

Re: svn commit: r89 - trunk/www/issue-tracker.html

2010-05-07 Thread Daniel Shahaf
This was sent to s...@s.t.o. I've now (tried to) make comm...@s.a.o a subscriber of s...@s.t.o, so that website commits appear on our s.a.o commits list. cmpil...@tigris.org wrote on Fri, 7 May 2010 at 12:06 -0700: > Author: cmpilato > Date: 2010-05-07 12:06:10-0700 > New Revision: 89 > > Modi

Re: svn commit: r934008 - /subversion/trunk/subversion/libsvn_subr/sqlite.c

2010-04-14 Thread Daniel Shahaf
phi...@apache.org wrote on Wed, 14 Apr 2010 at 16:35 -: > - /* We could use the SQLite backup interface (from 3.6.11 and still > - experimental) and the copy would be done in chunks with the lock > - released between chunks. */ > +#if SQLITE_VERSION_AT_LEAST(3,6,11) > + { Given that

Re: svn commit: r929382 - /subversion/branches/1.6.x-wc-ng-error/subversion/libsvn_wc/questions.c

2010-03-30 Thread Daniel Shahaf
(taking to dev@ from IRC) pet...@apache.org wrote on Wed, 31 Mar 2010 at 05:13 -: > On 1.6.x-wc-ng-error branch: > > * subversion/libsvn_wc/questions.c > (is_inside_wc_ng): Ignore errors trying to open wc.db in parent >directories. Typically this is a filesystem error which has nothing

<    2   3   4   5   6   7