[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: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2006-12-20 19:25:42 CET

Mark Phippard wrote:
> Also, I do not believe Windows has a HOME variable, so this will
> probably return a null. There is a HOMEPATH variable. By default,
> Subversion stores its configuration in %APPDATA%\Subversion. Maybe the
> function could be enhanced to look for one of these other variables if
> HOME does not yield a result.

FYI: Our C function svn_user_get_home() checks $HOME on all platforms
before falling back to apr_uid_homepath_get() (which does OS-specific
stuff), so there is precedent for doing so elsewhere.

-- 
C. Michael Pilato <cmpilato@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on Wed Dec 20 19:26:15 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.