David Crossley wrote:
for /r %A in (*.xml) do dos2unix %A
for /r %A in (*.xml) do svn propset svn:eol-style native %A
But why would you do dos2unix on a windows system?
Shouldn't it be unix2dos i.e. native?
every time i run forrest and then want to check in the new site into
svn, i have to do this, or SVN will complain. running the command above
fixes this.
Each committer must ensure that patches and new files
have line-endings appropriate for their own system. Then ensure
that your svn client automatically sets the 'svn:eol-style native'.
http://www.apache.org/dev/version-control.html#https-svn
i have this set up, doesn't matter for updates
People using fancy IDEs, i wonder if you would be better to do
your svn operations with the command-line client.
it's not fancy, and has nothing to do with IDEs, sorry ;)