[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 09:32:06 CET

This is the list:
stat64("/wwwroot/htdocs/svn/app", 0xbfffe7dc) = -1
stat64("/wwwroot/htdocs/svn/app/!svn/vcc/default", 0xbfffe7dc) = -1
stat64("/wwwroot/htdocs/svn/app/!svn/bln/199", 0xbfffe7dc) = -1
stat64("/wwwroot/htdocs/svn/app/!svn/vcc/default", 0xbfffe7dc) = -1

first one is there more than once.

On 3/14/07, Ryan Schmidt <subversion-2007a@ryandesign.com> wrote:
>
> 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 09:32:31 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.