Changeset 453 for trunk/MagicSoft


Ignore:
Timestamp:
12/14/00 12:52:27 (24 years ago)
Author:
harald
Message:
The changes in the access to the repository are described.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/CvsDoku/body.html

    r359 r453  
    3838<br>&nbsp;
    3939<p>
    40 <hr WIDTH="100%">
    41 <br><a NAME="Anchor_Repository"></a><b><font color="#FF0000"><font size=+2>Repository</font></font></b>
    42 <p>The single copy of the master source for all MAGIC software is held
    43 in the repository on a single (security reasons) linux computer in Max-Planck-Institut
    44 f&uuml;r Physik in Munich. As a remote developer you must declare the environment
    45 variable in the following way.
    46 <p><b><font color="#33FF33">setenv&nbsp;&nbsp; CVSROOT&nbsp; :ext:pchegra4.mppmu.mpg.de:/CvsRepository&nbsp;</font></b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     40<hr WIDTH="100%"> <br><a NAME="Anchor_Repository"></a><b><font
     41color="#FF0000"><font size=+2>Repository</font></font></b> <p>The
     42single copy of the master source for all MAGIC software is held in
     43the repository on a single (security reasons) linux computer in
     44Max-Planck-Institut f&uuml;r Physik in Munich. To access the
     45repository you need an account on that computer. As a remote
     46developer you must declare the environment variable CVSROOT on your
     47home computer in the following way.  <p><b><FONT
     48COLOR="#6B238E">setenv&nbsp;&nbsp; CVSROOT&nbsp;
     49:pserver:<EM>username</EM>@pchegra4.mppmu.mpg.de:/CvsRepository&nbsp;</font>
     50</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    4751for tcsh (use the syntax of your shell)
    48 <p>This assumes that you don't have a local CVS repository for your own
    49 work.
    50 <br><blink>The access from other computers is still under construction
    51 and tests.</blink>
    52 <p>If you want access please inform<a href="mailto:harald@hegra1.mppmu.mpg.de">
    53 Harald Kornmayer&nbsp;</a> in Munich. For more details about the structure
    54 of the repository see <a href="#Anchor_StructureRepository">here.</a>
    55 <p>For those developers, that work in other repositories in other experiments:
    56 <p>You can access to the repository of MAGIC by typing:
    57 <p><b><font color="#33FF33">cvs -d :ext:pchegra4.mppmu.mpg.de:/CvsRepository&nbsp;
    58 {command}&nbsp;&nbsp;&nbsp; {project}</font></b>
    59 <p>example:&nbsp;&nbsp;&nbsp;&nbsp; cvs -d :ext:pchegra4.mppmu.mpg.de:/CvsRepository
    60 checkout Camera
    61 <br>It is also possible to set an alias cvsmagic "cvs -d :ext:pchegra4.mppmu.mpg.de:/CvsRepository"
    62 <br>&nbsp;
    63 <p>
     52
     53<p>If you want access please inform<a
     54href="mailto:harald@hegra1.mppmu.mpg.de"> Harald Kornmayer&nbsp;</a>
     55in Munich. For more details about the structure of the repository see
     56<a href="#Anchor_StructureRepository">here.</a>
     57
     58<p>For those developers, that work in other repositories in other
     59experiments.  You can access to the repository of MAGIC by typing:
     60<p><b><FONT COLOR="#6B238E">cvs -d
     61:pserver:<EM>username</EM>@pchegra4.mppmu.mpg.de:/CvsRepository&nbsp;
     62{command}&nbsp;&nbsp;&nbsp; {project}</font></b> <p> Here is a small
     63example of a cvs session (Assuming the CVSROOT is set!)<BR>
     64
     65cvs login<BR>
     66cvs checkout CvsDoku<BR>
     67cvs release -d MagicSoft<BR>
     68cvs logout<BR>
     69
     70
    6471<hr WIDTH="100%">
    6572<br><a NAME="Anchor_JustforBeginners"></a><b><font color="#FF0000"><font size=+2>Just
     
    123130<ol>
    124131<li>
    125 Continue with development of existing projects</li>
     132Continue with development of existing projects
    126133
    127134<br>command: cvs checkout <i>project</i>
     
    132139<br>&nbsp;
    133140<li>
    134 Check the status of the files in your directory</li>
     141Check the status of the files in your directory
    135142
    136143<br>command: cvs status
     
    141148<br>&nbsp;
    142149<li>
    143 See differences of your files and the repository</li>
     150See differences of your files and the repository
    144151
    145152<br>command: cvs diff <i>[filename]</i>
     
    147154<br>&nbsp;
    148155<li>
    149 Commit your changes to the repository</li>
     156Commit your changes to the repository
    150157
    151158<br>command: cvs commit [<i>filename]</i>
     
    154161<br>&nbsp;
    155162<li>
    156 Remove all your files</li>
     163Remove all your files
    157164
    158165<br>command: cvs release -d [filename]
Note: See TracChangeset for help on using the changeset viewer.