Revision: 352
          
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=352
Author:   karl
Date:     2018-03-17 17:57:40 -0400 (Sat, 17 Mar 2018)
Log Message:
-----------
mention webpages repo

Modified Paths:
--------------
    trunk/sviki/UsingCvs.mdwn

Modified: trunk/sviki/UsingCvs.mdwn
===================================================================
--- trunk/sviki/UsingCvs.mdwn   2018-02-28 19:39:41 UTC (rev 351)
+++ trunk/sviki/UsingCvs.mdwn   2018-03-17 21:57:40 UTC (rev 352)
@@ -1,6 +1,9 @@
 Import
 ------
 
+The <https://savannah.gnu.org/cvs/?group=projectname> (or nongnu.org)
+web page gives the basic checkout commands for a given project.
+
 First, you should test the import on your local machine:
 
       mkdir ~/cvs-test
@@ -13,4 +16,5 @@
       cvs -d ~/cvs-test import -m "Initial import" module you start
 
 When everything working well, you can replace `~/cvs-test` by
-`:ext:cvs.savannah.gnu.org:/sources/project`
+`:ext:cvs.savannah.gnu.org:/sources/projectname`,
+or `.../web/projectname` for web pages.


Reply via email to