有没有办法让 Git 服务器支持 svn 客户端请求
我们正在寻求将 svn 存储库迁移到 git 存储库。
我们希望允许开发人员继续在服务器上使用 svn 命令,并且我们不想用 git-svn 客户端来教育我们的 git 用户。
我们看到github有能力做到这一点。 你知道我们如何才能实现这种行为吗?
We are looking to migrate our svn respository to a git one.
We want to allow developers to continue using the svn command on the server and we do not want to educate our git users with git-svn client.
We saw that github has the ability to do so.
do you know how we can achieve that behavior?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您正在使用 TortoiseSVN 之类的东西,那么迁移到 Git 并继续使用 TortoiseGit 应该非常简单。除此之外,没有任何 SVN 客户端可以与 Git 交互。
If you are using something like TortoiseSVN, it should be pretty straightforward to migrate to Git and continue to use TortoiseGit. Other than that, there are no SVN clients which can talk with Git.
有一个通过 svn 协议提供 git 存储库的项目: https://github.com/bozaro/git- as-svn
There is project for serving git repository by svn protocol: https://github.com/bozaro/git-as-svn