commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r10171 - in trunk/www: . utils/sbin web/community web/developers


From: reinhard
Subject: [gnue] r10171 - in trunk/www: . utils/sbin web/community web/developers web/downloads
Date: Tue, 4 May 2010 14:42:00 -0500 (CDT)

Author: reinhard
Date: 2010-05-04 14:41:59 -0500 (Tue, 04 May 2010)
New Revision: 10171

Added:
   trunk/www/web/developers/bzr.php
Removed:
   trunk/www/web/developers/svn.php
Modified:
   trunk/www/
   trunk/www/utils/sbin/environment
   trunk/www/utils/sbin/update-tasks
   trunk/www/web/community/bugs.php
   trunk/www/web/community/index.php
   trunk/www/web/community/mail.php
   trunk/www/web/developers/_module_menu.php
   trunk/www/web/developers/index.php
   trunk/www/web/developers/involve.php
   trunk/www/web/downloads/downloads.php
   trunk/www/web/downloads/index.php
   trunk/www/web/downloads/snapshots.php
Log:
Updated web pages to reflect move from Subversion to Bazaar.



Property changes on: trunk/www
___________________________________________________________________
Name: bzr:revision-info
   + timestamp: 2010-05-04 21:39:15.244999886 +0200
committer: Reinhard Müller <address@hidden>
properties: 
        branch-nick: www

Name: bzr:file-ids
   + utils/sbin/environment     
address@hidden:trunk%2Fwww%2Futils%2Fsbin%2Fenvironment
utils/sbin/update-tasks address@hidden:trunk%2Fwww%2Futils%2Fsbin%2Fupdate-tasks
web/community/bugs.php  address@hidden:trunk%2Fwww%2Fweb%2Fcommunity%2Fbugs.php
web/community/index.php address@hidden:trunk%2Fwww%2Fweb%2Fcommunity%2Findex.php
web/community/mail.php  address@hidden:trunk%2Fwww%2Fweb%2Fcommunity%2Fmail.php
web/developers/_module_menu.php 
address@hidden:trunk%2Fwww%2Fweb%2Fdevelopers%2F_module_menu.php
web/developers/bzr.php  address@hidden:trunk%2Fwww%2Fweb%2Fdevelopers%2Fsvn.php
web/developers/index.php        
address@hidden:trunk%2Fwww%2Fweb%2Fdevelopers%2Findex.php
web/developers/involve.php      
address@hidden:trunk%2Fwww%2Fweb%2Fdevelopers%2Finvolve.php
web/downloads/downloads.php     
address@hidden:trunk%2Fwww%2Fweb%2Fdownloads%2Fdownloads.php
web/downloads/index.php address@hidden:trunk%2Fwww%2Fweb%2Fdownloads%2Findex.php
web/downloads/snapshots.php     
address@hidden:trunk%2Fwww%2Fweb%2Fdownloads%2Fsnapshots.php

Name: bzr:revision-id:v4
   + 333 address@hidden

Name: bzr:text-parents
   + utils/sbin/environment     
svn-v4:3a364389-8fce-0310-8f11-cc363fde16c7:trunk/www:9634
utils/sbin/update-tasks 
svn-v4:3a364389-8fce-0310-8f11-cc363fde16c7:trunk/www:10147
web/community/bugs.php  
svn-v4:3a364389-8fce-0310-8f11-cc363fde16c7:trunk/www:8069
web/community/index.php 
svn-v4:3a364389-8fce-0310-8f11-cc363fde16c7:trunk/www:9980
web/community/mail.php  
svn-v4:3a364389-8fce-0310-8f11-cc363fde16c7:trunk/www:9980
web/developers/_module_menu.php 
svn-v4:3a364389-8fce-0310-8f11-cc363fde16c7:trunk/www:8040
web/developers/bzr.php  
svn-v4:3a364389-8fce-0310-8f11-cc363fde16c7:trunk/www:8765
web/developers/index.php        
svn-v4:3a364389-8fce-0310-8f11-cc363fde16c7:trunk/www:9980
web/developers/involve.php      
svn-v4:3a364389-8fce-0310-8f11-cc363fde16c7:trunk/www:9778
web/downloads/downloads.php     
svn-v4:3a364389-8fce-0310-8f11-cc363fde16c7:trunk/www:9628
web/downloads/index.php 
svn-v4:3a364389-8fce-0310-8f11-cc363fde16c7:trunk/www:9628
web/downloads/snapshots.php     
svn-v4:3a364389-8fce-0310-8f11-cc363fde16c7:trunk/www:9734


Modified: trunk/www/utils/sbin/environment
===================================================================
--- trunk/www/utils/sbin/environment    2010-05-03 20:49:54 UTC (rev 10170)
+++ trunk/www/utils/sbin/environment    2010-05-04 19:41:59 UTC (rev 10171)
@@ -1,6 +1,6 @@
 #!/bin/bash
 export BASE=/usr/local/gnue-sandbox
 export CHECKOUT=${BASE}/svn/gnue
-export INSTALLED=${CHECKOUT}/.svndevelbase
+export INSTALLED=${CHECKOUT}/.bzrdevelbase
 export PATH="$PATH:$BASE/bin"
 

Modified: trunk/www/utils/sbin/update-tasks
===================================================================
--- trunk/www/utils/sbin/update-tasks   2010-05-03 20:49:54 UTC (rev 10170)
+++ trunk/www/utils/sbin/update-tasks   2010-05-04 19:41:59 UTC (rev 10171)
@@ -78,12 +78,12 @@
  ($SVNUPDATE || (echo "  (*) Running SVN Cleanup"; $SVNCLEANUP && $SVNUPDATE) 
) || (echo "  (*) Unable to svn update.")
 fi
 #
-# Run setup-svn.py to get a working install in /usr/local/gnue-sandbox/
+# Run setup-bzr.py to get a working install in /usr/local/gnue-sandbox/
 #
 rm -rf ${BASE}/gnue ${BASE}/bin/*
-echo "$(date +"%F %T")  Running setup-svn.py."
+echo "$(date +"%F %T")  Running setup-bzr.py."
 cd ${CHECKOUT}/gnue-common
-HOME=${BASE} ./setup-svn.py --auto  2>&1 | sed 's/^/  (*) /g'
+HOME=${BASE} ./setup-bzr.py --auto  2>&1 | sed 's/^/  (*) /g'
 
 
 #

Modified: trunk/www/web/community/bugs.php
===================================================================
--- trunk/www/web/community/bugs.php    2010-05-03 20:49:54 UTC (rev 10170)
+++ trunk/www/web/community/bugs.php    2010-05-04 19:41:59 UTC (rev 10171)
@@ -13,8 +13,8 @@
 <p>We willingly accept patches - you can include them as attachments or email 
to our address@hidden address.
 Our preferred format
 for patches is the output produced by <code>diff -Naur</code> rather than
-<code>svn diff -c</code>. (This is because it is less likely to break things
-if SVN has been updated between your last SVN update and us applying the
+<code>bzr diff -c</code>. (This is because it is less likely to break things
+if Bazaar has been updated between your last bzr update and us applying the
 patch.)</p>
 
 <p>Note that, except for fixing typos or other 'obvious' patches, we will

Modified: trunk/www/web/community/index.php
===================================================================
--- trunk/www/web/community/index.php   2010-05-03 20:49:54 UTC (rev 10170)
+++ trunk/www/web/community/index.php   2010-05-04 19:41:59 UTC (rev 10171)
@@ -7,21 +7,21 @@
 <h1>GNUe Community</h1>
 
 <p>
-<!-- <img src="../e_ball.png"> --><a href="../developers/involve.php">Get 
Involved!</a> -
+<a href="../developers/involve.php">Get Involved!</a> -
 how to get involved in the many aspects of the GNUe project.<br />
 
-<!-- <img src="../e_ball.png"> --><a href="mail.php">Mailing Lists</a> -
+<a href="mail.php">Mailing Lists</a> -
 details of the several GNUe mailing lists.<br />
 
-<!-- <img src="../e_ball.png"> --><a href="irc.php">IRC</a> (Internet Relay 
Chat) - where the GNUe developers hang out.<br />
+<a href="irc.php">IRC</a> (Internet Relay Chat) - where the GNUe developers 
hang out.<br />
 
-<!-- <img src="../e_ball.png"> --><a href="history.php">History</a> -
+<a href="history.php">History</a> -
 a brief outline of how we got here.<br />
 
-<!-- <img src="../e_ball.png"> --><a href="../developers/svn.php">SVN</a> -
+<a href="../developers/bzr.php">Bazaar</a> -
 - ways to access the GNU Enterprise source code.<br />
 
-<!-- <img src="../e_ball.png"> --><a href="bugs.php">Bug Tracking</a> -
+<a href="bugs.php">Bug Tracking</a> -
 how to report and track bugs.<br />
 
 <table>

Modified: trunk/www/web/community/mail.php
===================================================================
--- trunk/www/web/community/mail.php    2010-05-03 20:49:54 UTC (rev 10170)
+++ trunk/www/web/community/mail.php    2010-05-04 19:41:59 UTC (rev 10171)
@@ -30,9 +30,9 @@
 http://mail.gnu.org/mailman/listinfo/gnue-dev</a>.</p>
 
 <h2>address@hidden</h2>
-<p>A mailing list with SVN commit messages for the project. 
+<p>A mailing list with Bazaar commit messages for the project. 
 Unlikely to be of interest except to active GNUe Developers 
-who regularly access the codebase via SVN.<br>
+who regularly access the codebase via Bazaar.<br>
 Subscribe to this list at 
 <a href="http://mail.gnu.org/mailman/listinfo/commit-gnue";>
 http://mail.gnu.org/mailman/listinfo/commit-gnue</a>.

Modified: trunk/www/web/developers/_module_menu.php
===================================================================
--- trunk/www/web/developers/_module_menu.php   2010-05-03 20:49:54 UTC (rev 
10170)
+++ trunk/www/web/developers/_module_menu.php   2010-05-04 19:41:59 UTC (rev 
10171)
@@ -1,6 +1,6 @@
     <h3><a href="<?php print "$BASEDIR"; ?>/developers/" >Developer's 
Corner</a></h3>
       <ul>
-        <li><a href="<?php print "$BASEDIR"; ?>/developers/svn.php" >Get 
Source Code</a></li>
+        <li><a href="<?php print "$BASEDIR"; ?>/developers/bzr.php" >Get 
Source Code</a></li>
         <li><a 
href="http://www.gnuenterprise.org/cgi-bin/viewcvs.cgi/trunk/?root=gnue";>Browse 
Source Code</a></li>
         <li><a href="<?php print "$BASEDIR"; ?>/developers/docs.php">Core 
Documentation</a></li>
       </ul>

Copied: trunk/www/web/developers/bzr.php (from rev 10151, 
trunk/www/web/developers/svn.php)
===================================================================
--- trunk/www/web/developers/bzr.php                            (rev 0)
+++ trunk/www/web/developers/bzr.php    2010-05-04 19:41:59 UTC (rev 10171)
@@ -0,0 +1,47 @@
+<?php $BASEDIR="..";
+      $MODULE="developers";
+      $TITLE="Bazaar Access";
+      include ("$BASEDIR/shared/_header.php"); ?>
+
+<div id="body">
+<h1>Bazaar</h1>
+
+<p>Bazaar is a distributed source code versioning system, a 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 Bazaar repository is publicly accessible.
+There are several ways to access the repository:</p>
+
+<h2>Web Access</h2>
+
+<p>You can browse the source tree
+<a 
href="http://www.gnuenterprise.org/cgi-bin/viewcvs.cgi/trunk/?root=gnue";>online</a>.</p>
+
+<h2>Normal Bazaar command line tools</h2>
+
+<p>To access Bazaar...</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>
+  $ bzr co bzr branch http://bzr.savannah.gnu.org/srv/bzr/gnue
+</pre>
+
+<ul>
+   <li>You now have a local copy of the main GNUe trunk in gnue/</li>
+</ul>
+
+<h2>Developer Access</h2>
+<p>GNU Enterprise Developer can access the repository with the following 
command.</p>
+<pre>
+  $ bzr branch sftp://<logname>@bzr.savannah.gnu.org/srv/bzr/gnue
+</pre>
+
+</div>
+
+<?php include "$BASEDIR/shared/_footer.php"; ?>

Modified: trunk/www/web/developers/index.php
===================================================================
--- trunk/www/web/developers/index.php  2010-05-03 20:49:54 UTC (rev 10170)
+++ trunk/www/web/developers/index.php  2010-05-04 19:41:59 UTC (rev 10171)
@@ -21,7 +21,7 @@
 For introductory text on python, please visit <a 
href="http://www.python.org/doc/Intros.html";>
 http://www.python.org/</a>.</li>
 
-<li>GNUe uses <a href="http://subversion.tigris.org/";>subversion</a> for 
revision control of our source code. To learn more GNUe's revision control, 
please see our <a href="svn.php">SVN instructions</a>. </li>
+<li>GNUe uses Bazaar for revision control of source code. To learn more GNUe's 
revision control, please see our <a href="bzr.php">Bazaar instructions</a>. 
</li>
 
 <li>GNUe developers use <a href="../community/irc.php">IRC</a> extensively
 to communicate, though we do read the <a 
href="../community/mail.php">developer's mailing list</a> and respond to mail 
posted there as well.</li>

Modified: trunk/www/web/developers/involve.php
===================================================================
--- trunk/www/web/developers/involve.php        2010-05-03 20:49:54 UTC (rev 
10170)
+++ trunk/www/web/developers/involve.php        2010-05-04 19:41:59 UTC (rev 
10171)
@@ -28,7 +28,7 @@
 <h2>Coding</h2>
 
 <p>The full GNUe code base can be checked out using
-anonymous <a href="../developers/svn.php">Subversion</a> access. We
+anonymous <a href="../developers/bzr.php">Bazaar</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>
@@ -50,12 +50,12 @@
 further input. This is an area where people with a business
 background, rather than IT, can be absolutely invaluable.</p>
 
-<h2>SVN bug testing</h2>
+<h2>Bazaar 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
 of the product themselves, they cannot cover all possible bases,
-and active testers of <a href="svn.php">SVN</a> are therefore
+and active testers of <a href="bzr.php">Bazaar</a> are therefore
 encouraged.</p>
 
 <p>Details of how to report bugs, via e-mail or DCL, are

Deleted: trunk/www/web/developers/svn.php
===================================================================
--- trunk/www/web/developers/svn.php    2010-05-03 20:49:54 UTC (rev 10170)
+++ trunk/www/web/developers/svn.php    2010-05-04 19:41:59 UTC (rev 10171)
@@ -1,76 +0,0 @@
-<?php $BASEDIR="..";
-      $MODULE="developers";
-      $TITLE="Subversion Access";
-      include ("$BASEDIR/shared/_header.php"); ?>
-
-<div id="body">
-<h1>Subversion</h1>
-
-<p><a href="http://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/trunk/?root=gnue";>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 http://svn.gnuenterprise.org/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>Developer Access</h2>
-<p>GNU Enterprise Developer can access the repository with the following 
command.</p>
-<pre>
-  $ svn co svn+ssh://svn.gnuenterprise.org/var/svn/gnue/trunk gnue
-</pre>
-
-<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"; ?>

Modified: trunk/www/web/downloads/downloads.php
===================================================================
--- trunk/www/web/downloads/downloads.php       2010-05-03 20:49:54 UTC (rev 
10170)
+++ trunk/www/web/downloads/downloads.php       2010-05-04 19:41:59 UTC (rev 
10171)
@@ -16,10 +16,10 @@
 
   <li><a href="snapshots.php">Nightly
   Snapshots</a> - every night (US time), an automatic script
-  creates a nightly SVN snapshot for the two main operating systems
+  creates a nightly snapshot for the two main operating systems
   supported by GNU Enterprise. The last five night's
-  snapshots are available here. As with all
-  SVN versions of software, these may or may not work.<br />
+  snapshots are available here. As with all snapshot
+  versions of software, these may or may not work.<br />
 
   <li><a href="prereleases.php">Pre-releases</a>
   - in the rush for a new release, various pre-release

Modified: trunk/www/web/downloads/index.php
===================================================================
--- trunk/www/web/downloads/index.php   2010-05-03 20:49:54 UTC (rev 10170)
+++ trunk/www/web/downloads/index.php   2010-05-04 19:41:59 UTC (rev 10171)
@@ -17,10 +17,10 @@
 
   <li><a href="snapshots.php">Nightly
   Snapshots</a> - every night (US time), an automatic script
-  creates a nightly SVN snapshot for the two main operating systems
+  creates a nightly snapshot for the two main operating systems
   supported by GNU Enterprise. The last five night's
-  snapshots are available here. As with all
-  SVN versions of software, these may or may not work.<br />
+  snapshots are available here. As with all snapshot
+  versions of software, these may or may not work.<br />
 
   <li><a href="prereleases.php">Pre-releases</a>
   - in the rush for a new release, various pre-release

Modified: trunk/www/web/downloads/snapshots.php
===================================================================
--- trunk/www/web/downloads/snapshots.php       2010-05-03 20:49:54 UTC (rev 
10170)
+++ trunk/www/web/downloads/snapshots.php       2010-05-04 19:41:59 UTC (rev 
10171)
@@ -9,8 +9,8 @@
 
   <p>Nightly snapshots of the GNUe code base are now
   available here. These are primarily useful for
-  developers who wish to test the current SVN base but
-  cannot use the cvs tools (e.g., people behind a firewall).
+  developers who wish to test the current developer base but
+  cannot use Bazaar (e.g., people behind a firewall).
   These snapshots are made at approximately midnight (USA and Canada
   Central timezone) each night. Snapshots are kept for
   5 nights before being deleted. Snapshots are available





reply via email to

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