I am working on a unix machine & I did a diff on my old sandbox:
svn diff -x -w . > ~todays.diff
and applied the patch on a new sandbox:
patch -p0 -i ~todays.diff
but I am getting these errors:
Hmm... The next patch looks like a unified diff to me...
The text leading up to this was:
patch: **** misordered hunks! output would be garbled
What am I doing wrong here?