see differences between branch and trunk [svn]

196 Views Asked by At

I just resolved a few conflicts in my branch manually and now, to confirm I got everything, I would like to see which files in my branch are different from the ones in trunk(before I even look at the difference in more detail). How can I do this?

Thanks!

1

There are 1 best solutions below

0
On

I guess I can do
$ svn diff ^/trunk . | less
from my branch directory and watch for items tagged with -.