Re: [PATCH] Eliminate dag.c's NODE_POOL, step 1.

2012-03-24 Thread Greg Stein
On Sat, Mar 24, 2012 at 13:09, Daniel Shahaf wrote: > Daniel Shahaf wrote on Sat, Mar 24, 2012 at 17:25:28 +0200: >> [[[ >> FSFS: Eliminate the DAG API's NODE_POOL, step 1. >> >> This makes the dag_node_t struct track its own lifetime, rather than >> depend on callers to provide a convenient pool

Re: translate from Galician?

2012-03-24 Thread Michael McCandless
That's really crazy! It also happens for me... I've star'd the issue. Mike McCandless http://blog.mikemccandless.com On Sat, Mar 24, 2012 at 5:43 PM, Greg Stein wrote: > Hey all, > > For Chrome users who have noticed that our dist.a.o area[1] > auto-prompts for translation from Galician :-P .

translate from Galician?

2012-03-24 Thread Greg Stein
Hey all, For Chrome users who have noticed that our dist.a.o area[1] auto-prompts for translation from Galician :-P ... I've filed a bug about the problem: http://code.google.com/p/chromium/issues/detail?id=119964 Note that I tweaked the httpd.conf for dist.a.o to generate the Content-Language

Re: 1.6.18 tarballs up for testing/signing

2012-03-24 Thread Daniel Shahaf
Blair Zajac wrote on Sat, Mar 24, 2012 at 14:00:14 -0700: > On 03/24/2012 01:40 PM, Daniel Shahaf wrote: >> Blair Zajac wrote on Sat, Mar 24, 2012 at 13:17:17 -0700: >>> BTW, any chance of getting the new svnadmin verify work into 1.6.x? I >>> was thinking it may be worth cutting .19 just to get t

Re: 1.6.18 tarballs up for testing/signing

2012-03-24 Thread Blair Zajac
On 03/24/2012 01:40 PM, Daniel Shahaf wrote: Blair Zajac wrote on Sat, Mar 24, 2012 at 13:17:17 -0700: BTW, any chance of getting the new svnadmin verify work into 1.6.x? I was thinking it may be worth cutting .19 just to get that in as people may want to easily know if they have an issue with

Re: 1.6.18 tarballs up for testing/signing

2012-03-24 Thread Daniel Shahaf
Blair Zajac wrote on Sat, Mar 24, 2012 at 13:17:17 -0700: > BTW, any chance of getting the new svnadmin verify work into 1.6.x? I > was thinking it may be worth cutting .19 just to get that in as people > may want to easily know if they have an issue with their repositories. That work hasn't

Re: 1.6.18 tarballs up for testing/signing

2012-03-24 Thread Blair Zajac
On 03/24/2012 03:13 AM, Stefan Sperling wrote: On Fri, Mar 23, 2012 at 03:54:13PM +0100, Stefan Sperling wrote: Since this is a 1.6.x release there are -dep tarballs which should also be signed by those who test them. I've run a test build with these dependencies on a Debian Linux system. I ma

Re: svn commit: r1303316 - /subversion/trunk/subversion/tests/cmdline/svntest/sandbox.py

2012-03-24 Thread Daniel Shahaf
On Wed, Mar 21, 2012 at 09:01:59AM -, julianf...@apache.org wrote: > Author: julianfoad > Date: Wed Mar 21 09:01:59 2012 > New Revision: 1303316 > > URL: http://svn.apache.org/viewvc?rev=1303316&view=rev > Log: > * subversion/tests/cmdline/svntest/sandbox.py > (Sandbox.get_tempname): Fix a b

Re: svn commit: r1304614 - /subversion/trunk/subversion/libsvn_client/merge.c

2012-03-24 Thread Daniel Shahaf
This revision turned merge_tests.py 127 into XPASS on svn-slik-w2k3-x64-ra. It passes for me too in HEAD. XPASS: merge_tests.py 127: reverse merge applies revs in reverse order Greg Stein wrote on Fri, Mar 23, 2012 at 19:38:49 -0400: > On Mar 23, 2012 5:35 PM, wrote: > > > > Author: julianfoad

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

2012-03-24 Thread Daniel Shahaf
s...@apache.org wrote on Thu, Mar 22, 2012 at 19:04:19 -: > Author: stsp > Date: Thu Mar 22 19:04:19 2012 > New Revision: 1303987 > > URL: http://svn.apache.org/viewvc?rev=1303987&view=rev > Log: > * tools/dist/dist.sh: Only clean contrib/ notes/ and packages/ if the >release being made is

Re: [PATCH] Eliminate dag.c's NODE_POOL, step 1.

2012-03-24 Thread Daniel Shahaf
Daniel Shahaf wrote on Sat, Mar 24, 2012 at 17:25:28 +0200: > [[[ > FSFS: Eliminate the DAG API's NODE_POOL, step 1. > > This makes the dag_node_t struct track its own lifetime, rather than > depend on callers to provide a convenient pool to allocate parts of > itself in. Subsequent revisions wil

Re: svn commit: r1304656 - in /subversion/trunk/subversion: libsvn_fs_fs/fs_fs.c libsvn_fs_fs/tree.c libsvn_fs_fs/tree.h tests/cmdline/svnadmin_tests.py

2012-03-24 Thread Daniel Shahaf
Done in r1304815 Daniel Shahaf wrote on Sat, Mar 24, 2012 at 16:36:44 +0200: > Greg Stein wrote on Fri, Mar 23, 2012 at 22:46:43 -0400: > > On Mar 23, 2012 7:16 PM, wrote: > > >... > > > +++ subversion/trunk/subversion/libsvn_fs_fs/tree.c Fri Mar 23 23:15:34 > > 2012 > > ... > > > + if (kind ==

[PATCH] Eliminate dag.c's NODE_POOL, step 1.

2012-03-24 Thread Daniel Shahaf
[[[ FSFS: Eliminate the DAG API's NODE_POOL, step 1. This makes the dag_node_t struct track its own lifetime, rather than depend on callers to provide a convenient pool to allocate parts of itself in. Subsequent revisions will remove the now-unused POOL parameter to get_node_revision() and update

Re: svn commit: r1304656 - in /subversion/trunk/subversion: libsvn_fs_fs/fs_fs.c libsvn_fs_fs/tree.c libsvn_fs_fs/tree.h tests/cmdline/svnadmin_tests.py

2012-03-24 Thread Daniel Shahaf
Greg Stein wrote on Fri, Mar 23, 2012 at 22:46:43 -0400: > On Mar 23, 2012 7:16 PM, wrote: > >... > > +++ subversion/trunk/subversion/libsvn_fs_fs/tree.c Fri Mar 23 23:15:34 > 2012 > ... > > + if (kind == svn_node_dir) > > +{ > > + apr_hash_t *entries; > > + apr_hash_index_t *hi; >

Re: 1.6.18 tarballs up for testing/signing

2012-03-24 Thread Stefan Sperling
On Fri, Mar 23, 2012 at 03:54:13PM +0100, Stefan Sperling wrote: > Since this is a 1.6.x release there are -dep tarballs > which should also be signed by those who test them. > I've run a test build with these dependencies on a Debian Linux system. I made a slight mistake by putting APR 1.4.6 into