You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Paul Maier <sv...@web.de> on 2011/01/20 01:47:08 UTC

svn co --native-eol LF ?

Hi there,

I have some files in the repo with svn:eol-style=native.
With svn export I have the argument --native-eol, how to treat this.

Is there a way to do something similar with svn co? 
I mean to create a working copy, with the files having other than
the system's native file ending?
(I know, I could change svn:eol-style from native to LF in the repo,
but that's not what I want.)

Where does svn determine, what the system's setting is for "native"
and can I change this setting as an end user? Is it in a config file?

Thanks & regards,
  Paul
 


svn co --native-eol LF ?

Posted by Paul Maier <sv...@web.de>.
Hi Daniel,

thank you for having replied.

Wouldn't "svn co --native-eol <PAR>" be a nice feature for the future?

I work with Cygwin on a Windows machine, and with this I could 
have WCs for both environments with the same binaries.

The flag could be stored somewhere in the WC's data.

What do you think?

Regards,
  Paul.
 

> -----Ursprüngliche Nachricht-----
> Von: Daniel Shahaf [mailto:d.s@daniel.shahaf.name] 
> Gesendet: Donnerstag, 20. Januar 2011 17:52
> An: Paul Maier
> Cc: users@subversion.apache.org
> Betreff: Re: svn co --native-eol LF ?
> 
> Paul Maier wrote on Thu, Jan 20, 2011 at 01:47:08 +0100:
> > Where does svn determine, what the system's setting is for "native"
> > and can I change this setting as an end user? Is it in a 
> config file?
> 
> You'd have to recompile.


Re: svn co --native-eol LF ?

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
Paul Maier wrote on Thu, Jan 20, 2011 at 01:47:08 +0100:
> Where does svn determine, what the system's setting is for "native"
> and can I change this setting as an end user? Is it in a config file?

You'd have to recompile.