问题
I have a SVN repo and would like to use git from now on.
I tried to clone the repo with 2 approaches.
- Normal SVN checkout
- git svn clone
The first approach did just fine. Everything is fine and the project compiles. However, when I tried the second approach. I found that there were some files missing from the repo and therefore it wouldn't compile.
Any idea what's going here?
回答1:
Is your svn repository using svn:external?
See this article for more details on the migration process.
来源:https://stackoverflow.com/questions/10187580/files-missing-after-git-svn-clone