Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dev:git [2012/10/31 18:18] – created rfrederickdev:git [2022/11/03 12:53] (current) – [See Also] added link to How-to page digital man
Line 1: Line 1:
 ====== Git Repository ====== ====== Git Repository ======
  
-For those wishing to browse and/or download the Synchronet [[source|source code]] as a [[wp>Git_(software)|Git]] repository a read-only Git mirror of the Synchronet [[wp>Concurrent_Versions_System|CVS]] repository modules is located at http://sbbsgit.rfrederick.net/+The Synchronet Source Repository is now located in personally-hosted [[https://gitlab.synchro.net|GitLab]]((as of August 2020)).
  
-Individual modules can be retrieved via the ''git clone'' command, e.g. ''git clone http://sbbsgit.rfrederick.net/sbbs/src.git''+You can download source archives from the GitLab web UI (e.g. [[https://gitlab.synchro.net/sbbs/sbbs/-/archive/master/sbbs-master.zip|sbbs-master.zip]] or [[https://gitlab.synchro.net/sbbs/sbbs/-/archive/master/sbbs-master.tar.gz|sbbs-master.tar.gz]]), but the preferred method is to //clone// the repository (repo).
  
 +On Debian-based Linux systems (e.g. Ubuntu), you can install Git as follows:
 +  $ sudo apt install git
 +For instructions on downloading/installing Git on other systems, go [[https://git-scm.com/|here]].
 +
 +To clone the repository to your local system (into a directory named ''~/sbbs/repo'') using unauthenticated HTTPS:
 +  $ git clone https://gitlab.synchro.net/main/sbbs.git ~/sbbs/repo
 +  
 +To clone the repository to your local system using SSH (your public key must be configured for your user account at ''gitlab.synchro.net''):
 +  $ git clone git@gitlab.synchro.net:main/sbbs.git ~/sbbs/repo
 +  
 +===== Mirrors =====
 +The Synchronet Source Repository is mirrored (e.g. for faster downloads/cloning) at:
 +  * https://github.com/SynchronetBBS/sbbs
 +  * https://gitlab.com/SynchronetBBS/sbbs
 +
 +
 +A simple web log of Synchronet Git commits is viewable at [[http://git.synchro.net/gitpushlog.ssjs]].
 ===== See Also ===== ===== See Also =====
  
-  * [[http://sbbsgit.rfrederick.net/|Read-Only Git Mirror of the Synchronet CVS Repository]] +  * [[http://git.synchro.net|Synchronet Source Repository Web Page]] 
-  * [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi|Synchronet CVS Repository]] [[http://cvs-mirror.synchro.net/cgi-bin/viewcvs.cgi|CVS Repository Mirror]] +  * [[howto:git|How-to use the Synchronet Git Repository]] 
-  * [[dev:cvs|Synchronet CVS Repository Wiki Page]]+  * [[dev:cvs|Synchronet CVS Repository (deprecated/legacy)]]
  
-{{tag>}}+{{tag>git cvs}}