Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
运行后:
git svn clone https://svn.mycompany.eu/project/trunk
有一些缺失的修订(例如总修订的 4700 中的 500)。这是一个问题,因为我们在 Trac 中加入了许多提交和许多任务。有人可以帮忙吗?
你只克隆了主干,所以 git-svn 没有检测到任何分支。尝试:
git svn clone -s https://svn.mycompany.eu/project
奇怪的是那些缺失的修订版。如果您的项目不遵守 SVN 约定,则需要告诉 git svn 在哪里可以找到这些分支。