0

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!

stdcerr
  • 13,725
  • 25
  • 71
  • 128

1 Answers1

0

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

stdcerr
  • 13,725
  • 25
  • 71
  • 128