[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] [519] minor refinements
From: |
ineiev |
Subject: |
[Savannah-cvs] [519] minor refinements |
Date: |
Thu, 2 Feb 2023 05:23:05 -0500 (EST) |
Revision: 519
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=519
Author: ineiev
Date: 2023-02-02 05:23:04 -0500 (Thu, 02 Feb 2023)
Log Message:
-----------
minor refinements
Modified Paths:
--------------
trunk/sviki/UsingCvs.mdwn
Modified: trunk/sviki/UsingCvs.mdwn
===================================================================
--- trunk/sviki/UsingCvs.mdwn 2023-02-02 10:02:01 UTC (rev 518)
+++ trunk/sviki/UsingCvs.mdwn 2023-02-02 10:23:04 UTC (rev 519)
@@ -1,9 +1,10 @@
-Import
-------
+# CVS at Savannah: basics
-The <https://savannah.gnu.org/cvs/?group=projectname> (or nongnu.org)
-web page gives the basic checkout commands for a given project.
+The https://savannah.gnu.org/cvs/?group=*group_name* (or nongnu.org)
+web page gives the basic checkout commands for a given group.
+## Initial import
+
First, you should test the import on your local machine:
mkdir ~/cvs-test
@@ -13,8 +14,8 @@
cd ~/wd
# populate directory:
touch README AUTHORS NEWS
- cvs -d ~/cvs-test import -m "Initial import" module you start
+ cvs -d ~/cvs-test import -m "Initial import" group_name
-When everything working well, you can replace `~/cvs-test` by
-`:ext:cvs.savannah.gnu.org:/sources/projectname`,
-or `.../web/projectname` for web pages.
+When everything is working well, you can replace ~/cvs-test with
+:ext:cvs.savannah.gnu.org:/sources/*group_name*, or .../web/*group_name*
+for web pages.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] [519] minor refinements,
ineiev <=