|
META TOPICPARENT |
name="TWikiUsers" |
|
|
< < | Setting Up CVS |
> > | Setting Up and Using CVS |
|
You can access CVS repository in many ways. If you use Eclipse IDE (http://www.eclipse.org ) then:
For checking out project |
|
< < |
- Click new → project → CVS → Checkout Projects from CVS
|
> > |
- Click File → new → project → CVS → Checkout Projects from CVS
|
|
- If you're running it the first time a setup window will pop up. Select Create a new repository location
|
|
< < |
- The screen will look like the one in screen shot→(see attachment team.gif)
|
|
- These are the information needed to fill in the Repository Location Information form:
- enter the host: cascade.cs.ubc.ca
- repository path: /ubc/cs/home/y/yingyin/GanttChart
|
|
-
- your CS password
- select connection type as "extssh" and use default port
- click Finish
|
|
> > |
- Choose "Use an existing module"
- Select a module (schedulingProblem). Don't select CVSROOT. Then click Next until Finish.
|
|
- Only need to check out a project once
|
|
> > | Normal Usage after Checking out the Project
Right click on the project and choose Team, then
- Commit--once you have modified a project, you can check it back in
- Synchronise with repository--used for synchronising your project version with CVS
- The screen will look like the one in screen shot→(see attachment team.gif)
|
| For sharing project, adding a new project to repository
- Create/Use existing project, and right click on the project name
- Select Team > Share Project
- Choose CVS as the repository type and then click Next
- Select "Create a new repository location"
- Fill in the repository location information as menstioned above
|
|
< < |
Normal Usage
- commit--once you have checked out and modified a project, you can check it back in
- Synchronise with repository--used for synchronising your project version with CVS
|
> > |
- Don't put project under CVSROOT directory
|
|
Some useful links on CVS |
|
> > |
- Also see Eclipse help on CVS
|
|
Setting File Permission |