commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5492 - in trunk/www/web: community developers


From: jcater
Subject: r5492 - in trunk/www/web: community developers
Date: Wed, 24 Mar 2004 00:21:27 -0600 (CST)

Author: jcater
Date: 2004-03-24 00:21:26 -0600 (Wed, 24 Mar 2004)
New Revision: 5492

Added:
   trunk/www/web/developers/svn.php
Removed:
   trunk/www/web/community/cvs.php
Modified:
   trunk/www/web/community/involve.php
Log:
updated the svn page to reflect the new server structure

Deleted: trunk/www/web/community/cvs.php
===================================================================
--- trunk/www/web/community/cvs.php     2004-03-24 05:53:45 UTC (rev 5491)
+++ trunk/www/web/community/cvs.php     2004-03-24 06:21:26 UTC (rev 5492)
@@ -1,88 +0,0 @@
-<?php $BASEDIR="..";
-      $MODULE="project";
-      $TITLE="CVS";
-      include ("$BASEDIR/shared/_header.php"); ?>
-
-<div id="body">
-<h1>CVS</h1>
-
-<p>CVS is the Content Versioning System, a client-server set of 
-tools for maintaining text (in this case, the source code for 
-GNU Enterprise) and keeping track of all the changes.</p>
-
-<p>The GNU Enterprise CVS is publicly accesible on savannah, so 
-anyone can view and download the source code. 
-<a href="http://savannah.gnu.org";>Savannah</a> is a website
-which is use to house development resources for many GNU and 
-other free software projects.</p>
-
-<p>There are several ways to access CVS:</p>
-
-<h3>Web Access</h3>
-
-<p>You can browse the cvs tree 
-<a href="http://savannah.gnu.org/cgi-bin/viewcvs/gnue/";>online</a></b>.</p>
-
-<h3>Normal CVS command line tools</h3>
-
-<p>To access cvs.....</p>
-<ul>
-   <li>First time only: Create a directory in which you wish 
-       to store the repository</li>
-   <li>Change to the directory you created above</li>
-   <li>Issue the following commands</li>
-</ul>
-
-<pre>
-  $ cvs -d :pserver:address@hidden:/cvsroot/gnue login
-    (Logging in to address@hidden)
-    CVS password: **Password is left blank
-
-  $ cvs -d :pserver:address@hidden:/cvsroot/gnue co gnue-common
-  $ cvs -d :pserver:address@hidden:/cvsroot/gnue co gnue-appserver
-  $ cvs -d :pserver:address@hidden:/cvsroot/gnue co gnue-forms
-  $ cvs -d :pserver:address@hidden:/cvsroot/gnue co gnue-reports
-  $ cvs -d :pserver:address@hidden:/cvsroot/gnue co gnue-designer
-  $ cvs -d :pserver:address@hidden:/cvsroot/gnue co gnue-navigator
-  $ cvs -d :pserver:address@hidden:/cvsroot/gnue co gnue-integrator
-
-</pre>
-
-
-<ul>
-   <li>You now have a local copy of the various repositories.</li>
-</ul>
-
-<p><i><b>**NOTE:  There is NO password for anoncvs.  
-The user is anoncvs and the password is empty/null.  
-Simply hit enter.</b></i></p>
-
-<h3>CVS Snapshots</h3>
-
-<p>There are 
-<a href="http://www.gnuenterprise.org/downloads/snapshots.php";>nightly 
-and 
-<a href="http://www.gnuenterprise.org/downloads/hourly.php";>hourly</a> 
-snapshots of CVS available 
-for <a 
href="http://www.gnuenterprise.org/downloads/downloads.php";>download</a> 
-from the GNU Enterprise website. These are primarily useful for 
-developers who wish to test the current CVS base but 
-cannot use the cvs tools (e.g., people behind a firewall).</p>
-
-<h3>Bonsai</h3>
-
-<p><a href="http://bonsai.gnue.org";>Bonsai</a> is a query interface to the CVS 
sourcerepository.</p>
-
-<h3>LXR</h3>
-
-<p><a href="http://lxr.gnue.org";>This</a> is a cross referenced 
-display of the GNU Enterprise source code. This is updated from 
-CVS several times a day, so should be 
-fairly up to date. It's possible to search through the entire 
-GNU Enterprise source text; or to search for files whose name 
-matches a pattern; or to search for the definitions of particular 
-functions, variables, etc.</p>
-
-</div>
-
-<?php include "$BASEDIR/shared/_footer.php"; ?>

Modified: trunk/www/web/community/involve.php
===================================================================
--- trunk/www/web/community/involve.php 2004-03-24 05:53:45 UTC (rev 5491)
+++ trunk/www/web/community/involve.php 2004-03-24 06:21:26 UTC (rev 5492)
@@ -25,11 +25,11 @@
 use not just of coders but all kinds of people), but it's
 still a good overall introduction.</p>
 
-<h3>Coding</h3>
+<h2>Coding</h2>
 
 <p>The full GNUe code base can be checked out using
-Anonymous <a href="cvs.php">SVN</a> access. We
-willingly accept patches to existing functionality, or you
+Anonymous <a href="../developers/svn.php">Subversion</a> access. We
+willingly accept patches to existing functionality, or you can view our
 roadmaps to see what features we are planning, and volunteer
 to help out with these.</p>
 
@@ -43,14 +43,14 @@
 coding), there are many other ways to get involved in
 GNUe.</p>
 
-<h3>Package Proposals</h3>
+<h2>Package Proposals</h2>
 
 <p>At the moment, we only have proposals for some of the GNUe
 packages, and those that we do have could always do with
 further input. This is an area where people with a business
 background, rather than IT, can be absolutely invaluable.</p>
 
-<h3>CVS bug testing</h3>
+<h2>CVS bug testing</h2>
 
 <p>All of the tools are continually being developed. Although the
 core developers do alpha-testing as they go, and are active users
@@ -61,7 +61,7 @@
 <p>Details of how to report bugs, via e-mail or DCL, are
 <a href="bugs.php">here</a>.</p>
 
-<h3>Pre-release testing</h3>
+<h2>Pre-release testing</h2>
 
 <p>In the rush for a new release, pre-release candidates will be made
 available for testing. Testing of these
@@ -72,7 +72,7 @@
 the preferred way to report bugs is via
 <a href="irc.php">IRC</a>.</p>
 
-<h3>Cross-platform testing</h3>
+<h2>Cross-platform testing</h2>
 
 <p>In both cases, we are especially keen for testers for platforms which
 are under-represented among the core developers, most of whom use
@@ -80,17 +80,17 @@
 GNU/Linux, SUSe GNU/Linux and Microsoft Windows (95, 98, 2000, NT,
 XP) are therefore especially welcome.</p>
 
-<h3>Documentation patches</h3>
+<h2>Documentation patches</h2>
 
 <p>Spot an error in <a href="../project/docs-all.php">documentation</a>?
 E-mail <a href="mailto:address@hidden";>address@hidden</a>.</p>
 
-<h3>Web site patches</h3>
+<h2>Web site patches</h2>
 
 <p>Spot an error on this website? E-mail
 <a href="mailto:address@hidden";>address@hidden</a>.</p>
 
-<h3>New documentation</h3>
+<h2>New documentation</h2>
 
 <p>New documentation is welcome in whatever format - we use a mixture of
 plain text, Texinfo, Docbook, LaTex, or OpenOffice for documentation formats,
@@ -98,12 +98,12 @@
 does not have to be large to be useful - a well-crafted, topic-specifc
 HOWTO can be a very valuable addition to the community.</p>
 
-<h3>Or even...</h3>
+<h2>Or even...</h2>
 
 <p>If nothing else, you could hang out in <a href="irc.php">IRC</a>
 and keep the core developers enthused and amused...</p>
 
-<h3>Copyright issues</h3>
+<h2>Copyright issues</h2>
 
 <p>If you are contributing significant amounts of code or
 documentation, we will need

Copied: trunk/www/web/developers/svn.php (from rev 5470, 
trunk/www/web/community/cvs.php)
===================================================================
--- trunk/www/web/community/cvs.php     2004-03-22 21:50:52 UTC (rev 5470)
+++ trunk/www/web/developers/svn.php    2004-03-24 06:21:26 UTC (rev 5492)
@@ -0,0 +1,70 @@
+<?php $BASEDIR="..";
+      $MODULE="project";
+      $TITLE="Subversion";
+      include ("$BASEDIR/shared/_header.php"); ?>
+
+<div id="body">
+<h1>Subversion</h1>
+
+<p><a href="subversion.tigris.org">Subversion</a> is a source code versioning 
system, a client-server set of tools for maintaining
+text (in this case, the source code for GNU Enterprise) and keeping
+track of all the changes.</p>
+
+<p>The GNU Enterprise subversion repository is publicly accessible.
+There are several ways to access Subversion:</p>
+
+<h2>Web Access</h2>
+
+<p>You can browse the subversion tree
+<a 
href="http://www.gnuenterprise.org/cgi-bin/viewcvs.cgi/gnue/trunk/";>online</a>.</p>
+
+<h2>Normal Subversion command line tools</h2>
+
+<p>To access subversion.....</p>
+<ul>
+   <li>First time only: Create a directory in which you wish
+       to store the repository</li>
+   <li>Change to the directory you created above</li>
+   <li>Issue the following commands:</li>
+</ul>
+
+<pre>
+  $ svn co svn://svn.gnuenteprise.org/var/svn/gnue/trunk gnue
+</pre>
+
+<ul>
+   <li>You now have a local copy of the main GNUe trunk in gnue/</li>
+</ul>
+
+<h2>Subversion GUIs</h2>
+<p><a href="http://rapidsvn.tigris.org/";>RapidSVN</a> is a
+cross-platform GUI-based client for subversion that can run
+under Linux, Windows, Mac OS 9/X, Solaris, etc. </p>
+
+<p>Visit
+<a href="http://rapidsvn.tigris.org/";>http://rapidsvn.tigris.org/</a>
+for more information and downloads.</p>
+
+<h2>Nightly Snapshots</h2>
+
+<p>There are
+<a href="http://www.gnuenterprise.org/downloads/snapshots.php";>nightly
+snapshots of our source code available
+for <a href="http://www.gnuenterprise.org/downloads/downloads.php";>download</a>
+from the GNU Enterprise website. These are primarily useful for
+developers who wish to test the current GNUe base but
+cannot use the subversion tools (e.g., people behind a firewall).</p>
+
+<!-- TODO  <h2>LXR</h2>
+
+<p><a href="http://lxr.gnue.org";>This</a> is a cross referenced
+display of the GNU Enterprise source code. This is updated from
+Subversion several times a day, so should be
+fairly up to date. It's possible to search through the entire
+GNU Enterprise source text; or to search for files whose name
+matches a pattern; or to search for the definitions of particular
+functions, variables, etc.</p>  -->
+
+</div>
+
+<?php include "$BASEDIR/shared/_footer.php"; ?>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]