從現有的專案中複製一份開啟新專案
可指定版本 有完整的複製紀錄
svnadmin create PATH_TO_MIRROR
svnadmin dump PATH_TO_REPOS | svnadmin load PATH_TO_MIRROR
單純檔案複製備份
svnadmin hotcopy source destination
–參考資料–
http://wordaligned.org/articles/how-to-mirror-a-subversion-repository
從現有的專案中複製一份開啟新專案
可指定版本 有完整的複製紀錄
svnadmin create PATH_TO_MIRROR
svnadmin dump PATH_TO_REPOS | svnadmin load PATH_TO_MIRROR
單純檔案複製備份
svnadmin hotcopy source destination
–參考資料–
http://wordaligned.org/articles/how-to-mirror-a-subversion-repository