是否可以向从 Subversion 存储库主干克隆的 git svn 存储库添加分支?
我有一个 git-svn 存储库,最初是从 svn 存储库的主干克隆的,如下所示:
http://server/svn/MxProject/trunk
由于我只克隆了主干,没有获取分支目录,有没有一种方法可以在不进行完整克隆的情况下访问分支?
I have a git-svn repository I had originally cloned from an svn repo's trunk, like so:
http://server/svn/MxProject/trunk
Since I cloned only the trunk and didn't grab the branches directory, is there a way I can access the branch without doing a full clone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然,我在发布问题后找到了解决方案,哈哈。希望这有助于为其他人指明正确的方向:
我在这篇 SO 帖子中找到了解决方案。
Of course, I found the solution AFTER I posted the question lol. Hope this helps point someone else in the right direction:
I found the solution on this SO post.