【问题标题】:VisualSVN Server: taking backups using svnadmin toolVisualSVN 服务器:使用 svnadmin 工具进行备份
【发布时间】:2011-04-28 00:23:18
【问题描述】:

我已经在 Windows Server 2008 上安装了 VisualSVN 服务器。我试图使用 svnadmin 工具创建一个热拷贝备份。好像没有安装这个工具:

C:\>svnadmin hotcopy C:\Repositories\Develop C:\temp\svnbackup
'svnadmin' is not recognized as an internal or external command,
operable program or batch file.

VisualSVN 服务器是否包含 svnadmin 工具?我怎样才能得到这个工具?

【问题讨论】:

    标签: svn backup windows-server-2008 visualsvn-server


    【解决方案1】:

    我居然找到了解决办法:

    我在这个文件夹中有这些工具:C:\Program Files (x86)\VisualSVN Server\bin。我只需要将它添加到路径环境值中。

    【讨论】:

    • VisualSVN 服务器将其路径添加到环境变量中。请参阅 %VISUALSVN_SERVER% 变量。
    【解决方案2】:

    其实你不需要添加环境变量的路径。您收到该错误的原因是因为您位于 C:\ 但 SVN 管理员位于其他位置。只需遍历它所在的目录并执行相同的操作即可。

    【讨论】:

      猜你喜欢
      • 2012-05-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-04-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多