gsc - Subversion Repositories
Browsing the SVN Repository
You can Browse the SVN repository of this project with your web browser. This gives you a good picture of the current status of the source files. You may also view the complete histories of any file in the repository as well as differences among two versions.
Getting a Copy of the SVN Repository
Anonymous SVN Access
This project's SVN repository can be checked out through anonymous SVN with the following instruction set. Replace <dirname> with the name of the directory you wish to check out.
Software repository :
svn checkout http://svn.gnu.org.ua/sources/<dirname>
Project Member SVN Access via SSH
Member access is performed using the SVN over SSH method.
The SSHv2 public key fingerprints for the machine hosting the svn trees are:
DSA: 1024 e4:20:e7:81:fa:6f:8d:03:57:b8:1a:cd:97:61:ed:0d RSA: 1024 52:ce:8d:66:80:4d:97:4e:f1:af:f3:50:65:0a:2e:02
Software repository :
svn checkout svn+ssh://<membername>@svn.gnu.org.ua/gsc/<dirname>

