有没有办法让 Git 服务器支持 svn 客户端请求

发布于 2024-12-27 20:27:10 字数 150 浏览 1 评论 0原文

我们正在寻求将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

少年亿悲伤 2025-01-03 20:27:10

如果您正在使用 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.

死开点丶别碍眼 2025-01-03 20:27:10

有一个通过 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文