Author: igor
Date: Sun May 26 12:01:55 2013
New Revision: 11192

Log:
Editor's Manual: replaced quantum with higgs, corrected repository location as 
per SSH instructions

Modified:
   trunk/edguide/chapter01.xml
   trunk/edguide/chapter02.xml
   trunk/edguide/chapter03.xml
   trunk/edguide/chapter07.xml

Modified: trunk/edguide/chapter01.xml
==============================================================================
--- trunk/edguide/chapter01.xml Sun May 26 11:28:34 2013        (r11191)
+++ trunk/edguide/chapter01.xml Sun May 26 12:01:55 2013        (r11192)
@@ -30,12 +30,12 @@
   <application>Subversion</application> repository where the book itself is 
stored.
   All of these services are provided by the server
   <emphasis>linuxfromscratch.org</emphasis> also known as
-  <emphasis>quantum.linuxfromscratch.org</emphasis>.  This single server 
provides
+  <emphasis>higgs.linuxfromscratch.org</emphasis>.  This single server provides
   mailing lists, web hosting, <application>Subversion</application> hosting, 
ftp
   hosting, the Trac system, and basically everything used to work on the BLFS
   project.</para>
 
-  <para>Anyone can subscribe to any of the mailing lists provided by quantum.
+  <para>Anyone can subscribe to any of the mailing lists provided by higgs.
   You can find a good description of the mailing lists at <ulink
   url="http://www.linuxfromscratch.org/mail.html"/>.</para>
 

Modified: trunk/edguide/chapter02.xml
==============================================================================
--- trunk/edguide/chapter02.xml Sun May 26 11:28:34 2013        (r11191)
+++ trunk/edguide/chapter02.xml Sun May 26 12:01:55 2013        (r11192)
@@ -22,7 +22,7 @@
 
     <para>There are two types of SVN access provided to the BLFS tree: 
anonymous
     read-only access which anyone can use and read-write access granted to 
active
-    editors who have quantum accounts with membership in the appropriate 
groups.</para>
+    editors who have higgs accounts with membership in the appropriate 
groups.</para>
 
   </section>
 
@@ -31,7 +31,7 @@
 
     <para>To get anonymous access, simply use the following command:</para>
 
-<screen><userinput>svn co 
svn://linuxfromscratch.org/BLFS/trunk/</userinput></screen>
+<screen><userinput>svn co 
svn://svn.linuxfromscratch.org/BLFS/trunk</userinput></screen>
 
     <para>This will create a BLFS directory and copy the current working
     tree into it.  When you wish to update your local copy (often called a
@@ -46,7 +46,7 @@
 
     <para>For editors, access is slightly more complicated.  You first need
     to generate yourself an ssh key-pair.  You then need to upload your public 
key
-    into your <filename>~/.ssh</filename> directory on quantum.  To generate 
the
+    into your <filename>~/.ssh</filename> directory on higgs.  To generate the
     keys run:</para>
 
 <screen><userinput>ssh-keygen -t dsa</userinput></screen>
@@ -56,22 +56,25 @@
     and <filename>id_dsa.pub</filename>) unless you already have ssh keys 
there.
     You can use a null passphrase, but use of ssh-agent with a good password is
     recommended.  Having generated your keys, upload
-    <filename>~/.ssh/id_dsa.pub</filename> to quantum and move it to
-    <filename>~/.ssh/authorized_keys</filename> <emphasis>on 
quantum</emphasis>.
+    <filename>~/.ssh/id_dsa.pub</filename> to higgs and move it to
+    <filename>~/.ssh/authorized_keys</filename> <emphasis>on higgs</emphasis>.
     Your local copy of <filename>id_dsa</filename> and
     <filename>id_dsa.pub</filename> should remain untouched by this.</para>
 
-    <para>If your local userid and your quantum userid differ, you will
+    <para>If your local userid and your higgs userid differ, you will
     need to create a <filename>~/.ssh/config</filename> file on your local 
system
     with the contents:</para>
 
-<screen>Host svn.linuxfromscratch.org
-User &lt;quantum-userid&gt;
-RhostsRSAAuthentication yes</screen>
+<screen><userinput>cat &gt;&gt; ~/.ssh/config &lt;&lt; "EOF"
+<literal>Host svn.linuxfromscratch.org
+User &lt;higgs-userid&gt;
+RhostsRSAAuthentication yes</literal>
+EOF
+chmod g-w ~/.ssh/config</userinput></screen>
 
     <para>Once you have this setup, try to checkout the BLFS tree using:</para>
 
-<screen><userinput>svn co 
svn+ssh://linuxfromscratch.org/BLFS/trunk/</userinput></screen>
+<screen><userinput>svn co 
svn+ssh://svn.linuxfromscratch.org/BLFS/trunk</userinput></screen>
 
     <para>If this works, you'll get a nice trunk directory listing and you have
     your own sandbox!  You also have write access so from now on be extra

Modified: trunk/edguide/chapter03.xml
==============================================================================
--- trunk/edguide/chapter03.xml Sun May 26 11:28:34 2013        (r11191)
+++ trunk/edguide/chapter03.xml Sun May 26 12:01:55 2013        (r11192)
@@ -33,7 +33,7 @@
     url="http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.checkout.html";>
     <command>svn checkout</command></ulink> or <command>svn co</command>.
     This command is used to pull an SVN tree such as
-    <userinput>svn://linuxfromscratch.org/BLFS/trunk/BOOK</userinput> (the
+    <userinput>svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK</userinput> (the
     BLFS Development book) from the server.  You should only need to do this
     once. If the directory structure is changed (as is sometimes necessary),
     you <emphasis>may</emphasis> occasionally need to delete your local sand

Modified: trunk/edguide/chapter07.xml
==============================================================================
--- trunk/edguide/chapter07.xml Sun May 26 11:28:34 2013        (r11191)
+++ trunk/edguide/chapter07.xml Sun May 26 12:01:55 2013        (r11192)
@@ -51,7 +51,7 @@
     editors have commit privileges to this repository. To check out the patch
     tree, start in an empty directory and run:</para>
 
-<screen><userinput>svn co svn+ssh://linuxfromscratch.org/patches/trunk/ 
LFS-Patches</userinput></screen>
+<screen><userinput>svn co svn+ssh://svn.linuxfromscratch.org/patches/trunk 
LFS-Patches</userinput></screen>
 
     <para>and then use normal svn procedures for updating/adding 
patches.</para>
 
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to