GEOS-5 Checkout and Build Instructions: Difference between revisions
Line 16: | Line 16: | ||
So our module is ''GEOSagcm'' and the tag is ''GEOSdas-2_1_6''. Note that I substituted the shortcut ''co'' for ''checkout'' in the above command. | So our module is ''GEOSagcm'' and the tag is ''GEOSdas-2_1_6''. Note that I substituted the shortcut ''co'' for ''checkout'' in the above command. | ||
The above command is generally valid. You ought to be able to execute it and checkout some code. The assumption here is that your username on ''' | The above command is generally valid. You ought to be able to execute it and checkout some code. If you don't have your ''ssh keys'' setup on '''sourcemotel''' then you should be prompted for your '''sourcemotel''' password. The assumption here is that your username on '''sourcemotel''' is the same as on the machine you are checking the code out on. If not, modify the command like this: | ||
% cvs -d :ext:SOURCEMOTEL_USERNAME@c-sourcemotel.gsfc.nasa.gov:/cvsroot/esma co -r GEOSdas-2_1_6 GEOSagcm | % cvs -d :ext:SOURCEMOTEL_USERNAME@c-sourcemotel.gsfc.nasa.gov:/cvsroot/esma co -r GEOSdas-2_1_6 GEOSagcm |