source: companies/celepar/phpgwapi/doc/cvs.html @ 763

Revision 763, 3.9 KB checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
2
3<html>
4<head>
5<title>egroupware.org</title>
6<link rel="STYLESHEET" type="text/css" href="phpgw.css">
7</head>
8
9<body link="#ff6600" vlink="#6666aa">
10
11<center>
12<table border="0" cellspacing="0" cellpadding="0" width="100%">
13      <tr>
14       <td align="right">
15        <table border="0" cellspacing="3" cellpadding="3">
16         <tr>
17          <td><a href="http://www.egroupware.org/"><img src="../templates/default/images/logo.gif"></a></td>
18         </tr>
19        </table>
20       </td>
21      </tr>
22      <tr>
23        <td valign="top" width="85%">
24          <table border="0" cellpadding="2"><tr><td>
25<p>You can get your own copy of the eGroupWare CVS tree by using a CVS client from your own system. If you don't already
26have one, you can find one at <a href="http://www.cvshome.org">http://www.cvshome.org</a>.
27You can get your own copy of the tree with the commands:</p>
28
29<pre>cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/egroupware login</pre>
30
31<p>When it asks you for a password, simply press the Enter key</p>
32<p>Then type:</p>
33 
34<pre>cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/egroupware co [ -r &lt;TAG&gt; ] &lt;MODULE&gt;</pre>
35
36<p>This will create a <tt>&lt;MODULE&gt;</tt> directory in your current
37directory. It may take a bit of time, especially if your network connection
38is slow or the module is an espeicially large one. But once it is done, you
39will have an up to date copy of the master CVS source for that module. You
40can then at any time cd into this directory and type:</p>
41
42<pre>cvs -z3 update -dP</pre>
43 
44<p>to update your source tree to be in sync with the master tree. (The -z3 sets
45the compression level)</p>
46 
47<p>The <tt>&lt;TAG&gt;</tt> refers to the release version that you
48wish to checkout.  At this time, tags that would be of use are:
49<pre>
50"Version-0_9_10-branch" - most recent release with patches applied,
51"HEAD" - a development version and should be treated as such.
52</pre>
53</p>
54
55
56<p>Valid module names are:</p>
57<table border="0" cellpadding="1" cellspacing="1">
58<tr><td>egroupware   * </td><td>The core eGoupWare libraries</td></tr>
59<tr><td>phpgwapi       * </td><td>The eGoupWare API</td></tr>
60<tr><td>addressbook    * </td><td>an addressbook</td></tr>
61<tr><td>admin          * </td><td>Administration module</td></tr>
62<tr><td>bookmarks        </td><td>Bookmark manager</td></tr>
63<tr><td>calendar       * </td><td>personal/Group calendar</td></tr>
64<tr><td>comic            </td><td>Comic Strip system</td></tr>
65<tr><td>email          * </td><td>EMAIL reader (interfaces to IMAP/POP3)</td></tr>
66<tr><td>filemanager    * </td><td>Personal/Group Filemanagement</td></tr>
67<tr><td>forum            </td><td>A forum system</td></tr>
68<tr><td>ftp              </td><td>web based FTP client</td></tr>
69<tr><td>headlines        </td><td>news site headline system</td></tr>
70<tr><td>manual         * </td><td>online eGoupWare manual</td></tr>
71<tr><td>news_admin       </td><td>create system wide news for your eGoupWare installation</td></tr>
72<tr><td>polls          * </td><td>create/administer polls</td></tr>
73<tr><td>preferences    * </td><td>Manage eGoupWare user preferences</td></tr>
74<tr><td>projects         </td><td>?</td></tr>
75<tr><td>setup          * </td><td>eGoupWare setup</td></tr>
76<tr><td>stocks           </td><td>stock info grabber</td></tr>
77<tr><td>tts              </td><td>Trouble Ticket System</td></tr>
78</table>
79
80<p>You should probably check out <code>egroupware</code> first, then
81<code>cd&nbsp;egroupware</code>, and then check out any additional modules that you
82want.<br>We suggest at a minimum that you install those modules that mare marked with an "*".</p>
83
84<p>Please keep in mind that the CVS '-r HEAD' version may not always work correctly,
85may be unpredictable, etc. The CVS '-r HEAD' version is a development version
86and should be treated as such.</p>
87</td></tr></table></td>
88      </tr></table>
89      </td>
90      </tr>
91</table>
92</center>
93
94</body>
95</html>
Note: See TracBrowser for help on using the repository browser.