[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: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-03-14 08:52:50 CET

On Mar 14, 2007, at 02:23, M Kili wrote:

> 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?

Does it show what files svn attempts to open in /wwwroot/htdocs/svn/
app? Does that directory exist? If so, do those files exist?

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
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:53:18 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.