
9 Jul
2008
9 Jul
'08
9:24 p.m.
David Abrahams wrote:
Why not just svn diff the repository paths and avoid any vagaries about your local line endings?
Hum... Should work. I had tried svn merge --dry-run, but that doesn't really work. Later... Yes, svn diff on repository paths works fine. Very slow, but that doesn't really matter since this analysis only has to be done a few times per release cycle. Thanks, --Beman