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

Re: JavaHL setConfigDirectory() and auth cache problems

From: David James <james_at_cs.toronto.edu>
Date: 2006-12-20 19:14:32 CET

On 12/20/06, Daniel Rall <dlr@collab.net> wrote:
> On Wed, 20 Dec 2006, Daniel Rall wrote:
> ...
> > Yup, "Java(TM) 2 Runtime Environment, Standard Edition (build
> > 1.5.0_07-b03)" now works as expected. Thanks for the update, Patrick.
> > If I can't weasel some native library version checks into JavaHL's
> > Java code, we'll go with this as a best-effort attempt to maintain
> > some compatibility with older native library versions.
>
[...snip...]
> + return System.getenv("HOME");

Doesn't the ".subversion" subdirectory need to be tacked on to the end here?

Cheers,

David

> + }
> + catch (Throwable jreComplaint)
> + {
> + // As an example, Sun JRE 1.4.2_12-b03 throws
> + // java.lang.Error, with the message "getenv no longer
> + // supported, use properties and -D instead: HOME".
> + return null;
> + }
> + }
> +
> + /**
> * Build the native peer
> * @return the adress of the peer
> */
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 20 19:15:00 2006

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.