我在服务器上设置了一个空的 svn,并且一直在本地进行提交。现在我希望将我的 repo 提交到 svn 服务器。为此,我尝试了:
git-svn checkout http://remote.svn.server.com
git-svn dcommit
Git抱怨说:
Use of uninitialized value in concatenation (.) or string at /usr/bin/git-svn line 411.
Committing to ...
Unable to determine upstream SVN information from HEAD history
由于我首先在本地计算机上开始,并且在线回购是空的,所以我找不到任何有关如何使这项工作的信息。