Re: [PATCH] allow svnsync to translate non-UTF-8 log messages to UTF-8 (v. 3)

2011-01-01 Thread Daniel Shahaf
[ trimming CC ] Danny Trebbien wrote on Sun, Dec 26, 2010 at 15:39:05 -0800: > Attached are version 3 of the patch and corresponding log message. > Also attached is a TGZ archive of two Subversion repository dumps that > are used by a new test case. > [[[ > Add a command line option (--source-enc

Re: svn commit: r1054250 - /subversion/trunk/subversion/libsvn_subr/eol.c

2011-01-01 Thread Stefan Fuhrmann
On 01.01.2011 18:14, Hyrum K Wright wrote: On Sat, Jan 1, 2011 at 11:18 AM, wrote: Author: stefan2 Date: Sat Jan 1 16:18:55 2011 New Revision: 1054250 URL: http://svn.apache.org/viewvc?rev=1054250&view=rev Log: About 3x speed up of svn_eol__find_eol_start() on 64 bit machines (20 .. 40% on 32

My take on the diff-optimizations-bytes branch

2011-01-01 Thread Stefan Fuhrmann
Hi Johan, Thursday night I did something stupid and had a look at how svn blame could be made faster based on the HEAD code in your branch. One night and most of the following day later, I think I made it a few percent faster now. Some of the code I committed directly to /trunk and you need to

diff-optimizations-bytes: how to make diff3 work with prefix/suffix scanning

2011-01-01 Thread Johan Corveleyn
[ Taking a privately-started discussion with danielsh to the list, in case others have inspiration/insight about this. Question at hand: I'm having trouble making diff3 work with prefix/suffix scanning of the diff-optimizations-bytes branch. Any feedback is highly appreciated :-). ] On Fri, Dec 31

Re: svn commit: r1054250 - /subversion/trunk/subversion/libsvn_subr/eol.c

2011-01-01 Thread Hyrum K Wright
On Sat, Jan 1, 2011 at 11:18 AM, wrote: > Author: stefan2 > Date: Sat Jan  1 16:18:55 2011 > New Revision: 1054250 > > URL: http://svn.apache.org/viewvc?rev=1054250&view=rev > Log: > About 3x speed up of svn_eol__find_eol_start() on 64 bit machines > (20 .. 40% on 32 bits). This function is a sig

Re: svn commit: r1054229 - /subversion/trunk/subversion/libsvn_subr/opt.c

2011-01-01 Thread Hyrum K Wright
On Sat, Jan 1, 2011 at 10:51 AM, Kamesh Jayachandran wrote: >>-  SVN_ERR(svn_cmdline_fputs(_("Copyright (C) 2010 The Apache Software >>Foundation.\n" >>+  SVN_ERR(svn_cmdline_fputs(_("Copyright (C) 2011 The Apache Software >>Foundation.\n" > > Won't this be 2010-2011? Nope. -Hyrum

RE: svn commit: r1054229 - /subversion/trunk/subversion/libsvn_subr/opt.c

2011-01-01 Thread Kamesh Jayachandran
>- SVN_ERR(svn_cmdline_fputs(_("Copyright (C) 2010 The Apache Software >Foundation.\n" >+ SVN_ERR(svn_cmdline_fputs(_("Copyright (C) 2011 The Apache Software >Foundation.\n" Won't this be 2010-2011? With regards Kamesh Jayachandran