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.
Additionally an rtag with one module listed works, but with 2 or more listed on the command line fails. Examples that work: cvs -d :sspi:server/repos rtag MYTAG dir/module1 returns: cvs rtag: Tagging dir/module1 cvs -d :sspi:server/repos rtag MYTAG dir/module2 returns: cvs rtag: Tagging dir/module2 Example that does NOT work: cvs -d :sspi:server/repos rtag MYTAG dir/module1 dir/module2 returns: cvs rtag: Tagging dir/module1 cvs [rtag aborted]: Error communicating with lock server (send) All other operations work fine. I do not believe this to be a network issue. I have tried to use localhost, 127.0.0.1, and the real fixed IP of the server in the config for the lockserver, and all act the same. Port is set to 2402. Dan