Migration
將 CVS 遷移到新伺服器 - 但是分支和版本都去了哪裡?
我對儲存庫文件夾(包括 CVSROOT)進行了 tar 處理並將其複製到新伺服器,然後將其解壓縮。當我通過 Eclipse 連接到 CVS 時,我可以獲得原始碼,但是伺服器不提供版本、分支或歷史記錄。
我可能錯過了一些額外的步驟嗎?
我執行了以下命令(使用使用者 ‘cvs’ 和儲存庫文件夾 ‘repository’),現在分支、標籤和版本都可用了。
chown -R cvs repository chgrp -R cvs repository chmod -R 775 repository chmod -R +s repository