savannah-cvs
[Top][All Lists]
Advanced

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

[Savannah-cvs] [645] update CVS documentation


From: ineiev
Subject: [Savannah-cvs] [645] update CVS documentation
Date: Sun, 6 Aug 2023 03:40:19 -0400 (EDT)

Revision: 645
          
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=645
Author:   ineiev
Date:     2023-08-06 03:40:18 -0400 (Sun, 06 Aug 2023)
Log Message:
-----------
update CVS documentation

Modified Paths:
--------------
    trunk/sviki/CvsGettingStarted.mdwn
    trunk/sviki/CvsImportExistingProject.mdwn

Modified: trunk/sviki/CvsGettingStarted.mdwn
===================================================================
--- trunk/sviki/CvsGettingStarted.mdwn  2023-08-06 07:26:50 UTC (rev 644)
+++ trunk/sviki/CvsGettingStarted.mdwn  2023-08-06 07:40:18 UTC (rev 645)
@@ -1,10 +1,13 @@
 # Getting started with CVS
 
-0.  First, note that this FAQ is concerned only with accessing the
-    repositories for projects on which you are a developer. If you
-    simply want to check out code for a project and don't need to commit
-    changes back, you should use anonymous access.
+First, note that this page is concerned only with accessing the
+repositories for groups on which you are a developer. If you
+simply want to check out code for a group and don't need to commit
+changes back, you should use anonymous access.
 
+Then, to use CVS on Savannah, you may frist need to enable it for your
+group.  See [VCS Intro|UsingVcs].
+
 0.  Make sure you have correctly registered an SSH key for your machine
     with Savannah, as explained in [[SshAccess]].
 
@@ -12,12 +15,12 @@
     of the CVS tree. For example:
     `         mkdir ~/myproj-workingdir         cd ~/myproj-workingdir     `
 
-0.  Download the CVS tree structure as explained in your project's CVS
-    page (for example,
+0.  Download the CVS tree structure as explained in the CVS
+    page of your group (for example,
     <https://savannah.gnu.org/cvs/?group=emacs>)
-    under "Project Member CVS Access via SSH".
+    under "Group member CVS access via SSH".
 
-    Beware that username and projectname are case sensitive, unlike in
+    Beware that username and groupname are case sensitive, unlike in
     the web interface.
 
     This will create an empty project directory, where you should start
@@ -53,7 +56,7 @@
     `           cvs ci filename     `
 
 0.  You can see the contents and history of your CVS repository via the
-    ViewCVS interface. There are links to this interface in your project
+    ViewCVS interface. There are links to this interface in your group
     page.
 
 0.  You may want to use a frontend to CVS;

Modified: trunk/sviki/CvsImportExistingProject.mdwn
===================================================================
--- trunk/sviki/CvsImportExistingProject.mdwn   2023-08-06 07:26:50 UTC (rev 
644)
+++ trunk/sviki/CvsImportExistingProject.mdwn   2023-08-06 07:40:18 UTC (rev 
645)
@@ -1,7 +1,10 @@
-You should make sure you have access to the repository and make a local
-copy of it, as explained in the first 4 steps of
-[[How do I Start using the CVS repository?|CvsGettingStarted]]
+To use CVS on Savannah, you may frist need to enable it for your group.
+See [VCS Intro|UsingVcs].
 
+Then you should make sure you have access to the repository and make
+a working copy of the sources, as explained in the first 4 steps of
+[[Getting started with CVS|CvsGettingStarted]]
+
 Once you have a local copy of your empty repository, copy there the
 whole tree for your project and import it to the repository with:
 




reply via email to

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