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.
Glen Starrett wrote: > Could he use cvsnt for both win32 and cywin environments? I would think > CVSNT could be compiled under cygwin, right? No, the problem is that Cygwin changes the EOL character on the fly for textmode mountpoints. This just came up on the Subversion list for similar reasons. My suggested fix was to force binmode for Cygwin file access. Something like this should do it: alias cvs="CYGWIN='$CYGWIN binmode' cvs" but I don't know if will fix the problem with CVS (the OP never replied whether it fixed SVN either). HTH John