在linux環境下,使用svn co (即svn checkout) 報svn: Authorization failed錯誤,html
使用svn co svn://localhost/temp.cc /data/temp.cc 時仍是報:svn: Authorization failedlinux
請更換賬號再次遷出svn
svn co svn://localhost/g.cc /data/wwwroot/g.cc/ --username svnAccount
當系統提示您時輸入您的用戶密碼。此密碼應與您在本站點中的用戶賬號的密碼相同。不指定目錄將簽出整個項目源代碼。您可能但願簽出「trunk/」目錄,由於此目錄具備工做「www/」文件夾。ui
--revision (-r) REV, --quiet (-q), --non-recursive (-N), --username USER, --password PASS, --no-auth-cache, --non-interactive, --config-dir DIR
code