Re: fixcrlf (Was: svn commit: rev 57421)

2004-11-12 Thread David Crossley
Davanum Srinivas wrote: David, my guess is that since everything was migrated from CVS to SVN, probably the files were in bad shape in CVS itself... Ah, then one of us needs to do a 'dos2unix' (or the other way around depending on our OS) and make sure the eol-style=native. Anyway, the build sci

Re: fixcrlf (Was: svn commit: rev 57421)

2004-11-12 Thread Davanum Srinivas
David, my guess is that since everything was migrated from CVS to SVN, probably the files were in bad shape in CVS itself... -- dims On Fri, 12 Nov 2004 20:33:26 -0700, David Crossley <[EMAIL PROTECTED]> wrote: > Using Ant fixcrlf does not make sense with SVN > does it? Surely the committer has

fixcrlf (Was: svn commit: rev 57421)

2004-11-12 Thread David Crossley
Using Ant fixcrlf does not make sense with SVN does it? Surely the committer has to just do 'svn propset svn:eol-style native" for the text files after doing 'svn add' or configure their svn client to do it. Similarly setting the mime-type for PDF. --David dims wrote: Author: dims Date: Wed Nov 10