我試圖在SVN 1.7上創建一個標記。URL之間的SVN副本失敗
同時努力: svn copy svn://svn-rep.domain/dev/trunk svn://svn-rep.domain/dev/tags/product
我收到以下錯誤: svn: E205007: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the --message (-m) or --file (-F) options svn: E205007: None of the environment variables SVN_EDITOR, VISUAL or EDITOR are set, and no 'editor-cmd' run-time configuration option was found
並添加一條消息時: svn copy svn://svn-rep.domain/dev/trunk svn://svn-rep.domain/dev/tags/product -m 'message'
我得到這個錯誤: svn: E205009: Local, non-commit operations do not take a log message or revision properties
什麼時我做錯了?
我很困惑你的網址:'svn-host'只是一個隨機的文件夾名稱或存儲庫所在的遠程系統?換言之:它是本地存儲庫還是遠程存儲庫? – arkascha
感謝您的評論arkascha。是一個遠程服務器,我將編輯這個問題(只要我找到了......) – ASF
你不能使用'svn'協議方案來尋址一個遠程倉庫,你需要'http' /'https'或' svn + ssh'。至少它在早期版本中是如此... – arkascha