KwGrid:Download

From KitwarePublic
Revision as of 19:06, 4 February 2005 by Barre (talk | contribs) (More CVS help)
Jump to navigationJump to search

CVS

The source code and public web site are available through CVS. One of the advantages of CVS access is that you can incrementally update your repository without having to retrieve the entire source distribution. The following instructions assume that you know how to use CVS, but feel free to check the CVS documentation for a refresher.

Checkout the source and web site repositories

First login into the CVS server:

  cvs -d:pserver:anonymous@public.kitware.com:/cvsroot/kwGrid login

You will be prompted for a password, enter kwGrid. This will provide you read-only access to the CVS repositories. If you require read/write access, contact our team to set up an account. Later on, replace anonymous with your own username on the command-line and enter your own password.

Checkout the repositories:

  cvs -d:pserver:anonymous@public.kitware.com:/cvsroot/kwGrid co kwGrid
  cvs -d:pserver:anonymous@public.kitware.com:/cvsroot/kwGrid co kwGridWeb

Browse the source and web site repository using CVSWeb

Template:KwGrid:Footer