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

Cygwin/svn;v105: binary files specified with eol-style: native getting crlf-corrupted

From: Karr, David <david.karr_at_wamu.net>
Date: 2004-07-19 03:57:11 CEST

My platform is Cygwin, which has svn v1.0.5.

I'm trying to get files from a repository to do a build of a java
project. Several of the files in the repository are jar files.
Numerous people have checkedout the system and have been able to do a
build. Most of them are not using Cygwin, but one person tried it.

When I do this, the jar files appear to get crlf-corrupted. Byte values
of "0a" are getting translated to "0d0a". At first, I had a mostly
blank $HOME/.subversion/config file (all lines commented out). I then
tried uncommenting the "[miscellany]" and "enable-auto-props = yes"
lines, along with the "[auto-props]" section, which specifies a bunch of
file extensions to treat as "eol-type" of "native". I also added an
additional line to this to do the same for ".jar", which wasn't in the
original list. This has no effect, however. I tried removing the local
file and re-updating, but the update still has the corrupted file.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 19 03:58:00 2004

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

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