KwGrid:Download: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
The source code and public web site are available through [http://www.cvshome.org 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 [https://www.cvshome.org/docs/ CVS documentation] for a refresher. | The source code and public web site are available through [http://www.cvshome.org 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 [https://www.cvshome.org/docs/ CVS documentation] for a refresher. | ||
{{kwGrid:Note Box|message=As of early February 2005, the CVS repositories are pretty much empty. They will be populated once we stabilize a first draft of the source tree. Thank you.}} | {{kwGrid:Note Box|message=As of early February 2005, the CVS repositories are pretty much empty. They will be populated once we stabilize a first draft of the source tree. Thank you.}} |
Revision as of 22:19, 4 February 2005
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