CVS in Eclipse in Ubuntu

陌路散爱 提交于 2019-11-27 12:32:47

http://help.eclipse.org/helios/index.jsp

Work together in the same branch

Team - Update: Update local files with remote files except local files modified.

Team - Synchronize with Repository: Modified files appear in Synchronize view.

  • If conflicts happen, you have three options:
    • accept changes from remote files (Override and Update)
    • ignore changes from remote files (Mark as Merged)
    • manually merge the files within the compare editor, then (Mark as Merged)

Team - Commit: Commit local files to remote files.

Work in different branches and Merge branches

Team - Branch: Create a new branch from current branch.

Team - Merge: [ Branch A and Branch B ] --> Merge --> [ Branch A ] . This means Merge Branch B to Branch A.

  • Step1: Replace with - Another Branch or Version: [ Branch A ]
  • Step2: Team - Merge: Specify the branch to be merged. [ Branch B ]. 
Team - Commit: Commit local files to remote files.
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!