Checkout dockenv: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= How to check out and set up dockenv. = cd mkdir -p code cd code svn co file:///raid4/svn/dockenv/trunk dockenv cd ln -s code/dockenv dockenv Then edit .cshrc and add...") |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
THIS IS OBSOLETE. Use [[Github]] | |||
= How to check out and set up dockenv. = | = How to check out and set up dockenv. = | ||
Line 13: | Line 15: | ||
If you are in Toronto before the transition, the svn line should be | If you are in Toronto before the transition, the svn line should be | ||
svn co ssh | svn co svn+ssh://xyz@sgehead.bkslab.org/raid4/svn/dockenv/trunk dockenv | ||
* where xyz is your user id | * where xyz is your user id | ||
Line 32: | Line 34: | ||
Analogous as above. | Analogous as above. | ||
[[:Category: | See [[Install SEA]]. | ||
[[Category:Obsolete]] | |||
[[Category:Developer]] |
Latest revision as of 18:05, 14 May 2014
THIS IS OBSOLETE. Use Github
How to check out and set up dockenv.
cd mkdir -p code cd code svn co file:///raid4/svn/dockenv/trunk dockenv cd ln -s code/dockenv dockenv
Then edit .cshrc and add
setenv DOCK_BASE $HOME/dockenv
before the line that does source ... vars.csh
If you are in Toronto before the transition, the svn line should be
svn co svn+ssh://xyz@sgehead.bkslab.org/raid4/svn/dockenv/trunk dockenv
- where xyz is your user id
If you are in Toronto after the transition, the svn line should be
svn co file:///nfs/svn/dockenv/trunk dockenv
How to check out dock
cd mkdir -p code cd code svn co file:///raid4/svn/dock/trunk dock
Addresses in Toronto are analogous as above.
How to check out SEA
Analogous as above.
See Install SEA.