TOPL
CVS HOWTO
Home
Docs
People
Software
Contact Us

To access TOPL CVS repository, you need an account on PATH server with group membership topl. You need to be affiliated with UC Berkeley or be a TOPL member for that.
 
Once you have such account, please, follow the steps below.
 

  1. Download and install Tortoise CVS. After the installation is complete, you will be asked to reboot.

  2. After rebooting, start Windows Explorer and go to the folder where you wish to place the TOPL files.

  3. Right-click in your Explorer window and in the pop-up menu choose CVS Checkout... - this brings up window with a setup form.

  4. Fill in the form as follows:
    • Protocol: Secure shell (:ext:); if you fail to connect, try Secure shell (:ssh:)
    • Server: path.berkeley.edu
    • Port: leave blank
    • Repository folder: /home/topl/cvsroot
    • User name: your login on PATH server
    • Module: topl2 ; if the list is empty, click on Fetch list...

  5. After you fill in the setup form, click OK. CVS will ask you for password - it is the password for your account on PATH server. After you provide correct password, CVS will download the latest version of the topl2 directory with related files from the repository.

  6. At this point, every time you wish to update your topl2 directory to get the latest changes, right-click on the topl2 folder and choose CVS Update.

 


If you prefer to use good old command line interface instead of Tortoise CVS, you will require the commands listed below.

  • To check out topl2 directory:

cvs -d :ext:path.berkeley.edu:/home/topl/cvsroot co topl2

  • To update topl2 directory, go to that directory and type:

cvs update -d -P

©2006-08 TOPL Group at UC Berkeley