On 3/1/07, Jeremy Boynes <[EMAIL PROTECTED]> wrote:
On Mar 1, 2007, at 1:00 AM, Simon Laws wrote: >> Apologies Jeremy. This is entirely my fault. I'm running with the svn > client native settings here ( > http://svn.apache.org/repos/asf/incubator/tuscany/cpp/etc/svn- > config) rather > than the java setting here ( > http://svn.apache.org/repos/asf/incubator/tuscany/java/). I'll look > to see > if we can consolidate, or at least make them the same, as this gets > confusing for anyone who has the desire to look at both projects. We should probably consolidate the two but I'm not sure that this is the problem here. Once the property is set then it should be respected regardless of the auto-props setting. For this file, I have: $ svn propget svn:eol-style src/test/resources/org/apache/tuscany/sca/ runtime/standalone/smoketest/LauncherUsage.txt native which AIUI would mean \n on OSX for me and \r\n on Windows for you. Two things I can think might mess this up: * Cygwin's mount options which can give everything Unix still line endings * Some 'smart' tooling which is somehow overriding the property Can you try removing this file and checking out again using command- line svn client from a genuine Command box and see what you get? -- Jeremy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Jeremy
You are correct. It was just cygwin messing things up. Checked out under Tortoise and all is well. Thanks for your help. Simon
