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

svn adds CR before LF on binary file

From: Chris Stankevitz <chris-01_at_stankevitz.com>
Date: 2004-08-18 17:17:56 CEST

Why did my cygwin subversion client insert a 0x0D character before a
0x0A character on checkout? The 0x0D charcter does not exist on the
linux checked-out version of this file. FYI, I commited the file from
linux.

The file - sail.wdr - is binary (details below). According to svn, it
has a mime-type of application/octet-stream. I did not do anything
special to commit this file - just a regular 'svn import'.

Thanks so much for your help!

Chris

===

cstankevitz@chris-lp /d/temp/temp/sail/src
$ svn info sail.wdr
Path: sail.wdr
Name: sail.wdr
URL: svn://192.168.1.106/sail/trunk/src/sail.wdr
Repository UUID: ad09ec46-aae1-0310-9aea-a992fa325a24
Revision: 3
Node Kind: file
Schedule: normal
Last Changed Rev: 2
Last Changed Date: 2004-08-15 16:28:15 -0700 (Sun, 15 Aug 2004)
Text Last Updated: 2004-08-17 23:06:23 -0700 (Tue, 17 Aug 2004)
Properties Last Updated: 2004-08-17 23:06:23 -0700 (Tue, 17 Aug 2004)

cstankevitz@chris-lp /d/temp/temp/sail/src
$ svn proplist sail.wdr
Properties on 'sail.wdr':
   svn:mime-type

cstankevitz@chris-lp /d/temp/temp/sail/src
$ svn propget svn:mime-type sail.wdr
application/octet-stream

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 18 17:20:54 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.