簡體   English   中英

VisualSVN Server:使用svnadmin工具進行備份

[英]VisualSVN Server: taking backups using svnadmin tool

我在Windows Server 2008上安裝了VisualSVN Server。我試圖使用svnadmin工具創建hotcopy備份。 好像我沒有安裝這個工具:

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 Server是否包含svnadmin工具? 我怎樣才能獲得這個工具?

我實際上找到了解決方案:

我在這個文件夾中有這些工具:C:\\ Program Files(x86)\\ VisualSVN Server \\ bin。 我只需將其添加到路徑環境值中。

實際上,您不需要添加環境變量的路徑。 您收到該錯誤的原因是因為您在C:\\但SVN管理員位於其他位置。 只需遍歷它所在的目錄並執行相同的操作即可。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM