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

Re: NFS problems

From: Daniel Berlin <dan_at_dberlin.org>
Date: 2002-02-15 14:23:30 CET

On 15 Feb 2002, Jan Borsodi wrote:

> Kevin Pilch-Bisson <kevin@pilch-bisson.net> writes:
>
> > On Fri, Feb 15, 2002 at 10:38:16AM +0100, Jan Borsodi wrote:
> > > I'm having some problems running Subversion over NFS (with NIS), I get
> > >
> > > svn_error: #21086 : <URL is not a versioned resource>
> > > svn_ra_local__split_URL: Unable to find valid repository
> >
> > With what type of command. When posting an error message, it is good if you
> > can post a transcript of the last few commands leading up to the error.
> >
> > As a quick guess, were trying to either import or checkout. You need to
> > specify the repository path with a file:///path/to/repos/ style URL. The
> > file:// part is actually necessary in the code.
>
> The command was
> svn co file:///home/subversion/repository -d test
>
> If I run the same command on the machine which exports the NFS it works, but
> not over NFS. The same goes for svnadmin commands, the only thing that worked
> was creating the repository with "svnadmin create".

What permissions do you have when you use it over NFS?
I've had it claim the above when i didn't have permission to even
change to/ view the directory (if you just don't have permission to open the db with write
access, you'll get a berkeley db error).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:08 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.