savannah-cvs
[Top][All Lists]
Advanced

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

[Savannah-cvs] administration/content/gnu-content/faq Homepage...


From: Sylvain Beucler
Subject: [Savannah-cvs] administration/content/gnu-content/faq Homepage...
Date: Mon, 21 Feb 2005 09:35:39 -0500

CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Sylvain Beucler <address@hidden>        05/02/21 14:35:39

Modified files:
        content/gnu-content/faq: 
                                 Homepage_-_How_do_I_upload_my_homepage.txt 

Log message:
        Update the webcvs instructions
        [support #103916]

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/content/gnu-content/faq/Homepage_-_How_do_I_upload_my_homepage.txt.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: 
administration/content/gnu-content/faq/Homepage_-_How_do_I_upload_my_homepage.txt
diff -u 
administration/content/gnu-content/faq/Homepage_-_How_do_I_upload_my_homepage.txt:1.1
 
administration/content/gnu-content/faq/Homepage_-_How_do_I_upload_my_homepage.txt:1.2
--- 
administration/content/gnu-content/faq/Homepage_-_How_do_I_upload_my_homepage.txt:1.1
       Mon Feb 21 14:04:08 2005
+++ 
administration/content/gnu-content/faq/Homepage_-_How_do_I_upload_my_homepage.txt
   Mon Feb 21 14:35:38 2005
@@ -1,36 +1,59 @@
+<p>In fact, it works like importing your project into the CVS Sources: for the 
homepage we use the CVS tree called webcvs.</p>
 
+<ol>
 
-<p>In fact, it works like importing your project into the CVS Sources: for the 
homepage we use the CVS tree called CVS HTML.
-
-<p>If your project is part of the GNU project, substitute
-<i>non-gnu</i> with <i>software</i> in the commands following.
-
-<p>1) Normally, you dont access to CVS via Kerberos 5 but via SSH. The 
Kerberos access is only for project developers who have an account on gnu.org. 
So you need to have a correctly registered a SSH key on Savannah. If you don't 
know how, you should read the FAQ entry *How do I configure my SSH access?*
-
-<p>2) You should have read instructions in your CVS project page on savannah 
(as http://savannah.gnu.org/cvs/?group_id=11 : savannah CVS page ). 
-
-<p>3) You should go in the local directory where you want to put your local 
copy the CVS HTML tree. For example:<br>
-cd /opt/www
-
-<p>4) Download the CVS HTML tree structure (substitute <i>developername</i> 
with your login):<br>
+<li>First, you need to <a
+href="http://savannah.gnu.org/faq/?group_id=5802&question=Account_-_How_do_I_configure_my_SSH_access.txt";>configure
+your SSH access</a>.</li>
+
+<li>You should have read instructions in your CVS project page on
+savannah (like the emacs CVS page
+http://savannah.gnu.org/cvs/?group=emacs).</li>
+
+<li>You should go in the local directory where you want to put your local copy 
the CVS HTML tree. For example:<br>
+<code>
+mkdir ~/project/www<br>
+cd ~/project/www
+</code>
+</li>
+
+<li>Download the CVS HTML tree structure (substitute
+<i>developername</i> with your login and <i>projectname</i> with your project 
system name):<br>
+<code>
 export CVS_RSH=ssh<br>
-cvs -z3 -d:ext:<i>developername</i>@savannah.gnu.org:/webcvs/<i>myproject</i> 
co <i>myproject</i>
-
-<p>5) Then, in the dir /opt/www/non-gnu/myproject, you should copy all the 
files you want to insert in the CVS HTML tree. For example:<br>
-cp /home/www/index.html /opt/www/non-gnu/myproject/
-
-<p>6) Once you have localy set your HTML tree, you can import it. To import a 
file and a directory:<br>
-cd /opt/www/non-gnu/myproject<br>
+cvs -z3 -d:ext:<i>developername</i>@savannah.gnu.org:/webcvs/<i>projectname</i>
+co <i>projectname</i>
+</code>
+</li>
+
+<li>Then, in the dir <code>~/project/www/<i>projectname</i>, you should copy 
all the files you want to insert in the CVS HTML tree. For example:<br>
+<code>
+cp ~/tmp/index.html ~/project/www/<i>projectname</i>
+</code>
+</li>
+
+<li>Once you have localy set your HTML tree, you can import it. To import a 
file and a directory:<br>
+<code>
+cd ~/project/www/<i>projectname</i><br>
 cvs add index.html<br>
 cvs add mydir<br>
-(or: cvs add index.html mydir)<br>
-cvs commit<br>
-
-<p>Done!
+</code>
+(or: <code>cvs add index.html mydir</code>)<br>
+<code>
+cvs commit
+</code>
+</li>
+
+</ol>
+
+<p>Done! The webpages will be updated within an hour. The location of
+your homepage is the default URL in your project's Active
+Features.</p>
 
 <p>Read http://www.freenix.org/unix/linux/HOWTO-vo/CVS-RCS-HOWTO.html
-Execute man cvs to get more informations.<br>
-Also, you could read the http://www.cvshome.org/docs/manual/cvs_17.html#SEC153 
Quick reference to CVS.
-
+Execute <code>info cvs</code> to get more informations.<br> Also, you
+could read the Quick reference to CVS at
+http://www.cvshome.org/docs/manual/cvs-1.11.19/cvs_17.html (node
+&quot;Invoking CVS&quot; in the info file).</p>
 
-<P><font size="-1">Update $Date: 2005/02/21 14:04:08 $</font>
\ No newline at end of file
+<p style="font-size: smaller"">Update $Date: 2005/02/21 14:35:38 $</p>




reply via email to

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