2012-01-19 63 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會發生什麼情況。

相關問題