Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jun 1999 22:35:21 +0200 (CEST)
From:      Wilko Bulte <wilko@yedi.iaf.nl>
To:        FreeBSD-hackers@freebsd.org (FreeBSD hackers list)
Subject:   CVS repo shared via NFS, error?
Message-ID:  <199906052035.WAA99262@yedi.iaf.nl>

next in thread | raw e-mail | index | archive | help
Please bear with me if this is a FAQ, this is my first encounter with CVS.

I'm trying to share a CVS repository via NFS. CVSup had no troubles
to create an uptodate CVS repo. based on what is on the 3.1 CDs.
This repo is on NFS server 'yedi'. I also have a NFS client 'p100':

bash-2.02# cvs -R co -d . src
cvs checkout: existing repository /cvsroot does not match /cvsroot/src
cvs checkout: ignoring module src
bash-2.02# cvs -R co -d . -r RELENG_3_2_0_RELEASE src
cvs checkout: existing repository /cvsroot does not match /cvsroot/src
cvs checkout: ignoring module src
bash-2.02# ls /cvsroot/
.ctm_status     distrib         ports           www
CVSROOT         doc             src
bash-2.02# mount
/dev/da0s2a on / (local, writes: sync 8 async 105)
/dev/da0s2f on /tmp (local, soft-updates, writes: sync 2 async 14)
/dev/da0s2g on /usr (local, soft-updates, writes: sync 2 async 230)
/dev/da0s2e on /var (local, soft-updates, writes: sync 55 async 304)
procfs on /proc (local)
yedi:/local/CVS-repository-base/CVS-repository on /cvsroot (read-only)
bash-2.02# echo $CVSROOT
/cvsroot
bash-2.02#

What does this error try to tell me?

|   / o / /  _  	 Arnhem, The Netherlands	- Powered by FreeBSD -
|/|/ / / /( (_) Bulte 	 WWW  : http://www.tcja.nl 	http://www.freebsd.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906052035.WAA99262>