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

Re: Can't find a temporary directory error

From: M Kili <m0kili_at_gmail.com>
Date: 2007-03-14 08:23:26 CET

I straced apache and found out something interesting.

SVN is setup to use www subdomain (ssl cert is issued to www.),
<Location> directives are used:

<Location /svn/app>
        DAV svn
        SVNPath /svnroot/app
        SVNAutoversioning on
       # auth stuff...
</Location>

Regular requests go to /wwwroot/htdocs

strace reveals svn tries to open files in /wwwroot/htdocs/svn/app,
ignoring SVNPath. It still finds db directory correctly in
/svnroot/app/db/current

Is this a bug or is my configuration missing something?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 14 08:23:52 2007

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

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