savannah-cvs
[Top][All Lists]
Advanced

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

[Savannah-cvs] [649] updates on VCS hosts and rsync


From: ineiev
Subject: [Savannah-cvs] [649] updates on VCS hosts and rsync
Date: Fri, 8 Sep 2023 03:24:58 -0400 (EDT)

Revision: 649
          
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=649
Author:   ineiev
Date:     2023-09-08 03:24:56 -0400 (Fri, 08 Sep 2023)
Log Message:
-----------
updates on VCS hosts and rsync

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

Modified: trunk/sviki/SavannahServices.mdwn
===================================================================
--- trunk/sviki/SavannahServices.mdwn   2023-08-15 08:02:24 UTC (rev 648)
+++ trunk/sviki/SavannahServices.mdwn   2023-09-08 07:24:56 UTC (rev 649)
@@ -41,18 +41,13 @@
 - [PHP source code](//savannah.nongnu.org/projects/administration)
 
 
-## vcs0
+## vcs hosts
 
-The `vcs0.savannah.gnu.org` VM holds the source code (bzr,cvs,hg,git,svn) and
-webpages (cvs only) repositories, providing various access methods.
+The `vcs0`, `vcs1`, `vcs2` VMs hold the source code (bzr, cvs, hg, git, svn)
+and webpages (cvs only) repositories, providing various access methods.
 
-(The old GNU `arch` version control program and repositories are still
-present on the server, but perhaps no one is still using it.  In any
-case, we very strongly not recommend using it for any new development,
-and we won't mention it further on this page.  We hope to remove it
-completely in due course.)
+(The old GNU Arch repositories are still available for download via rsync.)
 
-
 ### vcs - group member access (commits)
 
 - ssh: used for read/write access to the repositories by members
@@ -71,17 +66,18 @@
     - svn: `svn co svn+ssh://<USER>@svn.savannah.gnu.org/<GROUP>/<modulename>`
     - webcvs: `cvs -d:ext:<USER>@cvs.savannah.nongnu.org:/web/<GROUP> co 
<GROUP>`
 
-### vcs - public anonymous access (read-only)
+###<a id="vcs-anon"></a> vcs - public anonymous access (read-only)
 
-- rsync - read-only anonymous access to the raw repository files.
-    configuration in `vcs0:/etc/rsync.conf`, started with `xinetd` in
+-<a id="vcs-rsync"></a> rsync - read-only anonymous access to the raw 
repository
+    files.  Configuration in `vcs0:/etc/rsync.conf`, started with `xinetd` in
     `vcs0:/etc/xinetd.d/rsync`.
     - bzr: `rsync://bzr.savannah.gnu.org/bzr/<GROUP>`
     - cvs: `rsync://cvs.savannah.gnu.org/sources/<GROUP>`
     - git: `rsync://svn.savannah.gnu.org/git/<GROUP>`
-    - hg:  not defined.
+    - hg: `rsync://hg.savannah.gnu.org/hg/<GROUP>`
     - svn: `rsync://svn.savannah.gnu.org/svn/<GROUP>`
     - webcvs: `rsync://web.cvs.savannah.gnu.org/web/<GROUP>`
+    - arch: `rsync://arch.savannah.gnu.org/arch/<GROUP>`
 
 - bzr-daemon - read-only anonymous access to bzr repositories.
     configured with `xinetd` in `vcs0:/etc/xinetd.d/bzr-hpss`.
@@ -102,7 +98,7 @@
     configured with `xinetd` in `vcs0:/etc/xinetd.d/svn`.
     - svn: `svn co svn://svn.savannah.gnu.org/texinfo/trunk`
 
-### vcs - web browsing
+###<a id="vcs-web-browsing"></a> vcs - web browsing
 
 Source code repositories:
 




reply via email to

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