在任何计算机上进行 SVN TORTOISE 备份
有任何疑问: SVN默认硬盘路径在哪里? 如何在局域网内任意一台电脑上备份svn?
您应该在计算机上安装 Windows,我们不需要破坏数据 我们使用 svn 服务器 čolabnet .... 锄头要做这个? 请帮忙
Have any question:
Where SVN default path on hard disc?
How to backup svn on any computer in lan?
You should install Windows on your computer and we need to not destroy data
We use the svn server čolabnet ....
Hoe to do this?
PLEASE PLEASE HELP TO
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您参考用户设置,它们驻留在%APPDATA%/ Subversion中,但这些并不是很重要,存储在那里的最重要的数据是存储库的密码,如果您丢失了,您可以重新输入它们您的密码文件。
如果您引用 svn-sandbox(签出目录),您只需将其复制到您想要的任何位置,您仍然可以访问它。
如果您引用服务器端 svn-repository 本身,则应使用命令 svnadmin hotcopy 来克隆存储库。
If you refer to the user settings, they reside in %APPDATA%/Subversion, but those are not very important, the most important data that is stored there are the passwords for the repositories, and you can just type them in again if you loose your password file.
If you refer to the svn-sandbox (the checkout directory), you can just copy it anywhere you want and you will still be able to access it.
If you refer to the server-side svn-repository itself, you should use the command
svnadmin hotcopy
to clone the repository.