2005-07-07 22:09:52 +02:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2001-05-06 02:29:31 +02:00
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
2004-05-05 11:59:18 +02:00
|
|
|
<title>egroupware.org</title>
|
2001-05-06 02:29:31 +02:00
|
|
|
<link rel="STYLESHEET" type="text/css" href="phpgw.css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body link="#ff6600" vlink="#6666aa">
|
|
|
|
|
|
|
|
<center>
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
|
|
<tr>
|
|
|
|
<td align="right">
|
|
|
|
<table border="0" cellspacing="3" cellpadding="3">
|
|
|
|
<tr>
|
2004-05-05 11:59:18 +02:00
|
|
|
<td><a href="http://www.egroupware.org/"><img src="../templates/default/images/logo.gif"></a></td>
|
2001-05-06 02:29:31 +02:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td valign="top" width="85%">
|
|
|
|
<table border="0" cellpadding="2"><tr><td>
|
2004-05-05 11:59:18 +02:00
|
|
|
<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
|
2001-05-06 02:29:31 +02:00
|
|
|
have one, you can find one at <a href="http://www.cvshome.org">http://www.cvshome.org</a>.
|
|
|
|
You can get your own copy of the tree with the commands:</p>
|
|
|
|
|
2004-05-05 11:59:18 +02:00
|
|
|
<pre>cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/egroupware login</pre>
|
2001-05-06 02:29:31 +02:00
|
|
|
|
|
|
|
<p>When it asks you for a password, simply press the Enter key</p>
|
|
|
|
<p>Then type:</p>
|
|
|
|
|
2004-05-05 11:59:18 +02:00
|
|
|
<pre>cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/egroupware co [ -r <TAG> ] <MODULE></pre>
|
2001-05-06 02:29:31 +02:00
|
|
|
|
|
|
|
<p>This will create a <tt><MODULE></tt> directory in your current
|
|
|
|
directory. It may take a bit of time, especially if your network connection
|
|
|
|
is slow or the module is an espeicially large one. But once it is done, you
|
|
|
|
will have an up to date copy of the master CVS source for that module. You
|
|
|
|
can then at any time cd into this directory and type:</p>
|
|
|
|
|
|
|
|
<pre>cvs -z3 update -dP</pre>
|
|
|
|
|
|
|
|
<p>to update your source tree to be in sync with the master tree. (The -z3 sets
|
|
|
|
the compression level)</p>
|
|
|
|
|
|
|
|
<p>The <tt><TAG></tt> refers to the release version that you
|
|
|
|
wish to checkout. At this time, tags that would be of use are:
|
|
|
|
<pre>
|
|
|
|
"Version-0_9_10-branch" - most recent release with patches applied,
|
|
|
|
"HEAD" - a development version and should be treated as such.
|
|
|
|
</pre>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<p>Valid module names are:</p>
|
|
|
|
<table border="0" cellpadding="1" cellspacing="1">
|
2004-05-05 11:59:18 +02:00
|
|
|
<tr><td>egroupware * </td><td>The core eGoupWare libraries</td></tr>
|
|
|
|
<tr><td>phpgwapi * </td><td>The eGoupWare API</td></tr>
|
2001-05-06 02:29:31 +02:00
|
|
|
<tr><td>addressbook * </td><td>an addressbook</td></tr>
|
|
|
|
<tr><td>admin * </td><td>Administration module</td></tr>
|
|
|
|
<tr><td>bookmarks </td><td>Bookmark manager</td></tr>
|
|
|
|
<tr><td>calendar * </td><td>personal/Group calendar</td></tr>
|
|
|
|
<tr><td>comic </td><td>Comic Strip system</td></tr>
|
|
|
|
<tr><td>email * </td><td>EMAIL reader (interfaces to IMAP/POP3)</td></tr>
|
|
|
|
<tr><td>filemanager * </td><td>Personal/Group Filemanagement</td></tr>
|
|
|
|
<tr><td>forum </td><td>A forum system</td></tr>
|
|
|
|
<tr><td>ftp </td><td>web based FTP client</td></tr>
|
|
|
|
<tr><td>headlines </td><td>news site headline system</td></tr>
|
2004-05-05 11:59:18 +02:00
|
|
|
<tr><td>manual * </td><td>online eGoupWare manual</td></tr>
|
|
|
|
<tr><td>news_admin </td><td>create system wide news for your eGoupWare installation</td></tr>
|
2001-05-06 02:29:31 +02:00
|
|
|
<tr><td>polls * </td><td>create/administer polls</td></tr>
|
2004-05-05 11:59:18 +02:00
|
|
|
<tr><td>preferences * </td><td>Manage eGoupWare user preferences</td></tr>
|
2001-05-06 02:29:31 +02:00
|
|
|
<tr><td>projects </td><td>?</td></tr>
|
2004-05-05 11:59:18 +02:00
|
|
|
<tr><td>setup * </td><td>eGoupWare setup</td></tr>
|
2001-05-06 02:29:31 +02:00
|
|
|
<tr><td>stocks </td><td>stock info grabber</td></tr>
|
|
|
|
<tr><td>tts </td><td>Trouble Ticket System</td></tr>
|
|
|
|
</table>
|
|
|
|
|
2004-05-05 11:59:18 +02:00
|
|
|
<p>You should probably check out <code>egroupware</code> first, then
|
|
|
|
<code>cd egroupware</code>, and then check out any additional modules that you
|
2001-05-06 02:29:31 +02:00
|
|
|
want.<br>We suggest at a minimum that you install those modules that mare marked with an "*".</p>
|
|
|
|
|
2001-05-08 19:34:16 +02:00
|
|
|
<p>Please keep in mind that the CVS '-r HEAD' version may not always work correctly,
|
|
|
|
may be unpredictable, etc. The CVS '-r HEAD' version is a development version
|
2001-05-06 02:29:31 +02:00
|
|
|
and should be treated as such.</p>
|
|
|
|
</td></tr></table></td>
|
|
|
|
</tr></table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</center>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|