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

Re: [PATCH] Fix JavaHL testBasicProperties on Windows

From: Nicolás Lichtmaier <nick_at_reloco.com.ar>
Date: 2007-04-11 21:58:09 CEST

> The JavaHL properties functions were rewritten to use a new callback
> API. When that API is called it passes in a path in a format like
> C:/folder1/folder2/file.ext. This value is stored as a key in a Map.
> When the getProperties method is later called it is passed a String in
> the format C:\folder1\folder2\file.ext so it fails to find a value in
> the Map.

Couldn't you just use File (if these are local files) or java.net.URI
(if these may be URLs)?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 11 21:58:45 2007

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.