正在使用 VisualSVN 服务器 + Git 客户端(使用 git svn)是托管存储库的好解决方案吗?

发布于 2024-10-29 06:26:38 字数 173 浏览 8 评论 0原文

因为我已经在 Windows 7 上设置了 VisualSVN 作为 SVN 服务器,并且 Git 可以支持 Git SVN,所以

现在使用这两个是一个很好的解决方案 1)
2)从长远来看?

(也就是说,与使用运行 ssh 守护进程的机器设置 Git 存储库相反,这在 PC 上是非标准的)

Because I had VisualSVN already set up on Windows 7 as SVN server, and Git can support Git SVN, so will using these two be a good solution

1) for now
2) for the long term?

(that is, as opposed to setting up a Git repo with a machine running ssh daemon, which is non-standard on a PC)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

不顾 2024-11-05 06:26:38

Based on this blog post, it looks like git can co-exist happily on a VisualSVN server. I think probably the only bit you'd need to be wary of is the upgrade - if you separated all the git config stuff into a configuration file and then included it from the main one, you ought to be fine.

随心而道 2024-11-05 06:26:38

我在使用 git-svn 与 VisualSVN over https(受 NTLM 凭据保护)时遇到了麻烦。它似乎可以通过 http 与更常见的方案一起工作。

I've had trouble with git-svn vs. VisualSVN over https, protected with NTLM credentials. It seems to work aces over http with more usual schemes.

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