Re: Changing the "native" newline mode
From: Ryan Schmidt <subversion-2010a_at_ryandesign.com>
Date: Fri, 12 Feb 2010 16:12:01 -0600
On Feb 12, 2010, at 16:05, Bob Archer wrote:
>> Is there any way to change the native newline mode for a particular
Bob, I think Glenn's saying that he has set svn:eol-style to native, and he's checking out on a UNIX OS but he wants the eol-style of the files to be native to Windows, not UNIX.
Unfortunately, Glenn, I don't see a way to do that. svn export has an option for this, but svn checkout doesn't.
--native-eol ARG : use a different EOL marker than the standard
I used to work at a company where we had the same workflow. We decided to never use svn:eol-style native. Instead, we set svn:eol-style to LF, and configured our Windows editors to know how to deal with such files.
|
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.