[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: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2002-02-15 12:46:46 CET

Firstly, please send mails like this to dev@subversion.tigris.org. The issues
list pretty much receives messages from the web-based issue-tracker.

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.
>
> Also is there a way to hide files as I can do in CVS (.cvsignore)?
There is an svn:ignore property which can be set on directories. The value of
the property should be a newline separated list of patterns to ignore.

For example:
$ vi props # Set patterns here.
$ svn propset svn:ignore -F props # Read value from file.
$ svn commit

or

$ svn propset svn:ignore "somepattern to be ignored"
$ svn commit

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     "Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  • application/pgp-signature attachment: stored
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.