Dollarg 2009: Difference between revisions
Jump to navigation
Jump to search
New page: == Getting Started == === Setting Your Account's Environment Variables === Edit your ~/.cshrc file and add the lines: setenv GROOT /map/gfx0 source $GROOT/tools/gfxtools-startup-csh |
|||
| Line 1: | Line 1: | ||
== Getting Started == | == Getting Started == | ||
| Line 6: | Line 5: | ||
Edit your ~/.cshrc file and add the lines: | Edit your ~/.cshrc file and add the lines: | ||
<pre> | |||
setenv GROOT /map/gfx0 | setenv GROOT /map/gfx0 | ||
source $GROOT/tools/gfxtools-startup-csh | source $GROOT/tools/gfxtools-startup-csh | ||
setenv CVSROOT /map/gfx0/cvsroot | |||
</pre> | |||
=== Checking out a project === | |||
$G uses CVS for source control and you can read more about it [http://www.nongnu.org/cvs/ here]. | |||
You can work anywhere you choose, but a good location is: | |||
<pre> | |||
/map/gfx0/users/<your_user_id> | |||
</pre> | |||
So, for example, if your user id is "foo" and you wanted to check out the "wrist" project, you should type: | |||
<pre> | |||
/map/gfx0/users/<your_user_id> | |||
cvs co project/wrist | |||
</pre> | |||
Revision as of 15:39, 6 January 2009
Getting Started
Setting Your Account's Environment Variables
Edit your ~/.cshrc file and add the lines:
setenv GROOT /map/gfx0 source $GROOT/tools/gfxtools-startup-csh setenv CVSROOT /map/gfx0/cvsroot
Checking out a project
$G uses CVS for source control and you can read more about it here.
You can work anywhere you choose, but a good location is:
/map/gfx0/users/<your_user_id>
So, for example, if your user id is "foo" and you wanted to check out the "wrist" project, you should type:
/map/gfx0/users/<your_user_id> cvs co project/wrist