需要将代码从托管的 svn 存储库移动到生产服务器

发布于 2024-10-08 14:46:45 字数 106 浏览 2 评论 0原文

我本来打算进行导出,但由于存储库是外部托管的 svn,它是一个 https:// 地址,导出命令(torotoise svn)不允许使用该地址。我如何移动代码? (生产服务器是另一个外部托管地址)。

I was going to do an export but since the repo is externally hosted svn it's a https:// address which is not allowed with export command(torotoise svn). How do i move the code? (The production server is another externally hosted address).

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

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

发布评论

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

评论(1

澉约 2024-10-15 14:46:45

可能我没有正确理解你的意思,但是你当然可以使用 tortoiseSVN 的导出命令 https://

你尝试过吗?您的具体错误消息是什么?

否则,您可以使用命令行:

svn export <YOUR_REPO_URL> <PATH(optional)>

May be I do not understand you correctly, but of course you can use the export-command of tortoiseSVN with https://

Have you tried it? What is your exact error message?

Ohterwise you can use the commandline:

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