正在使用 VisualSVN 服务器 + Git 客户端(使用 git svn)是托管存储库的好解决方案吗?
因为我已经在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
基于这篇博文,看起来 git 可以在 VisualSVN 服务器上愉快地共存。我认为你唯一需要警惕的是升级 - 如果你将所有 git config 内容分离到一个配置文件中,然后将其从主文件中包含进来,你应该没问题。
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.
我在使用 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.