[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: Sander Striker <striker_at_apache.org>
Date: 2002-02-15 14:27:28 CET

> From: Jan Borsodi [mailto:jb@ez.no]
> Sent: 15 February 2002 14:17

> 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".

I don't know if berkeley db handles locking on NFS well. That might be the
problem. Has anyone checked the db documentation?

Sander

---------------------------------------------------------------------
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.