2014年9月11日 星期四

bitbucket + sourcetree + eclipse 的開發

由於要使用bitbucket+sourcetree,發現在eclipse新增專案時會自行產生工作目錄,但是在bitbucket新建reposiotory後,再用sourcetree clone回來後也會新增工作目錄,這樣就會產生衝突,解決方式是

  1. 兩個目錄使用不同的的名稱
  2. 接著參考http://ianlunn.co.uk/articles/quickly-showhide-hidden-files-mac-os-x-mavericks/ 將mac的finder 隱藏檔案功能取消
  3. eclipse新增專案工作目錄的檔案複製一份到sourcetree clone的目錄
  4. 在eclipse中import sourcetree clone的目錄的專案:File -> Import -> General -> Existing Projects...
  5. 在eclipse中刪除原有專案與相關目錄
  6. 接下來就可以正常的操作git的功能了

沒有留言:

張貼留言