Changes between Version 4 and Version 5 of jazz/12-03-09


Ignore:
Timestamp:
Mar 9, 2012, 10:36:40 PM (12 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/12-03-09

    v4 v5  
    3434}}}
    3535  * 做到這一步,算是完整地將整個專案 SVN 合併成一個。好在時間點兩個是相互錯開的,不然還真不知道怎麼根據時間點順序做合併呢!
     36  * 接著把這個 SVN repository 用 svnadmin dump 指令先產生一個 hadoop4win_dumpfile 的檔案。然後 scp 到 shell.sf.net
     37{{{
     38jazz@Wdebian:~$ svnadmin dump hadoop4win_trac/ > hadoop4win_dumpfile
     39....
     40* Dumped revision 45.
     41jazz@Wdebian:~$ scp hadoop4win_dumpfile jazzwang,hadoop4win@shell.sf.net:.
     42}}}
     43  * 登入 shell.sf.net
     44{{{
     45jazz@Wdebian:~$ ssh -t jazzwang,hadoop4win@shell.sf.net create
     46[jazzwang@shell-24009 ~]$ adminrepo --checkout svn
     47[jazzwang@shell-24009 ~]$ rm -rf /svnroot/hadoop4win/*
     48[jazzwang@shell-24009 ~]$ svnadmin create /svnroot/hadoop4win
     49[jazzwang@shell-24009 ~]$ svnadmin load --ignore-uuid /svnroot/hadoop4win/ < hadoop4win_dumpfile
     50[jazzwang@shell-24009 ~]$ adminrepo --save svn
     51
     52**** Ignoring the contents of the hooks directory (hooks are managed via the web) ****
     53
     54Save and unlock the svn repository for hadoop4win? [ny] y
     55}}}
     56  * 這樣就算是完整把整個開發過程移植到 sourceforge 去啦!!!!大功告成!!!