Setting Up 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
- 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)
- enter the host: cascade.cs.ubc.ca
- repository path (location)
- your CS Unix userid
- your CS password
- select connection type as extssh
- click Finish
- Only need to check out a project once
For sharing project, adding a new project to repository
- Create/Use existing project, and right click on the project name
- Select team
- you have the following options:
- share--first time, add a new project to repository
- 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
- Select share and then choose CVS
Setting File Permission
My Links
Personal Preferences (details in TWikiVariables)
- Show tool-tip topic info on mouse-over of WikiWord links, on or off: (see details in TWikiPreferences)
- Set LINKTOOLTIPINFO = off
- Horizontal size of text edit box:
- Vertical size of text edit box:
- Style of text edit box.
width: 99%
for full window width (default), width: auto
to disable.
- Set EDITBOXSTYLE = width: 99%
- Optionally write protect your home page: (set it to your WikiName)
Related topics