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.
Eric, > I can't even check out a project when logged in as Thomas, > let alone any individual file. CVSNT is entirely file driven - it doesn't know what a project or even a directory is, it just recurses through the files. Pick a single file and try this: cvs co -P module/path/to/file.ext > file.ext Have a look at file.ext and see if you got anything, if not then: cvs -ttt co -P module/path/to/file.ext > file.ext 2> file-err.txt And sent file-err.txt to my personal address. Regards, Arthur Barrett