Ivan Jovanovic writes: > > 3. when cvsd instalation ask me for cvs repository, I entered /cvs (second > time I entered /mnt/sdc/cvs) - anyway, this variable is defined under > /etc/inetd.conf file under Repos...so it can be changed
That isn't NFS mounted, is it? NFS mounted repositories are a good way to lose data. > 7.edit /etc/inetd.conf file: > cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/mnt/sdc/cvs > server first part /user/bin/cvs - path to cvs [...] > when I try to login on local server, with: cvs -d :pserver:[EMAIL > PROTECTED]:/cvs > login > after entering password, I receive error:/cvs: no such repository The repository you specify must exactly match one of the --allow-root options specified for the server. -- Larry Jones What a stupid world. -- Calvin
