git-svn clone file integrity -


i responsible moving projects svn repository git. found out workflow easy, not more simple

git svn clone --stdlayout <svn-repo> <git-repo> cd <git-repo> java -jar ~/svn-migration-scripts.jar clean-git --force 

the svn-migration-scripts.jar can found @ atlassians git migration guide, converts remote branches , tags normal git branches , tags.

however, can sure after performing these steps local git repository contains same files svn repo? after reading files missing after svn clone i'd sure there no differences in both repositorys. colleague suggested writing script checks out every branch in git , svn, , compares hash sum of every file. searched tool this, couldn't find one.

is there tool out there compares repositories against each other? or functionality built-in in git-svn? i'd thankful suggestion or idea have.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -