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.
Ciao Roberta, >> What is in your /etc/xinetd.d/cvspserver file? > This is my /etc/xinetd.d/cvspserver: > > service cvspserver > { > port = 2401 > socket_type = stream > protocol = tcp > wait = no > user = root > passenv = PATH > server = /usr/local/bin/cvs > server_args = -f --allow-root=/usr/cvsroot pserver > } Change server_args to server_args = -f -C /etc/cvsnt pserver Also, unless you want public access, add something like: only_from = 10.0.0.0/24 192.168.0.0/16 /etc/cvsnt should contain the configuration files which are normally put there when you installed the software... ensure that you set up PServer correctly to tell cvsnt where your repository roots will be. (cp PServer.example PServer then edit as required.) [snip] > Excuse me! I made an error in the Newsgroup's configuration. I hope now > It's ok! Its ok now... sometimes software will use very silly defaults. -- David Somers - typographer/programmer/whatever Random (and sometimes useful) stuff blogged at http://www.omz13.com