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.
> From: Sargon > 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. You don't want the bytes in the files to change when they're checked out. That tells me that your scripts are in fact binary files, and should be checked in as such. - Peter