Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
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