我在这个布局中有我的svn存储库:
trunk
branches
|--feature
tags
|--project-version1
|--project-version2
我使用git svn创建这样的git项目:
git svn clone https://my.svn.repo -T trunk -t tags -b branches
之后我尝试了:
git svn rebase
得到错误:
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions
log --no-color --no-decorate --first-parent --pretty=medium HEAD: command returned error: 128
我不知道为什么会出现这个错误。你能帮我指出错误吗?
谢谢,