[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] [403] Update git URL documentation.
From: |
bob |
Subject: |
[Savannah-cvs] [403] Update git URL documentation. |
Date: |
Sun, 8 Dec 2019 15:14:40 -0500 (EST) |
Revision: 403
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=403
Author: rwp
Date: 2019-12-08 15:14:39 -0500 (Sun, 08 Dec 2019)
Log Message:
-----------
Update git URL documentation.
Modified Paths:
--------------
trunk/sviki/UsingGit.mdwn
Modified: trunk/sviki/UsingGit.mdwn
===================================================================
--- trunk/sviki/UsingGit.mdwn 2019-11-16 17:01:17 UTC (rev 402)
+++ trunk/sviki/UsingGit.mdwn 2019-12-08 20:14:39 UTC (rev 403)
@@ -1,23 +1,34 @@
Using GIT at Savannah
=====================
-URL-s summary:
+URL list summary:
-- **git://git.sv.gnu.org/myproject.git** - git lightweight protocol
- (read-only access)
-- **ssh://git.sv.gnu.org/srv/git/myproject.git** - developer access
- using SSH
-- **http://git.sv.gnu.org/r/myproject.git** - slow dumb protocol,
- http-based, for use behind excessively restrictive firewalls
+* `git://git.savannah.gnu.org/myproject.git` - unencrypted read-only git
+ lightweight protocol
+* **`ssh://git.savannah.gnu.org/srv/git/myproject.git`** - encrypted
+ member read-write developer access using SSH
+* **`https://git.savannah.gnu.org/git/myproject.git`** - encrypted
+ read-only anonymous smart http access
+* `http://git.savannah.gnu.org/git/myproject.git` - unencrypted
+ read-only anonymous smart http access, for use behind restrictive
+ firewalls
+* `http://git.savannah.gnu.org/r/myproject.git` - unencrypted
+ read-only anonymous smart http access, for use behind excessively
+ restrictive firewalls
+ previously this was the slow dumb protocol but has since been
+ switched to the git smart http protocol the same as the above
+ `/git/` path, making this URL redundant with the above)
Web browser:
-<http://git.sv.gnu.org/gitweb/>
+<http://git.savannah.gnu.org/gitweb/>
If you use ssh-based access, please verify the host keys first at
-[[SshAccess]] (`git.sv.gnu.org` is the same host as `cvs.sv.gnu.org`).
+[[SshAccess]]
-Note: there is at most a 1/2h delay between Git activation in the web
-front-end, and its creation on the system.
+Note: There is up to a 1/2 hour delay between Git project creation in
+the web front-end, and its creation on the back-end system. The
+back-end version control system hosting git creates projects by
+running a cron job every half hour.
Basic commands
--------------
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] [403] Update git URL documentation.,
bob <=