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.
On Tue, 20 Apr 2004 16:29:25 -0000, "Mailings" <mailings at mystuff.ch> wrote: >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? > sserver isn't a command... Try cvs info, which lists the installed protocols. It sounds like you have it though. You should have a certificate file and a key file. The certificate file starts ---BEGIN CERTIFICATE--- and ends with --END CERTIFICATE-- and the key file starts with ---BEGIN RSA PRIVATE KEY--- and ends with ---END RSA PRIVATE KEY---. These need to be pointed to with the CertificateFile and PrivateKeyFile directives (as mentioned in the wiki article). Then you just login just like pserver, but use sserver instead. cvs -d :sserver:me at mymachine:/usr/local/cvs login Tony