我已經設置了svn的遠程服務器無法連接到SVN - 找不到指定的文件
# svn info
Path: .
URL: file:///root/svn/dadilja/trunk
Repository Root: file:///root/svn/dadilja
我試圖使用TortoiseSVN
svn+ssh://[email protected]:PORT/root/svn/dadilja/trunk
並獲得
「無法在URL 連接到存儲庫「SVN + SSH://用戶名@ SERVER:PORT /根/ SVN/dadilj a/branches/dev' 無法創建隧道:系統找不到指定的文件。
我不知道該怎麼辦? /root/svn/dadilja/trunk
路徑並不存在。在/root/svn/dadilja
我有東西,如db
,locks
和conf
。然而同一臺機器上結帳工作正常使用
svn co file:///path
編輯: ommiting端口不能解決問題
你有沒有SVN服務器上安裝的svnserve?請參閱http://civicactions.com/blog/2010/may/25/how_set_svn_repository_7_simple_steps – bahrep
nope,如果svn + ssh方法失敗,我可能會這樣做 – srgb