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

Re: forcing eol-style to be different from native or declare what navive means

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-09-19 18:23:41 CEST

M. Reppisch wrote:
> Hi,
>
> for some reasons i need to checkout sources on a different machine (W32)
> than they will be used later.
> Eg: tgz and scp them to a linux box (LF) which itself is not able to
> contact the svn.
> Maybe the files are then modified on linux (LF) and changes are
> backpropagated to the W32 box.
> The copying is done binary. Using dtox or recode, or ftp mode=text on
> the linux-box is not an option since it touches the file and makes it
> "changed" to the repository.
> The file-props in svn are default (i think eol-style=native is the
> default) which is ok for all other developers who checkout local.
> So svn:eol-style should not be changed.
> For obvious reasons it woud be nice if i could tell tsvn that "native"
> means LF in this special case and not "CRLF".

The default is *not* native for svn:eol-style. The default is *not set*,
which means the eol's used in a file are preserved, even if you have a
file which has mixed eol's in it.

Try setting svn:eol-style to native.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Sep 19 18:23:48 2006

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

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