| 36 | * 接著把這個 SVN repository 用 svnadmin dump 指令先產生一個 hadoop4win_dumpfile 的檔案。然後 scp 到 shell.sf.net |
| 37 | {{{ |
| 38 | jazz@Wdebian:~$ svnadmin dump hadoop4win_trac/ > hadoop4win_dumpfile |
| 39 | .... |
| 40 | * Dumped revision 45. |
| 41 | jazz@Wdebian:~$ scp hadoop4win_dumpfile jazzwang,hadoop4win@shell.sf.net:. |
| 42 | }}} |
| 43 | * 登入 shell.sf.net |
| 44 | {{{ |
| 45 | jazz@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 | |
| 54 | Save and unlock the svn repository for hadoop4win? [ny] y |
| 55 | }}} |
| 56 | * 這樣就算是完整把整個開發過程移植到 sourceforge 去啦!!!!大功告成!!! |