When using SVN 1.6 good old svn merge --dry-run --revision BASE:HEAD .
would tell me.
Now with SVN 1.7 this merge won't work because the the WC is mixed revision (i.e. SVN update has not been run after commiting).
I want to know if any conflicts will occur before running the SVN update.
It seems a bit chicked and egg now.
Any ideas please?!