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.
"Keith D. Zimmerman" <kzimmerman at eshcom.com> wrote in message news:mailman.171.1044455340.22290.cvsnt at cvsnt.org... 2. Also, when entering a full path, we cannot use a ':' in the path. Ie: cvs -d :ext:keith at server2:/e:/network/g-drive/cvsrepo/ <---does not work, instead, I am forced to use a file share. Ie: cvs -d :ext:keith at server2://server2/g-drive/cvsrepo I think you could probably get it to work using this: cvs -d :ext:keith at server2:/e//network/g-drive/cvsrepo/ so /e:/ should be /e// Koen