使用 Tortoise 将本地 SVN 迁移到 SVN 服务器
我在我的 PC 中使用 Tortoise 创建了一个 SVN 存储库来练习该结构,所以现在我有一个名为 svn_repos
的存储库及其内部结构,及其副本。
现在我想将存储库移动到服务器,但在存储库上右键单击找不到任何命令。
我一直在阅读文档,这应该在任何地方,但我找不到它。任何帮助都会受到欢迎。
I have created a SVN repository with Tortoise in my PC to practice with the structure so now I have a repository called svn_repos
with its internal structure, and a copy of it.
Now I want to move the repository to a server, but I cannot find any command rightclicking on the repository.
I have been reading documentation and this should be anywhere but I cannot find it. Any help would be welcomed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
TortoiseSVN 是一个 SVN 客户端。尽管它允许您创建存储库,但它不提供任何其他类型的管理设施。您必须自己将存储库复制到您的服务器(并设置服务、身份验证)等,而 TortoiseSVN 无法在此处为您提供帮助。
TortoiseSVN is an SVN client. Though it allows you to create repositories, it does not provide any other kind of administration facilities. You have to copy the repo to your server ( and setup serving, authentication ) etc. yourself and TortoiseSVN cannot help you here.