On Apr 22, 2011, at 06:36, Stanimir Stamenkov wrote: > Is anyone aware of repository dump filter [1] which corrects the EOL style of > files, by initializing their svn:eol-style property in their first revision > according to the [auto-props] section [2], and then correcting the EOL style > in their content according to the svn:eol-style value? I've googled a bit > but couldn't find any such. > > [1] <http://svnbook.red-bean.com/nightly/en/svn.ref.svnadmin.c.dump.html>, > <http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html#svn.reposadmin.maint.filtering> > [2] > <http://svnbook.red-bean.com/nightly/en/svn.advanced.confarea.html#svn.advanced.confarea.opts.config>
I'm not sure if it exactly addresses everything you want, but have you looked into svndumptool, specifically its "eolfix" command? http://svn.borg.ch/svndumptool/