svn - How to perform a diff between each pair of files of a directory (and it's sub-directories)? -


i have 2 versions of project in 2 folders. i'd make diff of every pair of identical file in each directory.
want (tortoise) svn between working copy , repository, locally.

is possible use svn diff between local folders ?

thanks.

so maybe recursive ordinary diff on 2 directories?


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -