Index: trunk/MagicSoft/CvsDoku/body.html
===================================================================
--- trunk/MagicSoft/CvsDoku/body.html	(revision 452)
+++ trunk/MagicSoft/CvsDoku/body.html	(revision 453)
@@ -38,28 +38,35 @@
 <br>&nbsp;
 <p>
-<hr WIDTH="100%">
-<br><a NAME="Anchor_Repository"></a><b><font color="#FF0000"><font size=+2>Repository</font></font></b>
-<p>The single copy of the master source for all MAGIC software is held
-in the repository on a single (security reasons) linux computer in Max-Planck-Institut
-f&uuml;r Physik in Munich. As a remote developer you must declare the environment
-variable in the following way.
-<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;
+<hr WIDTH="100%"> <br><a NAME="Anchor_Repository"></a><b><font
+color="#FF0000"><font size=+2>Repository</font></font></b> <p>The
+single copy of the master source for all MAGIC software is held in
+the repository on a single (security reasons) linux computer in
+Max-Planck-Institut f&uuml;r Physik in Munich. To access the
+repository you need an account on that computer. As a remote
+developer you must declare the environment variable CVSROOT on your
+home computer in the following way.  <p><b><FONT
+COLOR="#6B238E">setenv&nbsp;&nbsp; CVSROOT&nbsp;
+:pserver:<EM>username</EM>@pchegra4.mppmu.mpg.de:/CvsRepository&nbsp;</font>
+</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 for tcsh (use the syntax of your shell)
-<p>This assumes that you don't have a local CVS repository for your own
-work.
-<br><blink>The access from other computers is still under construction
-and tests.</blink>
-<p>If you want access please inform<a href="mailto:harald@hegra1.mppmu.mpg.de">
-Harald Kornmayer&nbsp;</a> in Munich. For more details about the structure
-of the repository see <a href="#Anchor_StructureRepository">here.</a>
-<p>For those developers, that work in other repositories in other experiments:
-<p>You can access to the repository of MAGIC by typing:
-<p><b><font color="#33FF33">cvs -d :ext:pchegra4.mppmu.mpg.de:/CvsRepository&nbsp;
-{command}&nbsp;&nbsp;&nbsp; {project}</font></b>
-<p>example:&nbsp;&nbsp;&nbsp;&nbsp; cvs -d :ext:pchegra4.mppmu.mpg.de:/CvsRepository
-checkout Camera
-<br>It is also possible to set an alias cvsmagic "cvs -d :ext:pchegra4.mppmu.mpg.de:/CvsRepository"
-<br>&nbsp;
-<p>
+
+<p>If you want access please inform<a
+href="mailto:harald@hegra1.mppmu.mpg.de"> Harald Kornmayer&nbsp;</a>
+in Munich. For more details about the structure of the repository see
+<a href="#Anchor_StructureRepository">here.</a>
+
+<p>For those developers, that work in other repositories in other
+experiments.  You can access to the repository of MAGIC by typing:
+<p><b><FONT COLOR="#6B238E">cvs -d
+:pserver:<EM>username</EM>@pchegra4.mppmu.mpg.de:/CvsRepository&nbsp;
+{command}&nbsp;&nbsp;&nbsp; {project}</font></b> <p> Here is a small
+example of a cvs session (Assuming the CVSROOT is set!)<BR>
+
+cvs login<BR>
+cvs checkout CvsDoku<BR> 
+cvs release -d MagicSoft<BR>
+cvs logout<BR>
+
+
 <hr WIDTH="100%">
 <br><a NAME="Anchor_JustforBeginners"></a><b><font color="#FF0000"><font size=+2>Just
@@ -123,5 +130,5 @@
 <ol>
 <li>
-Continue with development of existing projects</li>
+Continue with development of existing projects
 
 <br>command: cvs checkout <i>project</i>
@@ -132,5 +139,5 @@
 <br>&nbsp;
 <li>
-Check the status of the files in your directory</li>
+Check the status of the files in your directory
 
 <br>command: cvs status
@@ -141,5 +148,5 @@
 <br>&nbsp;
 <li>
-See differences of your files and the repository</li>
+See differences of your files and the repository
 
 <br>command: cvs diff <i>[filename]</i>
@@ -147,5 +154,5 @@
 <br>&nbsp;
 <li>
-Commit your changes to the repository</li>
+Commit your changes to the repository
 
 <br>command: cvs commit [<i>filename]</i>
@@ -154,5 +161,5 @@
 <br>&nbsp;
 <li>
-Remove all your files</li>
+Remove all your files
 
 <br>command: cvs release -d [filename]
