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.
Sargon wrote: > Hello all > > Is there a way to prevent the LF->CRLF conversion of cvsnt when retrieving > non-binary files from a Unix-server? > > Our repository contains shell scripts, which we want to execute under the > Cygwin environment. If these files don't have UNIX line endings, that's not > possible. Using the cvs package of Cygwin solves this problem, but since > it's a terrible package performancewise, we'd prefer to use cvsnt. > Just update -k+L/commit -f on them to tell the server that they're unix text files. Tony