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.
> From: Yunfeng Xu [mailto:yunfeng51 at yahoo.com] > But I don't know how to choose the protocol and how to setup > cvs administrator accout and user account. So I assume that I > can use windows users as cvs user. And try: > > set cvsroot=:pserver:administrator at mypc:/cvs/cvsrepo > cvs login Try instead :sspi:myserver:/cvs/cvsrepo and don't log in. Replace 'myserver' with the name of your server. If all your clients are Windows boxes, SSPI is by far the simplest protocol. Also, you may wish to use the CVSNT control panel applet to set up a repository prefix rather than using /cvs/cvsroot. This will make your life *much* easier when you need to move the repository around on the disk. - Peter