[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problems with actual cygwin subversion

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-04-30 15:04:18 CEST

Carsten Schlote wrote:
> I encountered some problems, if you configure cygwin to automatically use
> CRLF expansion (DOS mode). It seems to corrupt files in .svn and probaly
> files marked as binary (Base checksum mismatch on... problem).

That's correct. As far as Subversion is concerned, Cygwin == Unix, so
Subversion does no EOL translation when checking out the files from the
repository. The DOS mode hack changes the file's contents behind the scenes, so
this messes up the checksums as you've found. As long as you use binmode mounts
and not textmode, you are fine.

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 30 15:04:17 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.