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

Re: Apache+Subversion and repository in NFS

From: Célio Cidral Junior <ccidral.newsbox_at_gmail.com>
Date: 2005-05-05 13:07:10 CEST

Apache's error log shows what SVN complain about. I tried using both
backslashes and regular slashes in the path.

If the SVNPath uses backslashes in the path, like this:

   SVNPath X:\APPS\CRM\PRE_TESTES\repo

... it gives this error:

[Thu May 05 07:45:05 2005] [error] [client 10.1.12.139] (20014)Error
string not specified yet: Can't open file
'X:\\APPS\\CRM\\PRE_TESTES\\repo/format'
[Thu May 05 07:45:05 2005] [error] [client 10.1.12.139] Could not
fetch resource information. [500, #0]
[Thu May 05 07:45:05 2005] [error] [client 10.1.12.139] Could not open
the requested SVN filesystem [500, #720003]
[Thu May 05 07:45:05 2005] [error] [client 10.1.12.139] Could not open
the requested SVN filesystem [500, #720003]

Else if regular slashes are used:

   SVNPath X:/APPS/CRM/PRE_TESTES/repo

... the error the same:

[Thu May 05 07:46:00 2005] [error] [client 10.1.12.139] (20014)Error
string not specified yet: Can't open file
'X:/APPS/CRM/PRE_TESTES/repo/format'
[Thu May 05 07:46:00 2005] [error] [client 10.1.12.139] Could not
fetch resource information. [500, #0]
[Thu May 05 07:46:00 2005] [error] [client 10.1.12.139] Could not open
the requested SVN filesystem [500, #720003]
[Thu May 05 07:46:00 2005] [error] [client 10.1.12.139] Could not open
the requested SVN filesystem [500, #720003]

2005/5/4, Ben Collins-Sussman <sussman@collab.net>:
> What's the problem?
>
>
> On May 4, 2005, at 3:26 PM, Célio Cidral Junior wrote:
>
> > I'm aware of that. The fs type of my repository is FSFS. The problem
> > is that I'm not getting Apache to serve the repository on NFS.
> > svnserve works fine on NFS.
> >
> > 2005/5/4, Ben Collins-Sussman <sussman@collab.net>:
> >>
> >> On May 4, 2005, at 8:02 AM, Kedar Sovani wrote:
> >>
> >>> http://svnbook.red-bean.com/en/1.0/ch05s02.html
> >>>
> >>> The book warns here "Not to create the repository on a network
> >>> share".
> >>> You might want to go through that.
> >>>
> >>
> >> It's fine to put the repository on NFS, as long as the repository is
> >> FSFS, not BDB.
> >>
> >>
> >
> >
> > --
> > Célio Cidral Junior
>
>

-- 
Célio Cidral Junior
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 5 13:09:05 2005

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.