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