On 6/8/07, qmeister <mquigley@ctdlc.org> wrote:
>
> Here's the location information...I've tried SVNPath &
> SVNParentPath...because I have multiple repositories under this location.
>
> <Location /svn>
> DAV svn
> SVNParentPath "D:\svn\"
> AuthType Basic
> AuthName "Subversion repository"
> AuthUserFile "D:\svn\conf\passwd"
> Require valid-user
> </Location>
Drop the trailing slash on SVNParentPath, and remove the quotes from
all of your paths. You're using short names with no spaces, so they're
definitely not needed.
> Andy Levy wrote:
> >
> > On 6/8/07, qmeister <mquigley@ctdlc.org> wrote:
> >>
> >> Ok, I'm just getting SVN going with Subclipse and Apache. I can connect
> >> to
> >> repositories using file:/// method, but not through apache. From the
> >> apache
> >> error log...
> >>
> >> [Fri Jun 08 11:23:45 2007] [error] [client 192.168.11.60] (20014)Error
> >> string not specified yet: Can't open file 'D:\\svn"\\test\\format': The
> >> filename, directory name, or volume label syntax is incorrect.
> >> [Fri Jun 08 11:23:45 2007] [error] [client 192.168.11.60] Could not fetch
> >> resource information. [500, #0]
> >> [Fri Jun 08 11:23:45 2007] [error] [client 192.168.11.60] Could not open
> >> the
> >> requested SVN filesystem [500, #720123]
> >> [Fri Jun 08 11:23:45 2007] [error] [client 192.168.11.60] Could not open
> >> the
> >> requested SVN filesystem [500, #720123]
> >>
> >> I'm on WinServer2k3 and using Apache 2 and SVN 1.3.2 (I think)
> >>
> >> I've given "Everyone" full control over the svn directory and
> >> subdirectories.....
> >>
> >> I have a user set up in the passwd file in my svn\conf directory...
> >>
> >> What other info can I provide?
> >
> > The relevant portion of your Apache configuration file.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: users-help@subversion.tigris.org
> >
> >
> >
>
> --
> View this message in context: http://www.nabble.com/Another...Could-not-open-the-requested-SVN-filesystem...-tf3890547.html#a11028915
> Sent from the Subversion Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 8 17:40:34 2007