[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r31431 - in trunk/subversion/bindings/javahl: src/org/tigris/subversion/javahl tests/org/tigris/subversion/javahl

From: Mark Phippard <markphip_at_gmail.com>
Date: Sat, 24 May 2008 22:32:58 -0400

On Sat, May 24, 2008 at 10:17 PM, Branko Èibej <brane_at_xbc.nu> wrote:
> markphip_at_tigris.org wrote:
>>
>> Author: markphip
>> Date: Sat May 24 17:00:20 2008
>> New Revision: 31431
>>
>
> [...]
>>
>> @@ -45,9 +47,9 @@ public class LogDate implements java.io.
>> if (datestr == null || datestr.length() < 27) {
>> throw new ParseException("String is not a valid Subversion
>
> So to follow up on the other discussion, this should be:
>
> if (datestr == null || datestr.length() != 27 || datestr[26] != 'Z') ...
>
> That trailing 'Z' has to be there.

Thanks. I committed the Java equivalent of that code and added it to
backport proposal.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2008-05-25 04:33:08 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.