Changes between Version 12 and Version 13 of waue/2010/0707


Ignore:
Timestamp:
Jul 8, 2010, 4:33:22 PM (14 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2010/0707

    v12 v13  
    22#!html
    33<div style="text-align: center; color:#151B8D"><big style="font-weight: bold;"><big><big>
    4 eclipse 3.5 + sublipse
     4Eclipse 3.5 + sublipse
    55</big></big></big></div> <div style="text-align: center; color:#7E2217"><big style="font-weight: bold;"><big>
    6 
     6用 Eclipse 共同開發 google code 上的專案(透過 svn 同步方法)
    77</big></big></div>
    88}}}
    99[[PageOutline]]
    1010
     11= 一、前言 =
    1112
     13以google code 上的專案 nutchez 為例,描述如何多人用 eclipse 共同開發一個專案,解決程式碼同步的問題。
    1214
    13 Eclipse update site
     15= 二、安裝 =
     16
     17== 2.1 加入 subeclipse 安裝位址 ==
     18
     19 * "help" -> "install new software " -> "add "
    1420
    1521[[Image(http://trac.nchc.org.tw/cloud/raw-attachment/wiki/waue/2010/0707/2010-07-07-182631_434x190_scrot.png)]]
     
    1925}}}
    2026
    21 記得安裝的時候要勾選這些項目
     27 * 匯入位址完之後,會有多出來的專案,勾起來裝一裝
     28
     29== 2.2 安裝 sublipse 項目 ==
     30
     31 * 記得安裝的時候要勾選這些項目
    2232
    2333[[Image(http://trac.nchc.org.tw/cloud/raw-attachment/wiki/waue/2010/0707/2010-07-07-171856_730x725_scrot.png)]]
    2434
     35接著就是安裝的程序開始進行,安裝完之後會重開 eclipse
    2536
    26 (不重要)安裝後可以切換視野
     37 * 安裝後可以切換視野 "瀏覽svn檔案庫" 以確認是否安裝成功(非必要)
    2738
    2839[[Image(http://subclipse.tigris.org/images/install-12.png)]]
    2940
    30 (不重要)可能會詢問你是否要把svn的密碼加入系統key ring 中
     41 * 過程中可能會詢問你是否要把svn的密碼加入系統key ring 中 (不重要)
    3142
    3243[[Image(http://trac.nchc.org.tw/cloud/raw-attachment/wiki/waue/2010/0707/2010-07-07-171024_510x394_scrot.png)]]
    3344
     45= 三、在 eclipse 上使用 svn  =
     46== 3.1 checkout google code 上的專案 ==
    3447
    35 第一次要 eclipse checkout 我們的google code 專案
     48 * 第一次匯入專案,我們透過 eclipse 將我們的 google code 專案checkout出來
     49
    3650{{{
    3751#!text
    3852 file -> import -> svn -> 自svn 取回專案 ->
    3953}}}
     54
     55 * 以nutchez 為例,google code 專案的網址如下
    4056
    4157{{{
     
    4460}}}
    4561
    46 若有變更檔案內容,需要commit 時,請右鍵選 -> team -> 送交
     62== 3.2 上傳 commit 新的程式碼 ==
    4763
    48 第一次可能會問密碼
     64 * 若有變更檔案內容,需要commit 時,請
     65{{{
     66#!text
     67右鍵選 -> team -> 送交
     68}}}
     69
     70 * 第一次可能會問密碼
    4971
    5072[[Image(http://trac.nchc.org.tw/cloud/raw-attachment/wiki/waue/2010/0707/2010-07-07-180950_397x218_scrot.png)]]
    5173
     74= 四、連結 =
     75
     76 * [http://wiki.cheyingwu.tw/Eclipse/Subclipse]這篇的圖比較多,可以參考