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.4 by tdb, Tue Jun 5 16:30:30 2001 UTC vs.
Revision 1.19 by tdb, Thu Jan 12 16:14:40 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines