[l10n] Translation status report for trunk r1053795

2010-12-30 Thread SVN DEV
Translation status report for tr...@r1053795 lang trans untrans fuzzy obs -- de2041 122 227 199 es1978 185 261 338 fr2128 35 60 41 it1827 336 460 162 ja1970

[PATCH] make diff against copy-source by default

2010-12-30 Thread Prabhu Gnana Sundar
Hi all, This patch is a follow up to the patch that I gave last month (November). Here is the link to the mail archive... http://mail-archives.apache.org/mod_mbox/subversion-dev/201011.mbox/% 3c1291110994.4021.66.ca...@prabhugnanasundar%3e After a few discussions about the inconsistent

svn upgrade segfaults

2010-12-30 Thread Kamesh Jayachandran
Hi All, I did the following. cd /tmp cd svn-1.6 co file:///repo/abc touch abc/test svn-1.6 add abc/test #Make sure below commit fails either by a pre-commit hook or File system perm error, we just need this to fail. svn-1.6 ci -m msg svn-1.7 upgrade Segfaults My svn-1.7 trunk build

Re: [l10n] Translation status report for trunk r1053795

2010-12-30 Thread Hyrum K Wright
For the interested, this is the output of tools/po/l10n-report.py. I've set it up as a weekly cron job, emailing the results to d...@. -Hyrum On Wed, Dec 29, 2010 at 11:20 PM, SVN DEV nore...@subversion.apache.org wrote: Translation status report for tr...@r1053795  lang   trans untrans  

Re: [Issue 3770] New - JavaHL method to set binary property is broken

2010-12-30 Thread Hyrum K Wright
On Wed, Dec 29, 2010 at 4:43 PM, markp...@tigris.org wrote: http://subversion.tigris.org/issues/show_bug.cgi?id=3770                 Issue #|3770                 Summary|JavaHL method to set binary property is broken               Component|subversion                 Version|1.6.x          

Re: svn commit: r1053915 - in /subversion/trunk/subversion/bindings/javahl: native/ src/org/apache/subversion/javahl/

2010-12-30 Thread Blair Zajac
On 12/30/10 7:24 AM, hwri...@apache.org wrote: Author: hwright Date: Thu Dec 30 15:24:02 2010 New Revision: 1053915 URL: http://svn.apache.org/viewvc?rev=1053915view=rev Log: Address issue #3670 by providing a byte-array interface for property setting and creation in JavaHL. This does not

Re: svn commit: r1053932 - /subversion/trunk/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java

2010-12-30 Thread Blair Zajac
On 12/30/10 8:33 AM, markp...@apache.org wrote: Author: markphip Date: Thu Dec 30 16:32:59 2010 New Revision: 1053932 URL: http://svn.apache.org/viewvc?rev=1053932view=rev Log: JavaHL: Followup to r1053915. Update the properties test to set and get a property with binary data. *

Re: svn commit: r1053915 - in /subversion/trunk/subversion/bindings/javahl: native/ src/org/apache/subversion/javahl/

2010-12-30 Thread Hyrum Wright
On Thu, Dec 30, 2010 at 2:18 PM, Blair Zajac bl...@orcaware.com wrote: On 12/30/10 7:24 AM, hwri...@apache.org wrote: Author: hwright Date: Thu Dec 30 15:24:02 2010 New Revision: 1053915 URL: http://svn.apache.org/viewvc?rev=1053915view=rev Log: Address issue #3670 by providing a

Re: svn commit: r1053915 - in /subversion/trunk/subversion/bindings/javahl: native/ src/org/apache/subversion/javahl/

2010-12-30 Thread Blair Zajac
On 12/30/10 11:25 AM, Hyrum Wright wrote: On Thu, Dec 30, 2010 at 2:18 PM, Blair Zajacbl...@orcaware.com wrote: On 12/30/10 7:24 AM, hwri...@apache.org wrote: Author: hwright Date: Thu Dec 30 15:24:02 2010 New Revision: 1053915 URL: http://svn.apache.org/viewvc?rev=1053915view=rev Log:

Re: svn commit: r1053932 - /subversion/trunk/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java

2010-12-30 Thread Mark Phippard
On Thu, Dec 30, 2010 at 2:24 PM, Blair Zajac bl...@orcaware.com wrote: -        client.propertyCreate(itemPath, cqcq, qrz, Depth.empty, null, +        String alphaVal = qrz; +        client.propertyCreate(itemPath, cqcq, alphaVal.getBytes(), Depth.empty, null, Do you need to pass UTF-8 to

Re: [Issue 3770] New - JavaHL method to set binary property is broken

2010-12-30 Thread Mark Phippard
On Thu, Dec 30, 2010 at 2:17 PM, Hyrum K Wright hy...@hyrumwright.org wrote: Mark, Daniel pointed out on IRC that all the revpropTable arguments in the JavaHL API are MapString, String.  Should they be adjusted to MapString, byte[] ? What is the rule for revision properties? I thought they

Re: [Issue 3770] New - JavaHL method to set binary property is broken

2010-12-30 Thread Hyrum K Wright
On Thu, Dec 30, 2010 at 2:57 PM, Mark Phippard markp...@gmail.com wrote: On Thu, Dec 30, 2010 at 2:17 PM, Hyrum K Wright hy...@hyrumwright.org wrote: Mark, Daniel pointed out on IRC that all the revpropTable arguments in the JavaHL API are MapString, String.  Should they be adjusted to

Re: [Issue 3770] New - JavaHL method to set binary property is broken

2010-12-30 Thread Daniel Shahaf
Hyrum K Wright wrote on Thu, Dec 30, 2010 at 15:03:04 -0500: On Thu, Dec 30, 2010 at 2:57 PM, Mark Phippard markp...@gmail.com wrote: On Thu, Dec 30, 2010 at 2:17 PM, Hyrum K Wright hy...@hyrumwright.org wrote: Mark, Daniel pointed out on IRC that all the revpropTable arguments in the

Re: svn commit: r1053932 - /subversion/trunk/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java

2010-12-30 Thread Blair Zajac
On 12/30/10 11:54 AM, Mark Phippard wrote: On Thu, Dec 30, 2010 at 2:24 PM, Blair Zajacbl...@orcaware.com wrote: -client.propertyCreate(itemPath, cqcq, qrz, Depth.empty, null, +String alphaVal = qrz; +client.propertyCreate(itemPath, cqcq, alphaVal.getBytes(),

Re: [RFC] diff-optimizations-bytes branch: avoiding function call overhead (?)

2010-12-30 Thread Johan Corveleyn
On Tue, Dec 28, 2010 at 7:31 PM, Johan Corveleyn jcor...@gmail.com wrote: On Fri, Dec 24, 2010 at 3:40 PM, Stefan Fuhrmann eq...@web.de wrote: On 20.12.2010 02:43, Johan Corveleyn wrote: On Wed, Dec 15, 2010 at 10:58 AM, Stefan Fuhrmanneq...@web.de  wrote: On 15.12.2010 02:30, Stefan