Revision: | 1.1.1.1 (vendor branch) |
Committed: | Tue Oct 2 00:12:21 2007 UTC (15 years, 11 months ago) by arta |
Branch: | MAIN, Vtag |
CVS Tags: | Ver_6-0, Ver_6-1, Ver_6-2, Ver_6-3, Ver_6-4, Ver_4-3, Ver_4-0, Ver_4-1, NetDRMS_Ver_8-8, NewTree01_cp03_JSOC, Ver_4-4, Ver_8-5, Ver_4-7, NewTree01_cp05_JSOC, Ver_5-14, Ver_5-13, Ver_5-12, Ver_5-11, Ver_5-10, Ver_LATEST, NetDRMS_Ver_LATEST, Ver_4-6, NewTree01_cp04_JSOC, NetDRMS_Ver_8-12, NetDRMS_Ver_8-10, NetDRMS_Ver_8-11, NetDRMS_Ver_9-1, NetDRMS_Ver_9-0, NetDRMS_Ver_9-3, NetDRMS_Ver_9-2, NetDRMS_Ver_9-5, NetDRMS_Ver_9-4, Ver_7-0, Ver_5-6, Ver_4-5, NewTree01_cp07_JSOC, NewTree01_cp08_JSOC, NewTree01_cp01_JSOC, Ver_4-2, NetDRMS_Ver_9-41, Ver_9-41, NewTree01_cp02_JSOC, NetDRMS_Ver_8-4, NetDRMS_Ver_8-5, Ver_5-8, NetDRMS_Ver_8-6, Ver_5-7, Ver_8-8, NetDRMS_Ver_8-7, NewTree01_cp06_JSOC, Ver_5-9, Ver_8-2, Ver_9-3, Ver_8-0, Ver_8-1, Ver_8-6, Ver_8-7, Ver_8-4, Ver_8-11, Ver_5-3, Ver_5-2, Ver_5-1, Ver_5-0, Ver_7-1, Ver_9-1, Ver_5-5, Ver_8-3, NewTree01_cp09_JSOC, Ver_9-5, Ver_9-4, Ver_8-10, Ver_9-2, Ver_8-12, Ver_9-0, HEAD |
Changes since 1.1: | +0 -0 lines |
Log Message: | First new, reorganized JSOC tree |
# | Content |
---|---|
1 | |
2 | Release Notes JSOC V3.3 03Nov2006 |
3 | ----------------------- --------- |
4 | |
5 | The official release version is in /home/production/cvs/jsoc. |
6 | This will remain unchanged until the next release. |
7 | You may make any changes you want in your sandbox, but anything that you |
8 | commit will appear in the next offical release. |
9 | |
10 | **************** If You Don't Have a Sandbox ******************************** |
11 | |
12 | You need a cvs "sandbox" to contain your view of a JSOC release: |
13 | (There is no need to do this unless you're going to be a jsoc developer.) |
14 | |
15 | Set the env variables: |
16 | CVSROOT=:ext:sunroom.stanford.edu:/home/cvsuser/cvsroot |
17 | CVS_RSH=ssh |
18 | |
19 | Make a cvs dir and do: |
20 | > cd /home/you/cvs |
21 | > cvs checkout jsoc |
22 | |
23 | **************** END: If You Don't Have a Sandbox **************************** |
24 | |
25 | ---------------------------------------------------------------------------- |
26 | Make sure you are doing in your setup: |
27 | source $HOME/.setJSOCenv |
28 | |
29 | Resync your sandbox with the V3.3 release and do the makes for |
30 | linux_X86_64, linux_ia64 and linux_ia32. |
31 | (Note: this is a new feature, please let me know if any problems. |
32 | You may need to set up your ssh to not ask for passwords?) |
33 | |
34 | > $JSOCROOT/jsoc_update.csh |
35 | |
36 | |
37 | DRMS release notes in jsoc/CM/V3.3/drms_notes.txt |
38 | |
39 | ****************Additional Info********************************************** |
40 | |
41 | If you are unfamiliar with the use of cvs see the file: |
42 | jsoc/CM/working_with_sandbox.txt. |
43 | |
44 | There's a linux4 cvs gui at xim:/usr/bin/lincvs |
45 | Also on our jsoc web page: |
46 | |
47 | http://jsoc.stanford.edu/cvs/jsoc/ |
48 | |
49 | Use the Apache cvs gui to see the diffs. For example, go to |
50 | http://jsoc.stanford.edu/cvs/jsoc/src/base/libdrms/ |
51 | and click on the name in the File column and then click on |
52 | "diffs to previous #" to see the diffs. |
53 |