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.
Hi everyone! I'm trying to use CVSNT on a linux server. Installation using: ./configure make make install did work fine and connecting to the server using pserver works fine as well. But, how do I set up a sserver connection? I have created the certificate authority and a certificate like in the tutorial at cvsnt.org. I have copied the certificate to /etc/cvsnt/cert.pem and added it to the PServer config file: CertificateFile=/etc/cvsnt/cert.pem PrivateKeyFile=/etc/cvsnt/cert.pem How do I now use the sserver functionality? I have noticed that when I use cvs -H sserver to check for the protocol it can't find it. Am I missing something? ./configure reports: checking support for sserver protocol... yes Thanks!