From: K. G. <kim...@gm...> - 2008-09-02 13:34:46
|
Hi Glyn, On Tue, Sep 2, 2008 at 15:28, Glyn Matthews <gly...@gm...> wrote: > Hi, > > 2008/9/2 Kim Gräsman <kim...@gm...> >> >> Attached is a patch for the modified test.xml and adjusted >> localhost_tests.cpp. Unfortunately, TortoiseSVN seems to have trouble >> handling changes only in line endings, so whoever commits this may >> need to alter test.xml manually to make it use Unix line-endings. > > I don't think that is necessary, I think its possible to set it using > svn:eol-style: > > http://svnbook.red-bean.com/en/1.1/ch07s02.html#svn-ch-7-sect-2.3.5 That looks like it should keep it correct moving forward! I know my patch files contains Unix line-endings for the replaced lines, but it didn't seem to come through when I applied it -- that's probably because the default EOL style is native and so TSVN translates it (helpfully) into CRLF. So, if you would want to commit this, please do as Glyn suggests, and apply the svn:eol-style property to test.xml, set to LF. Thanks, - Kim |