[cvsnt] Re: Basic Linux server install questions

David Somers dsomers at omz13.com
Sun Aug 14 21:00:26 BST 2005


Calvin Deiterich wrote:
> OK, I took your suggestion and changed the repository.
> When I run cvs admin I get a CVSROOT not defined.

Because you haven't defined the CVSROOT environment variable.

If its not defined, then you must prefix all commands with -d <repo>, where
repo is what you would normally specify in CVSROOT.

To create a repo, do (as root on the machine where cvsnt server is running)
something like:

 cvs -d /var/lib/cvsnt/bungle init -a bungle

Then to access it on the same machine, try

 cvs -d :local:/var/lib/cvsnt/bungle ls

>From a remote machine, it would be

 cvs -d :pserver:/bungle ls

-- 
David Somers
VoIP: FWD 622885
PGP Key = 7E613D4E
Fingerprint = 53A0 D84B 7F90 F227 2EAB  4FD7 6278 E2A8 7E61 3D4E



More information about the cvsnt mailing list