community guide

2010-05-14 Thread Greg Stein
Hey Mike, What's with linking between sections of the community guide? There are links like href="#log-messages", but that really should be href="conventions.html#log-messages". But that might mess up the one-big-document approach, right? Is there a Proper solution here? Cheers, -g

Re: One JNI Usage Bug in Java binding

2010-05-14 Thread Greg Stein
On Fri, May 14, 2010 at 20:32, Hyrum K. Wright wrote: > On Fri, May 14, 2010 at 4:58 PM, Byeongcheol Lee wrote: > >> Dear Subversion Developers: >> >> My JNI bug detector (Jinn) found several bugs in the JavaHL. I'd like >> to hear your opinion about the bug before filing all the bugs. The bug >>

Re: strange python datetime issue on people.apache.org

2010-05-14 Thread Greg Stein
On Fri, May 14, 2010 at 20:56, Dongsheng Song wrote: > Hi forks, > > On my windows box (UTC+8), the following python code give me 22724 > (python 2.6.5 or 3.1.2), but on people.apache.org > > (python 2.6.4), I got > :22722: > > from datetime import datetime; > dt = datetime.now() - datetime(2000,

Re: strange python datetime issue on people.apache.org

2010-05-14 Thread Hyrum K. Wright
This mail was sent to comm...@subversion.apache.org. Please don't send mail to that list; it is for automatic commit notifications only. On Fri, May 14, 2010 at 7:56 PM, Dongsheng Song wrote: > Hi forks, > > On my windows box (UTC+8), the following python code give me 22724 > (python 2.6.5 or 3.

Re: One JNI Usage Bug in Java binding

2010-05-14 Thread Hyrum K. Wright
On Fri, May 14, 2010 at 4:58 PM, Byeongcheol Lee wrote: > Dear Subversion Developers: > > My JNI bug detector (Jinn) found several bugs in the JavaHL. I'd like > to hear your opinion about the bug before filing all the bugs. The bug > appears the Line 774 in the following slice of source files. >

Re: svn commit: r944504 - in /subversion/trunk/subversion: include/svn_io.h libsvn_subr/io.c

2010-05-14 Thread Greg Stein
On Fri, May 14, 2010 at 18:13, wrote: >... > +++ subversion/trunk/subversion/libsvn_subr/io.c Fri May 14 22:13:14 2010 > @@ -786,6 +786,23 @@ svn_io_copy_file(const char *src, >   return svn_error_return(svn_io_file_rename(dst_tmp, dst, pool)); >  } > > +/* Wrapper for apr_file_perms_set(). */ >

Re: svn commit: r944478 - /subversion/trunk/subversion/libsvn_wc/status.c

2010-05-14 Thread Greg Stein
On Fri, May 14, 2010 at 17:22, wrote: >... > +++ subversion/trunk/subversion/libsvn_wc/status.c Fri May 14 21:22:52 2010 >... > @@ -1463,11 +1463,11 @@ find_dir_url(const struct dir_baton *db, >       const svn_wc_status3_t *status = apr_hash_get(pb->statii, >                                    

One JNI Usage Bug in Java binding

2010-05-14 Thread Byeongcheol Lee
Dear Subversion Developers: My JNI bug detector (Jinn) found several bugs in the JavaHL. I'd like to hear your opinion about the bug before filing all the bugs. The bug appears the Line 774 in the following slice of source files. subversion/bindings/javahl/native/CreateJ.cpp 634 jobject

One JNI Usage Bug in Java binding

2010-05-14 Thread Byeongcheol Lee
Dear Subversion Developers: My JNI bug detector (Jinn) found several bugs in the JavaHL. I'd like to hear your opinion about the bug before filing all the bugs. The bug appears the Line 774 in the following slice of source files. subversion/bindings/javahl/native/CreateJ.cpp 634 jobject 6

Re: serf 0.4.0 released

2010-05-14 Thread Blair Zajac
On 05/14/2010 05:32 AM, Lieven Govaerts wrote: On Thu, May 13, 2010 at 11:03 PM, Blair Zajac wrote: On 05/13/2010 11:55 AM, Greg Stein wrote: Hi all, I'm pleased to announce the serf 0.4.0 release! Quick summary of changes in this release: Provide authn framework, supporting Basic, Dige

Re: svn commit: r943722 - in /subversion/trunk/subversion: include/private/svn_wc_private.h libsvn_client/commit_util.c libsvn_wc/node.c

2010-05-14 Thread Hyrum K. Wright
On Wed, May 12, 2010 at 5:21 PM, wrote: > Author: philip > Date: Wed May 12 22:21:57 2010 > New Revision: 943722 > > URL: http://svn.apache.org/viewvc?rev=943722&view=rev > Log: > Remove svn_wc_entry_t from harvest_committables. > > * subversion/libsvn_clint/commit_util.c > (harvest_committables

Re: svn commit: r937524 - in /subversion/trunk/subversion: libsvn_wc/props.c tests/cmdline/prop_tests.py tests/cmdline/svntest/sandbox.py

2010-05-14 Thread Paul Burba
On Fri, Apr 23, 2010 at 5:22 PM, wrote: > Author: gstein > Date: Fri Apr 23 21:22:52 2010 > New Revision: 937524 > > URL: http://svn.apache.org/viewvc?rev=937524&view=rev > Log: > Begin new infrastructure for generating prop conflict messages. This will > allow us to (re)generate a property rejec

Re: [PATCH] add all current buildbot slaves to the asf master configuration

2010-05-14 Thread Julian Foad
On Thu, 2010-05-13, Lieven Govaerts wrote: > Hi Gavin, > > following up my previous patch, attached you'll find a new patch that > adds all current slaves. > > I've tried to use to use the conventions already in use in the new > master configuration. You'll probably want to rename the slave names

Re: SVN Performance Focus

2010-05-14 Thread Greg Stein
Hey Geoff, Thanks for your thoughts! And yes, it is appreciated. People in the dev community focus on different things. Yes, there has been some recent patches and focus around server performance. But while that is happening, a large group of us are (and have been for a while!) rewriting the work

SVN Performance Focus

2010-05-14 Thread Geoff Rowell
I think it's great that the development team has been looking into 1.7 performance, but I must admit I'm less interested in server performance than that of the client. My recent experiences with huge working copy folders has pointed out significant disparities in performance under different operati

0.6.1 released (was: serf 0.4.0 released)

2010-05-14 Thread Greg Stein
With much appreciation to dongsheng song for pointing out my packaging errors, and submitting a Windows build fix, I have axed the 0.4.x line and released 0.6.1. Download details at: http://code.google.com/p/serf/downloads/detail?name=serf-0.6.1.tar.bz2 Direct link: http://serf.googlecode.com

Re: svn commit: r944184 - /subversion/trunk/subversion/libsvn_wc/deprecated.c

2010-05-14 Thread Philip Martin
Greg Stein writes: > On Fri, May 14, 2010 at 06:05, wrote: >>... >> +++ subversion/trunk/subversion/libsvn_wc/deprecated.c Fri May 14 10:05:18 >> 2010 >>... >> +svn_error_t * >> +svn_wc__entry_versioned_internal(const svn_wc_entry_t **entry, >> +                                 const char *pat

Re: serf 0.4.0 released

2010-05-14 Thread Lieven Govaerts
On Thu, May 13, 2010 at 11:03 PM, Blair Zajac wrote: > On 05/13/2010 11:55 AM, Greg Stein wrote: >> >> Hi all, >> >> I'm pleased to announce the serf 0.4.0 release! >> >> Quick summary of changes in this release: >> >>   Provide authn framework, supporting Basic, Digest, Kerberos (SSPI, GSS), >>  

Re: Stop shipping deps tarballs [was Re: Hosting tarballs on ASF infrastructure]

2010-05-14 Thread Hyrum K. Wright
On Thu, May 13, 2010 at 11:44 PM, Joe Swatosh wrote: > On Tue, May 11, 2010 at 7:59 AM, Hyrum K. Wright > wrote: > > On Mon, Apr 26, 2010 at 11:20 AM, Hyrum K. Wright < > > hyrum_wri...@mail.utexas.edu> wrote: > > > >> > >> > >> On Mon, Apr 26, 2010 at 11:06 AM, Mark Phippard >wrote: > >> > >

Re: svn commit: r944184 - /subversion/trunk/subversion/libsvn_wc/deprecated.c

2010-05-14 Thread Greg Stein
On Fri, May 14, 2010 at 06:05, wrote: >... > +++ subversion/trunk/subversion/libsvn_wc/deprecated.c Fri May 14 10:05:18 > 2010 >... > +svn_error_t * > +svn_wc__entry_versioned_internal(const svn_wc_entry_t **entry, > +                                 const char *path, > +                        

Re: [PATCH] readable error messages on non-ASCII systems, v2

2010-05-14 Thread Julian Foad
On Wed, 2010-05-12 at 19:07 -0400, Greg Ames wrote: > This patch also produces readable error messages on z/OS by defining two new > svn_cmdline functions which take native string arguments, then calling > svn_cmdline_fprintf_asis() from print_error(), only in the path where I can > see that native

Re: svn commit: r943986 - /subversion/trunk/subversion/libsvn_wc/status.c

2010-05-14 Thread Daniel Näslund
On Thu, May 13, 2010 at 10:35:36PM +0200, Bert Huijben wrote: > > > Log: > > Don't use svn_wc_entry for fetching an url. > > > > * subversion/libsvn_wc/status.c > > (assemble_status): Fetch the url with a node func. Use > > svn_wc__check_wc_root() for determining if a path is switched. > >