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

Re: Checking out to NFS directories

From: Scott Wegener <swegener_at_opsware.com>
Date: 2004-11-18 16:21:04 CET

Berthold Höllmann wrote:
> Hello,
>
> I try to checkout a project to a NFS directory, but get:
>
> svn co svn://srverc/PyANSYS/trunk/
> svn: Can't set file 'trunk/.svn/entries' read-only: Stale NFS file handle
>
> The client SVN version is
>
>
>>svn --version
>
> svn, version 1.0.6 (r10360)
> compiled Sep 13 2004, 09:42:00
>
> On the server
>
>
>>ssh srverc svn --version
>
> svn, version 1.1.1 (dev build)
> compiled Oct 21 2004, 13:23:14
>
> is installed. Is it a problem of out NFS installation or a Subversion
> problem.
>
> Thanks
> Berthold

So I'm assuming the svn server is itself writing to NFS for the
repository? Login to the server and remount the filesystem in question.

Stale NFS handles are generally caused when the NFS server itself goes
does or 'hiccups', and clients don't realize the NFS server has
disconnected.

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 18 16:21:41 2004

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.