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.
Alfred, It's always best to do administration tasks on the command line. WinCVS includes the CVSNT command line client - but you probably want to upgrade to the latest 2.5.03.2382 release. > I went to 'Remote' menu in WinCVS->'Create a New Repository'-> Set my > CVSROOT to > ':sspi;username=administrator;password=<password>;hostname=216 > .171.173.133:/Test' That format is deprecated. Use :sspi:216.171.173.133:/Test This format will use your current username and password automagically. If you really need to use the Administator account then you need to do cvs login: cvs -d :sspi:DOMAIN\Administrator at 216.171.173.133:/Test login Do not put passwords in the CVSROOT, you will be promted for a password if needed. The likely problem is that the Administrator user CVS is picking up is not the DOMAIN Administrator (or vice versa). Regards, Arthur