On Mar 13, 2013 1:23 AM, "Justin Mclean" <jus...@classsoftware.com> wrote:
>
> Hi,
>
> More encouraging is that I've did a MD5 check on every single file in the
Flex SDK SVN repo vs the Flex SDK Git repo (develop branches) and there's
no differences (other than TLF).
>
> Combination of commands:
> find <svn repo path> -exec md5 "{}" \; > MD5svn.txt
> find <git repo path> -exec md5 "{}" \; > MD5git.txt
> cat MD5svn.txt | grep -v ".*\.svn.*" > MD5modsvn.txt
> cat MD5git.txt | grep -v ".*\.git.*" > MD5modgit.txt
> diff MD5modsvn.txt MD5modgit.txt
>
> Justin
>
>

You and your fancy commands :-)  I just used ExamDiff to do a folder diff
to do the same thing.  I did see a couple of mis-matches related to file
endings, though.  Not sure if MD5 takes that into account.

Om

Reply via email to