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.
On Tue, 10 Jun 2008 20:19:30 -0700, "siegfried" <siegfried at heintze.com> wrote: > >OK, I've installed 2.5.04 recently. I have a new project I want to have its >own repository. >So I edit my c:\windows\system32\drives\etc\hosts and add "127.0.0.1 >CVS_DBXML" Why in heavens name did you do this??? >Then I do > >bash-3.2$ cvs -d :pserver:siegfried:topsecret at CVS_DBXML/CVSNT/DBXML login >Logging in to :pserver:siegfried at cvs_dbxml:2401:/CVSNT/DBXML >bash-3.2$ pwd >/c/dev/sandboxes/DBXML What a strange thing to do in a Windows box with CVSNT installed... Why do you want to use cygwin's cvs and destroy the file line endings? They are created by Visual Studio 2005 and so have Windows line endings whereas cygwin presupposes UNIX line endings and will trash your files into the repository... HTH /Bo (Bo Berglund, developer in Sweden)