cvsvmod-dict - CVS Repositories

 
 
Show feedback again

Browsing the CVS Repository

You can Browse the CVS 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 CVS Repository

Anonymous CVS Access

This project's CVS repository can be checked out through anonymous CVS with the following instruction set. The module you wish to check out must be specified as the modulename.

Software repository :

cvs -z3 -d :pserver:anonymous@cvs.gnu.org.ua:/cvsroot/vmod-dict co <modulename>

Webpages repository :

cvs -z3 -d :pserver:anonymous@cvs.gnu.org.ua:/webcvs/vmod-dict co <modulename>

Project Member CVS Access via SSH

Member access is performed using the CVS over SSH method. The pserver method can only be used for anonymous access.

The SSHv2 public key fingerprints for the machine hosting the cvs trees are:

RSA: 2048 42:37:03:f6:39:2b:9c:4d:af:bd:c3:68:f7:eb:45:b9 
DSA: 1024 27:81:e0:42:6a:30:d9:7c:3e:c2:01:d9:7b:c5:66:04
ECDSA 256 bf:14:5d:ae:3d:11:0d:f7:bd:92:2d:6d:25:ae:f7:6f  

Software repository :

export CVS_RSH=ssh

cvs -z3 -d :ext:<membername>@cvs.gnu.org.ua:/cvsroot/vmod-dict co <modulename>

Webpages repository :

export CVS_RSH=ssh

cvs -z3 -d :ext:<membername>@cvs.gnu.org.ua:/webcvs/vmod-dict co vmod-dict
	

Show feedback again

Back to the top


Powered by Savane 3.1-cleanup+gray