为什么`git remote`不会在我的git-svn repo上列出任何东西?
问题描述:
做完git svn init -s <url to repo>
后,git remote
没有列出任何遥控器。为什么?为什么`git remote`不会在我的git-svn repo上列出任何东西?
答
因为subversion“remote”不是真正的git remote。尝试git svn info
以查看Subversion存储库的远程信息。
啊哈。这很有用。我试图解决的主要问题在这里描述,也许你有什么要补充的:http://stackoverflow.com/questions/4168411/how-does-git-svn-know-which-branch-to-dcommit-至 – 2010-11-15 18:39:05