print test failures sooner

2010-04-17 Thread neels
Hi all, I have this small patch that prints test failures right after each tests section during 'make check', so that it looks like this: [[[ Running tests in utf-test [31/75]...success Running tests in window-test [32/75]success Running tests in authz_tests.py [33

Re: Hosting tarballs on ASF infrastructure

2010-04-17 Thread Greg Stein
I'm at Yogi Bear's Jellystone Park right now. Needless to say, it will be a bit before I respond properly. :-P On Apr 17, 2010 9:25 AM, "Justin Erenkrantz" wrote: On Fri, Apr 16, 2010 at 10:02 AM, Hyrum K. Wright wrote: > 1) Is ther... http://www.apache.org/dev/mirrors.html > 2) Is it possibl

Re: [PATCH] Use a node func for fetching file external status in libsvn_client/delete.c

2010-04-17 Thread Greg Stein
Dude. Totally fine. I wrote that function last week for exactly what you're doing. On Apr 17, 2010 2:10 PM, "Daniel Näslund" wrote: Hi! This patch passes make check. svn_wc__node_is_file_external() seems to be in a bit of a flux yet. Is it ok to commit this one? [[[ As part of WC-NG, remove a

[PATCH] Use a node func for fetching file external status in libsvn_client/delete.c

2010-04-17 Thread Daniel Näslund
Hi! This patch passes make check. svn_wc__node_is_file_external() seems to be in a bit of a flux yet. Is it ok to commit this one? [[[ As part of WC-NG, remove a usage of svn_wc_entry_t. * subversion/libsvn_client/delete.c (svn_client__can_delete): Use svn_wc__node_is_file_external() instead

Re: Hosting tarballs on ASF infrastructure

2010-04-17 Thread Justin Erenkrantz
On Fri, Apr 16, 2010 at 10:02 AM, Hyrum K. Wright wrote: > 1) Is there a guide somewhere about how to use the ASF mirrors and release > infrastructure? http://www.apache.org/dev/mirrors.html > 2) Is it possible for us to move the existing tarballs to somewhere on ASF > infrastructure, so that we

Re: svn commit: r935095 - in /subversion/trunk/subversion: include/private/svn_wc_private.h libsvn_client/diff.c libsvn_client/prop_commands.c libsvn_client/revisions.c libsvn_wc/node.c

2010-04-17 Thread Daniel Näslund
On Fri, Apr 16, 2010 at 11:09:06PM -, ne...@apache.org wrote: [...] > == > --- subversion/trunk/subversion/libsvn_wc/node.c (original) > +++ subversion/trunk/subversion/libsvn_wc/node.c Fri Apr 16 23:09:06 2010 > @@ -