From 1a7f2dd9ced73c5ce0673eda214dc4e3a3439ae0 Mon Sep 17 00:00:00 2001 From: Chesnokov Gleb Date: Mon, 20 Dec 2021 20:44:24 +0300 Subject: [PATCH] www/downloads.html: Update the information about repository We are migrating to GitHub, so update the information about the new git repository. --- www/downloads.html | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/www/downloads.html b/www/downloads.html index 8a0421c54..78bfbe77c 100644 --- a/www/downloads.html +++ b/www/downloads.html @@ -37,7 +37,7 @@

The latest stable version of SCST is 3.5. Updates for that version are available on - the 3.5.x branch in the SVN repository.

+ the 3.5.x branch in the Git repository.

Debian packages can be built by running "make dpkg". RPMs can be built by running @@ -50,23 +50,21 @@

The latest development version of SCST is 3.6. That version including target drivers and user space utilities can be downloaded - directly from the SCST SVN repository. You can - access it using either - web-based SVN repository viewer or using anonymous access:

+ directly from the SCST Git repository.

+

You can access it using either + GitHub repository viewer or using 'git clone':

+

git clone https://github.com/SCST-project/scst.git

+

Also you can find in the SCST Git the latest updates for the stable branches.

+ +

History of the pre-Git SCST development is available in SCST SVN repository, which is accessible using + web-based SVN repository viewer, or using anonymous access:

svn checkout svn://svn.code.sf.net/p/scst/svn/trunk scst-trunk

-

Also you can find in the SCST SVN the latest updates for the stable branches. More information about accessing SVN repository may be found - here. Or, alternatively, you can download it as a GNU tarball from - here.

- -

History of the pre-SVN SCST development is available in SCST CVS repository, which is accessible using - web-based CVS repository viewer, or anonymous CVS access.

-

+ Download released versions - SCST SVN Repository - Official git mirror + SCST Git Repository