This is the scenario, we have a project using svn as repository, which has a typical svn hierarchy like below: project-name | |--- branches | |--- tags | |--- trunk. At the early stage, I checkout the trunk directory using git-svn to development the ...