ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/cvs.xhtml
(Generate patch)

Comparing web/www/cvs.xhtml (file contents):
Revision 1.14 by tdb, Thu May 15 20:48:01 2003 UTC vs.
Revision 1.18 by tdb, Wed Mar 31 21:31:44 2004 UTC

# Line 1 | Line 1
1 < <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <
3 < <!--
4 <    $Author$
5 <    $Id$
6 < -->
7 <
8 <
9 < <html>
10 <
11 < <head>
12 < <title>i-scream cvs repository</title>
13 < <meta name="description" content="A list of those who helped to develop the i-scream central monitoring system.">
14 < <meta name="keywords" content="i-scream, project, credits, central,monitoring,system, unix, linux, nt, server, alert, acknowledgements">
15 < </head>
16 <
17 < <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
18 <
19 < <table border="0" cellpadding="2" cellspacing="2">
20 < <tr>
21 <  <td valign="top">
22 < <!--#include virtual="left.inc" -->
23 <  </td>
24 <  <td valign="top">
25 < <!--#include virtual="title.inc" -->
26 <
27 < <font face="Arial" size="2">
28 < <h2>i-scream CVS Repository</h2>
29 <
30 < <p>The i-scream CVS Repository contains all code,
31 < documentation, and other files pertaining to all i-scream projects.</p>
32 <
33 < <p>All code available in the CVS Repository is <a href="/license.shtml">
34 < licensed</a> under the GPL.</p>
35 <
36 < <h3>Web Access</h3>
37 <
38 < <p>We use <a href="http://viewcvs.sourceforge.net/">viewcvs</a> to provide a
39 < visual frontend to the CVS Repository. It allows you to browse around the
40 < repository, viewing any version of a file, and the differences between different
41 < versions. There is also a link to download the latest version of any section.</p>
42 <
43 < <p><a href="http://cvs.i-scream.org/">http://cvs.i-scream.org/</a></p>
44 <
45 < <p>We also have a facility to allow people to keep tabs on what's changed
46 < recently. The following are available:</p>
47 <
48 < <p>Commits today: <a href="http://www.i-scream.org/cgi-bin/cvslog.cgi?period=today">http://www.i-scream.org/cgi-bin/cvslog.cgi?period=today</a><br>
49 < Commits this week: <a href="http://www.i-scream.org/cgi-bin/cvslog.cgi?period=thisweek">http://www.i-scream.org/cgi-bin/cvslog.cgi?period=thisweek</a><br>
50 < Commits in the past 7 days: <a href="http://www.i-scream.org/cgi-bin/cvslog.cgi?period=days&days=7">http://www.i-scream.org/cgi-bin/cvslog.cgi?period=days&days=7</a><br>
51 < Commits made since 29/03/2001: <a href="http://www.i-scream.org/cgi-bin/cvslog.cgi?period=since&date=2001/03/29">http://www.i-scream.org/cgi-bin/cvslog.cgi?period=since&date=2001/03/29</a></p>
52 <
53 < <h3>Anonymous CVS Access (read-only)</h3>
54 <
55 < <p>Anyone can access the i-scream CVS repository in
56 < anonymous mode read-only mode. The following commands will allow you to check
57 < out a portion of the CVS repository. To see what is available it is recommended
58 < that you first look at the web frontend.</p>
59 < </font>
60 <
61 < <pre>cvs -d :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream login
62 < cvs -d :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream checkout [module]</pre>
63 <
64 < <font face="Arial" size="2">
65 < <p>When asked for a password, simply press enter.
66 < Replace [module] with the section you wish to checkout.</p>
67 <
68 < <h3>Developer CVS Access (write)</h3>
69 <
70 < <p>The i-scream development team have full write
71 < access to the CVS repository. This is only available over SSH, and can be done
72 < on most clients. First the following environment variables need to be set.</p>
73 < </font>
74 <
75 < <pre>CVS_RSH = ssh
76 < CVSROOT = :ext:username@cvs.i-scream.org:/cvs/i-scream</pre>
77 <
78 < <font face="Arial" size="2">
79 < <p>You should know your username and password
80 < already. After setting these you will need to enter your password each time you
81 < use a CVS command. Obviously this is a time wasting event, so an RSA key can be
82 < generated and placed on the server for you. Please view the relevant ssh
83 < manpages on how to generate an RSA key pair.</p>
84 <
85 < <p>After this you will be able to work with CVS as
86 < normal.</p>
87 <
88 < <h3>Other means of accessing CVS</h3>
89 <
90 < <p>We currently provide <a href="http://www.polstra.com/projects/freeware/CVSup/"> CVSup</a> access to the repository, either for mirroring or
91 < for maintaining an up-to-date local copy. You will probably want to create a
92 < supfile that looks something like this;</p>
93 < </font>
94 <
95 < <pre>*default host=cvsup.i-scream.org
1 > <!--#include virtual="/doctype.inc" -->
2 >  <head>
3 >    <title>
4 >      i-scream cvs repository
5 >    </title>
6 > <!--#include virtual="/style.inc" -->
7 >  </head>
8 >  <body>
9 >    <div id="container">
10 >      <div id="main">
11 > <!--#include virtual="/header.inc" -->
12 >        <div id="contents">
13 >          <h1 class="top">
14 >            i-scream CVS Repository
15 >          </h1>
16 >          <p>
17 >            The i-scream CVS Repository contains all code,
18 >            documentation, and other files pertaining to all i-scream
19 >            projects.
20 >          </p>
21 >          <p>
22 >            All code available in the CVS Repository is
23 >            <a href= "/license.xhtml">licensed</a> under the GPL.
24 >          </p>
25 >          <h3>
26 >            Web Access
27 >          </h3>
28 >          <p>
29 >            We use <a href="http://viewcvs.sourceforge.net/">viewcvs</a>
30 >            to provide a visual frontend to the CVS Repository. It
31 >            allows you to browse around the repository, viewing any
32 >            version of a file, and the differences between different
33 >            versions. There is also a link to download the latest
34 >            version of any section.
35 >          </p>
36 >          <p>
37 >            <a href="http://cvs.i-scream.org/">http://cvs.i-scream.org/</a>
38 >          </p>
39 >          <p>
40 >            We also have a facility to allow people to keep tabs on
41 >            what's changed recently. The following are available:
42 >          </p>
43 >          <ul>
44 >            <li><a href="/cgi-bin/cvslog.cgi?period=today">Commits today</a></li>
45 >            <li><a href="/cgi-bin/cvslog.cgi?period=thisweek">Commits this week</a></li>
46 >            <li><a href="/cgi-bin/cvslog.cgi?period=days&amp;days=7">Commits in the past 7 days</a></li>
47 >            <li><a href="/cgi-bin/cvslog.cgi?period=since&amp;date=2001/03/29">Commits made since 29/03/2001</a></li>
48 >          </ul>
49 >          <h3>
50 >            Anonymous CVS Access (read-only)
51 >          </h3>
52 >          <p>
53 >            Anyone can access the i-scream CVS repository in anonymous
54 >            mode read-only mode. The following commands will allow you
55 >            to check out a portion of the CVS repository. To see what
56 >            is available it is recommended that you first look at the
57 >            web frontend.
58 >          </p>
59 >          <pre>
60 > cvs -d :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream login
61 > cvs -d :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream checkout [module]
62 > </pre>
63 >          <p>
64 >            When asked for a password, simply press enter. Replace
65 >            [module] with the section you wish to checkout.
66 >          </p>
67 >          <h3>
68 >            Developer CVS Access (write)
69 >          </h3>
70 >          <p>
71 >            The i-scream development team have full write access to the
72 >            CVS repository. This is only available over SSH, and can be
73 >            done on most clients. First the following environment
74 >            variables need to be set.
75 >          </p>
76 >          <pre>
77 > CVS_RSH = ssh
78 > CVSROOT = :ext:username@cvs.i-scream.org:/cvs/i-scream
79 > </pre>
80 >          <p>
81 >            You should know your username and password already. After
82 >            setting these you will need to enter your password each
83 >            time you use a CVS command. Obviously this is a time
84 >            wasting event, so an RSA key can be generated and placed on
85 >            the server for you. Please view the relevant ssh manpages
86 >            on how to generate an RSA key pair.
87 >          </p>
88 >          <p>
89 >            After this you will be able to work with CVS as normal.
90 >          </p>
91 >          <h3>
92 >            Other means of accessing CVS
93 >          </h3>
94 >          <p>
95 >            We currently provide <a href="http://www.cvsup.org/">CVSup</a>
96 >            access to the repository, either for mirroring or for
97 >            maintaining an up-to-date local copy. You will probably
98 >            want to create a supfile that looks something like this;
99 >          </p>
100 >          <pre>
101 > *default host=cvsup.i-scream.org
102   *default base=/home/user/sup
103   *default prefix=/home/user/i-scream
104   *default release=cvs
105   *default delete use-rel-suffix
106   *default compress
107 < i-scream.cms.source tag=.</pre>
108 <
109 < <font face="Arial" size="2">
110 < <p>The last item in that list is the collection you which to get. The collection
111 < &quot;i-scream&quot; is simply the whole repository, and is best used with no
112 < tag specified for mirroring. It is most likely that you will want to do that
113 < given above, which gets the latest copy of the i-scream source code.</p>
114 <
115 < <h3>CVS Statistics</h3>
116 <
117 < <p>There are some statistics available on the cms module of the CVS
118 < repository, generated by <a href="http://cvsplot.sourceforge.net/">cvsplot</a>,
119 < that allow you to see the progress of development. They're not that exciting,
120 < but do show when the work was done.</p>
121 <
122 < <p><a href="http://www.i-scream.org/cvsplot">http://www.i-scream.org/cvsplot</a></p>
123 <
124 < </font>
125 <
126 < <!--#include virtual="bottom.inc" -->
127 <  </td>
128 < </tr>
129 < </table>
130 <
131 < </body>
132 <
107 > i-scream.cms.source tag=.
108 > </pre>
109 >          <p>
110 >            The last item in that list is the collection you which to
111 >            get. The collection "i-scream" is simply the whole
112 >            repository, and is best used with no tag specified for
113 >            mirroring. It is most likely that you will want to do that
114 >            given above, which gets the latest copy of the i-scream
115 >            source code.
116 >          </p>
117 >          <h3>
118 >            CVS Statistics
119 >          </h3>
120 >          <p>
121 >            There are some statistics available on the cms module
122 >            of the CVS repository, generated by
123 >            <a href="http://cvsplot.sourceforge.net/">cvsplot</a>,
124 >            that allow you to see the progress of development.
125 >            They're not that exciting, but do show when the work
126 >            was done.
127 >          </p>
128 >          <p>
129 >            <a href="/cvsplot/">http://www.i-scream.org/cvsplot/</a>
130 >          </p>
131 >        </div>
132 > <!--#include virtual="/footer.inc" -->
133 >      </div>
134 > <!--#include virtual="/menu.inc" -->
135 >    </div>
136 >  </body>
137   </html>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines