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

Re: (suspected) bug in subversion on WinNT...

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-06-30 20:39:15 CEST

On Tue, 2004-06-29 at 04:50, ASSART Rodrigues wrote:
> Hi,
>
> here is the problem:
> when i import foo.doc file into my repository, it is added in binary
> format.
> but when i check out foo.doc, every \n are converted into \r\n ...

You must have the 'svn:eol-style' property set to 'native'. Subversion
*never* changes the contents of files unless you set that property, or
set the 'svn:keywords' property. In which case, "don't do that". You
shouldn't be asking Subversion to change newlines in a binary file.

Perhaps you set that value accidentally via [auto-props] or something?

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