镜像和 SVN 存储库问题
我正在尝试将存储库镜像到我的本地计算机。据我所知,解决此问题的最佳方法是使用 svnsync。当我去设置这个时,我收到错误消息,指出 svnadmin 和 svnsync 是未知命令。我需要下载一个插件才能执行这些命令吗? svn 的基本命令行命令运行良好,例如结帐、更新等
I am trying to mirror a repository to my local machine. From what I have read the best way to approach this is using svnsync. When I go to set up this i am getting errors back that svnadmin and svnsync are unknown commands. Is there an add on I need to download to be able to perform these commands? The basic command line commands for svn are working fine such as checkout, update, etc
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的svn是什么版本? 使用新版本subversion 1.4 提供了一个名为 svnsync 的新工具,您可以使用它轻松维护镜像存储库。
What is the version of your svn? With the new version of subversion 1.4 you have a new tool called svnsync with which you can maintain mirror repositories quite easily.