From: "Tim Van Holder" To: , "Eli Zaretskii" Subject: RE: symlink testcase failure Date: Thu, 8 Mar 2001 18:33:36 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-Mimeole: Produced By Microsoft MimeOLE V5.50.4133.2400 In-reply-to: <3AA66ED4.28742.7DEEF@localhost> Importance: Normal Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > local. I use cvs from the wincvs distribution which by default > stores files > in DOS format. The symlink file in question contains LFs. The LF->CRLF > conversion changed the file size which made the symlink routine return an > error because the file size was wrong. I'd suggest checking out the entire tree again, with CVSUSEUNIXLF set in the environment, or '--lf' added to the options (in your .cvsrc). This _should_ help, I think, as it preserves line endings. This will only work from 1.1b16 onwards, I think. WinCVS 1.2 definitely supports it.