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 wrote: > On Fri, Dec 24, 2010 at 3:40 PM, Stefan Fuhrmann wrote: >> On 20.12.2010 02:43, Johan Corveleyn wrote: >>> >>> On Wed, Dec 15, 2010 at 10:58 AM, Stefan Fuhrmann  wrote: On 15.12.2010 02:30, Stefan Fuhrmann wrote: > > On 1

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 Zajac wrote: -client.propertyCreate(itemPath, "cqcq", "qrz", Depth.empty, null, +String alphaVal = "qrz"; +client.propertyCreate(itemPath, "cqcq", alphaVal.getBytes(), Depth.empty, null,

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 wrote: > > On Thu, Dec 30, 2010 at 2:17 PM, Hyrum K Wright > > wrote: > > > >> Mark, > >> Daniel pointed out on IRC that all the revpropTable arguments in the > >> JavaHL API are Map.  S

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 wrote: > On Thu, Dec 30, 2010 at 2:17 PM, Hyrum K Wright wrote: > >> Mark, >> Daniel pointed out on IRC that all the revpropTable arguments in the >> JavaHL API are Map.  Should they be adjusted to >> Map ? > > What is the rule for revision propertie

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 wrote: > Mark, > Daniel pointed out on IRC that all the revpropTable arguments in the > JavaHL API are Map.  Should they be adjusted to > Map ? What is the rule for revision properties? I thought they had to be UTF-8 strings, in which case the Jav

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 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 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 Zajac 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=1053915&view=rev Log: Address issue #3670 by

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 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=1053915&view=rev >> Log: >> Address issue #3670 by providing a byte-arra

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=1053932&view=rev Log: JavaHL: Followup to r1053915. Update the properties test to set and get a property with binary data. * subversion/bin

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=1053915&view=rev Log: Address issue #3670 by providing a byte-array interface for property setting and creation in JavaHL. This does not incl

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, 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 >                Platform

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 wrote: > Translation status report for tr...@r1053795 > >  lang   trans untrans   fuzzy     obs > --

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 corres

[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 behaviour

[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

Re: [PATCH] Remove unused parameters in libsvn_wc/update_editor.c:accumulate_last_change()

2010-12-30 Thread Kamesh Jayachandran
On 12/30/2010 12:46 PM, Arwin Arni wrote: Hi All, This patch removes some unused parameters in the function accumulate_last_change() inside libsvn_wc/update-editor.c There were two parameters ( svn_wc__db_t *db, const char *local_abspath ) that were not being used. I have removed them and