在任何计算机上进行 SVN TORTOISE 备份

发布于 2024-12-03 07:22:54 字数 124 浏览 1 评论 0原文

有任何疑问: 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 技术交流群。

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

发布评论

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

评论(1

情深如许 2024-12-10 07:22:54

如果您参考用户设置,它们驻留在%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.

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