I have two versions of a project in two folders. I'd like to make a diff of every pair of identical file in each directory.
I want what (Tortoise) SVN does between a working copy and a repository, but locally.
Is it possible to use SVN diff to do this between to local folders ?
Thanks.