Date: 2004-04-28T10:01:11
   Editor: 208.42.65.236 <>
   Wiki: Apache Geronimo Wiki
   Page: FrontPage
   URL: http://wiki.apache.org/geronimo/FrontPage

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -17,12 +17,55 @@
 
 The logo contest has been restarted.  Please visit LogoContest for more 
information.
 
+= Downloads =
+
+    == Binaries ==
+
+    There are currently no binary releases of Geronimo.
+
+    == Source ==
+
+    There are currently no source releases of Geronimo.  Please, use CVS to 
obtain the source code.
+
+= CVS Repository =
+
+Instructions on CVS use can be found [wiki:CvsInstructions here] (includes 
instructions for building a `diff`)
+
+    == Web Access ==
+    [http://cvs.apache.org/viewcvs/incubator-geronimo/]
+
+    == Anonymous CVS Access ==
+    The Geronimo CVS repository can be checked out through anonymous (pserver) 
 CVS with the following instruction set.  When prompted for a password for 
anonymous, simply press the Enter key.
+
+    {{{
+cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login 
+cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co incubator-geronimo
+}}}
+    Updates from within the module's directory do not need the -d parameter.
+
+    == Developer CVS Access via SSH ==
+    Only project developers can access the CVS tree via this method.  SSH1 
must be installed on your client machine.  Substitute name  with the proper 
value.  Enter your site password when prompted.
+
+    {{{
+export CVS_RSH=ssh 
+cvs -z3 -d :ext:[EMAIL PROTECTED]:/home/cvs co incubator-geronimo
+}}}
+    Remember to replace 'username' with your actual username on cvs.apache.org.
+
+    == CVS Access behind a firewall ==
+    For those developers who are stuck behind a corporate firewall, CVSGrab  
can use the viewcvs web interface to checkout the source code via HTTP.
+
 = Mailing Lists =
 
 If you would like to find out more or become involved, please send subscribe 
to the project's mailing list.  The project's mailing list is the primary 
''roster'' and means of communication.
 
  * Geronimo Development - [mailto:[EMAIL PROTECTED] Subscribe] 
[http://nagoya.apache.org/eyebrowse/SummarizeList?listId=140 Archive]
 
+= Issue Tracking =
+
+Issues, bugs, and feature requests should be submitted to the Geronimo issue 
tracking system.
+
+ * Issue Tracking - 
[http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10220 Jira] 
 
 = Related Sites =
 
@@ -41,12 +84,9 @@
 = Developer Information =
 
  * CodingStandards
- * IssueTracking - Jira 
- * [http://cvs.apache.org/viewcvs/incubator-geronimo CVS Repository]
  * WishList
  * Roadmap
  * [wiki:J2EESpecs J2EE Specifications]
- * CvsInstructions (includes instructions for building a `diff`)
  * BuildingAndRunning - Building and running the project and solutions to some 
problems
  * GeronimoBabylonDictionary
  * Geronimo ["Presentations"] at conferences, etc.

Reply via email to