From: "Mark E." To: Eli Zaretskii , djgpp-workers AT delorie DOT com Date: Wed, 7 Mar 2001 17:24:36 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: symlink testcase failure Message-ID: <3AA66ED4.28742.7DEEF@localhost> In-reply-to: <2593-Wed07Mar2001224458+0200-eliz@is.elta.co.il> References: <3AA635FB DOT 23622 DOT 2F5C23 AT localhost> (snowball3 AT bigfoot DOT com) X-mailer: Pegasus Mail for Win32 (v3.12c) 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 > Was the problem in the CVS repository or in your local sandbox? 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. Mark