Changeset 453 for trunk/MagicSoft
- Timestamp:
- 12/14/00 12:52:27 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/CvsDoku/body.html
r359 r453 38 38 <br> 39 39 <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ü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 CVSROOT :ext:pchegra4.mppmu.mpg.de:/CvsRepository </font></b> 40 <hr WIDTH="100%"> <br><a NAME="Anchor_Repository"></a><b><font 41 color="#FF0000"><font size=+2>Repository</font></font></b> <p>The 42 single copy of the master source for all MAGIC software is held in 43 the repository on a single (security reasons) linux computer in 44 Max-Planck-Institut für Physik in Munich. To access the 45 repository you need an account on that computer. As a remote 46 developer you must declare the environment variable CVSROOT on your 47 home computer in the following way. <p><b><FONT 48 COLOR="#6B238E">setenv CVSROOT 49 :pserver:<EM>username</EM>@pchegra4.mppmu.mpg.de:/CvsRepository </font> 50 </b> 47 51 for 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 </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 58 {command} {project}</font></b> 59 <p>example: 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> 63 <p> 52 53 <p>If you want access please inform<a 54 href="mailto:harald@hegra1.mppmu.mpg.de"> Harald Kornmayer </a> 55 in 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 59 experiments. 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 62 {command} {project}</font></b> <p> Here is a small 63 example of a cvs session (Assuming the CVSROOT is set!)<BR> 64 65 cvs login<BR> 66 cvs checkout CvsDoku<BR> 67 cvs release -d MagicSoft<BR> 68 cvs logout<BR> 69 70 64 71 <hr WIDTH="100%"> 65 72 <br><a NAME="Anchor_JustforBeginners"></a><b><font color="#FF0000"><font size=+2>Just … … 123 130 <ol> 124 131 <li> 125 Continue with development of existing projects </li>132 Continue with development of existing projects 126 133 127 134 <br>command: cvs checkout <i>project</i> … … 132 139 <br> 133 140 <li> 134 Check the status of the files in your directory </li>141 Check the status of the files in your directory 135 142 136 143 <br>command: cvs status … … 141 148 <br> 142 149 <li> 143 See differences of your files and the repository </li>150 See differences of your files and the repository 144 151 145 152 <br>command: cvs diff <i>[filename]</i> … … 147 154 <br> 148 155 <li> 149 Commit your changes to the repository </li>156 Commit your changes to the repository 150 157 151 158 <br>command: cvs commit [<i>filename]</i> … … 154 161 <br> 155 162 <li> 156 Remove all your files </li>163 Remove all your files 157 164 158 165 <br>command: cvs release -d [filename]
Note:
See TracChangeset
for help on using the changeset viewer.