2012-01-19 34 views

回答

4

git svn info将包含您的git分支曲目的Subversion repo的URL。

$ git svn info 
Path: . 
URL: svn+ssh://svn.example.com/myRepository/myProject/trunk 
... 
1

您可以使用git svn dcommit --dry-run来查看dcommit会发生什么情况。