如何将本地git存储库上传到空(新)subversion远程存储库?
我不需要保留我的提交历史记录,我只需要将文件上传到远程服务器。
我尝试过设置远程存储库并使用git svn提交:
git svn init https://path.to.subversion/project/trunk
git svn dcommit
然而我收到错误:
"Unable to determine upstream SVN information from HEAD history."
请有人可以提供建议吗?
答案 0 :(得分:0)
使用git svn init https://path.to.subversion/project -T trunk -b branches -t tags
将您的文件复制到/执行任何您想要/工作的普通Git仓库(提交等)
一旦提交了所有内容,请使用git svn dcommit