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.
> CVSROOT=:pserver:127.0.0.1 at 2401:c:\cvsrepo > CVSROOT=:pserver:127.0.0.1 at 2401:\drivers > CVSROOT=:pserver:127.0.0.1 at 2401:c:\cvsrepo\drivers All of them look to be wrong, i.e. you never use drive letters for a remote repository, and a user is needed to log with pserver. How did you setup your repository? If your repository is /cvsrepo, then you should use something alike: :pserver:<user>@<host>:/cvsrepo The port can be omitted if it is the default one.