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
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,
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
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
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
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
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
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
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
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
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
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
> --
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
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
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
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
16 matches
Mail list logo