发新话题
打印

Getting Started with CVS

Getting Started with CVS

How do I get a project into my workspace from CVS?
Choose File > Import from the main menu
Select CVS > Projects from CVS and click Next
Click on Create a new repository location and click Next
Fill in the location information identifying your repository and click Next.
Click om the Use an existing module and select the project or projects you want to check out.
Click Finish
The project now exists in your workspace.
[edit]
How do I put a project into CVS from my workspace?
Select the project in the Navigator or other view.
From the context menu choose Team->Share Project...
Fill in the location information identifying your repository and click Next.
Click Finish and the Sharing wizard closes and the Commit wizard opens.
Supply a release comment and click Finish to commit the project contents to the repository.
The project now exists in the repository.

[edit]
I already have a project checked out from CVS with the command-line tool. How do I use it in Eclipse without having to check out the whole project again?
Create a project in the workspace.
File->Import, select File System, locate your files, click Finish.
Select the project in the Navigator or other view.
Context Menu->Team->Share Project...
The wizard should tell you that it found all the necessary information. Click Finish.
Eclipse has now shared the project with the CVS repository.
------------------------
from: http://wiki.eclipse.org/index.php/CVS_FAQ#Getting_Started
选咖啡,选拿铁.少喝咖啡,多办事

TOP

Current Version System?

TOP

CVS:Concurrent Versions System版本协作控制系统
为了理想,我选择过放弃!同样为了理想,我选择坚持!天将降大任于斯人也!必将苦其心志,劳其筋骨,饿其体肤,空乏其身,行弗乱其所为,所以动心忍性,增益其所不能!

TOP

发新话题