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
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
>>
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,
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.
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.
>
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(). */
>
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,
>
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
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
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
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
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
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
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
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
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
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
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),
>>
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:
> >>
> >
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,
> +
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
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.
> >
22 matches
Mail list logo