Hello.
I'm movimg a repository from sourcesafe to subversion and i need to ensure that vital points are equal. Is it any existing command / tool for windows that allows me to compare two folder trees that they are equal (has equal folder structure and files of same content)? The ideal will be something command-line like:
some_cool_compare c:\current_vss c:\current_svn -exclude .svn;*.vspscc;*.scc
Is it some tool / command exist or i need to write a script of my own?