ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/node55.html
Revision: 1.1
Committed: Mon Nov 18 17:50:02 2002 UTC (22 years, 6 months ago) by sashby
Content type: text/html
Branch: MAIN
CVS Tags: V1_pre0, V0_19_7
Branch point for: SCRAM_V1_BRANCH
Log Message:
Generated and added HTML documentation.

File Contents

# User Rev Content
1 sashby 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2    
3     <!--Converted with jLaTeX2HTML 2002 (1.62) JA patch-1.4
4     patched version by: Kenshi Muto, Debian Project.
5     LaTeX2HTML 2002 (1.62),
6     original version by: Nikos Drakos, CBLU, University of Leeds
7     * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
8     * with significant contributions from:
9     Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
10     <HTML>
11     <HEAD>
12     <TITLE>5.2.2 Using the Developer Area</TITLE>
13     <META NAME="description" CONTENT="5.2.2 Using the Developer Area">
14     <META NAME="keywords" CONTENT="SCRAM">
15     <META NAME="resource-type" CONTENT="document">
16     <META NAME="distribution" CONTENT="global">
17    
18     <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
19     <META NAME="Generator" CONTENT="jLaTeX2HTML v2002 JA patch-1.4">
20     <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
21    
22     <LINK REL="STYLESHEET" HREF="SCRAM.css">
23    
24     <LINK REL="previous" HREF="node54.html">
25     <LINK REL="up" HREF="node53.html">
26     <LINK REL="next" HREF="node56.html">
27     </HEAD>
28    
29     <BODY bgcolor="beige" >
30     <!--Navigation Panel-->
31     <A NAME="tex2html1121"
32     HREF="node56.html">
33     <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
34     SRC="file:/usr/share/latex2html/icons/next.png"></A>
35     <A NAME="tex2html1115"
36     HREF="node53.html">
37     <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
38     SRC="file:/usr/share/latex2html/icons/up.png"></A>
39     <A NAME="tex2html1111"
40     HREF="node54.html">
41     <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
42     SRC="file:/usr/share/latex2html/icons/prev.png"></A>
43     <A NAME="tex2html1117"
44     HREF="node2.html">
45     <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
46     SRC="file:/usr/share/latex2html/icons/contents.png"></A>
47     <A NAME="tex2html1119"
48     HREF="node85.html">
49     <IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
50     SRC="file:/usr/share/latex2html/icons/index.png"></A>
51     <BR>
52     <B> Next:</B> <A NAME="tex2html1122"
53     HREF="node56.html">5.3 The SCRAM Runtime</A>
54     <B> Up:</B> <A NAME="tex2html1116"
55     HREF="node53.html">5.2 SCRAM Developer Areas</A>
56     <B> Previous:</B> <A NAME="tex2html1112"
57     HREF="node54.html">5.2.1 Creating a Developer</A>
58     &nbsp <B> <A NAME="tex2html1118"
59     HREF="node2.html">Contents</A></B>
60     &nbsp <B> <A NAME="tex2html1120"
61     HREF="node85.html">Index</A></B>
62     <BR>
63     <BR>
64     <!--End of Navigation Panel-->
65    
66     <H2><A NAME="SECTION00622000000000000000"></A><A NAME="sec:usingscramdevarea"></A><A NAME="1238"></A>
67     <BR>
68     5.2.2 Using the Developer Area
69     </H2>
70    
71     <P>
72     Once the area has been created, it is necessary to populate the
73     <TT>src</TT> directory with the code sources of interest. This step
74     involves CVS alone; usually, a module corresponds to a library and so
75     the whole module would be checked out from the CVS repository. This
76     would be achieved using the command
77    
78     <P>
79     <TT>cd src;</TT>&nbsp;<TT>cvs co</TT>&nbsp;<I>module</I>
80    
81     <P>
82     Note that the above command will check out the development
83     <TT>HEAD</TT>. To check out a fixed tagged version or the head of
84     another development branch, specify a CVS revision using the <B>-r</B>
85     option:
86    
87     <P>
88     <TT>cd src;</TT>&nbsp;<TT>cvs co -r</TT>&nbsp;<I>version</I>&nbsp;<I>module</I>
89    
90     <P>
91     Once the sources are checked out, they can be edited as required
92     and committed to CVS.
93    
94     <P>
95     <BR><HR>
96     <ADDRESS>
97     scram-developers@cern.ch
98     </ADDRESS>
99     </BODY>
100     </HTML>