On Fri, Jun 01, 2007 at 12:34:49AM +1200, Ralph Versteegen wrote: > On 5/31/07, James Paige <[EMAIL PROTECTED]> wrote: > > On Wed, May 30, 2007 at 05:10:53PM +1200, Ralph Versteegen wrote: > > > On 5/30/07, Bob the Hamster <[EMAIL PROTECTED]> wrote: > > > > > > > Hopefully this doesn't break! > > > > > > > > > > > > No, id doesn't break in any obvious way that I can see yet, but why > > > > > > are > > > > > > you doing this now instead of after ubersetzung? > > > > > > > > > > > > > > > > Because it looks silly when you package releases with mangled text > > > > > files. (But mostly because those lineendings were just annoying me too > > > > > much.) > > > > > > > > ARG! I just remembered why this is such a bad thing to do right now! > > > > > > > > When you change the line endings of every single file, "svn diff" > > > > becomes utterly useless for all problems that cross before/after the > > > > revision where you commited the change :( :( :( > > > > > > Wow, that's what I meant by something breaking. I didn't notice > > > because strangely enough TortoiseMerge only shows the lineendings that > > > actually changed (a couple of lines in mixed files only), while diff > > > shows either every single line, or none at all with "svn diff -x > > > --ignore-eol-style". They really ought to make that the default :( > > > > I guess -x --ignore-eol-style is an adequate workaround for now. > > > > We might as well fix all the line endings to native now, since we > > already have the line ending disruption, let's get it over with > > correctly now. > > > > --- > > James Paige > > OK. Apologies for not asking first. > .bat and .sh too? Should other text files like .xsl be set? Prehaps > you can make that commit. > > TMC
Hmm... I think .bat should always be dos and .sh should always be unix. It does mean a small risk of line-ending problems when editing one of those on the opposite platform, but .bat files may be executed in Windows under dosemu, dosbox or wine, so they should be dossy there, and .sh files can be executed under bash on windows, so they should be unixy there. I'll make the update this morning. --- James Paige _______________________________________________ ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
