Posted on 2009-07-09 23:22
Gavin.lee 閱讀(12344)
評論(0) 編輯 收藏 所屬分類:
Subversion(Svn)
要使用SVN,話不多說,肯定先要給MyEclipse裝上SVN的插件,這樣才能在MyEclipse下使用SVN版本控制,也不至于你裝個tortoiseSVN,然后每次到系統目錄下update,delete,add吧,那是很愚蠢的。這里提供一個在線安裝地址,方法。
打開菜單項 Help -> Software updates -> Find and install....
選擇單選項 "Search for new features to install".
點擊 Add Update Site..., 輸入 "SVN"? 作為名字以及?下面附URL 作為更新的地址
選中復選框 "SVN" 點擊下一步或完成按鈕根據提示完成插件的安裝
附:This screen is showing the New Remote Site dialog, filled in with the correct information to install Subclipse
??? Name: Subclipse 1.4.x (Eclipse 3.2+)
??? URL:? http://subclipse.tigris.org/update_1.4.x
??? Name: Subclipse 1.2.x (Eclipse 3.2+)
??? URL:? http://subclipse.tigris.org/update_1.2.x
?????Name: Subclipse 1.0.x (Eclipse 3.0/3.1)
??? URL:? http://subclipse.tigris.org/update_1.0.x
還有一種下載安裝方法,先去http://subclipse.tigris.org/ 下載最新的SVB包 (目前我用的是site-1.2.4.zip),請下載新版。
然后將目錄內的文件分別對應放到MyEclipse下,重啟,OK,要還沒OK的,自己上網找去,網上多的說不過來。畢竟每個人遇到的情況都不一樣。
舉一反三,其他的在線安裝插件也都是這樣,只要找到插件的在線安裝地址就OK了