Downloads Screenshots FAQ
 

Downloads

1.Users

The current version of eccvs is 0.1.0 and it can be obtained from here. You may want to refer the installation guide to know about how to install eccvs.

2. Developers

Developers can always get the recent source code from the CVS server. Just follow the procedure given below to obtain a working copy of eccvs project.

1. Checkout the project


$ cvs -d :pserver:anonymous@cvs.sf.net:/cvsroot/eccvs login
(Just hit enter for password)
$ cvs -z3 -d :pserver:anonymous@cvs.sf.net:/cvsroot/eccvs co -P eccvs2

After a while, you may want to update your sources so that you can have the recent source code. Just follow the procedure given below to update your working copy. This procedure is efficient than doing a re-checkout procedure.

2. Update the project


$ cd [the-checkedout-copy-directory or eccvs-working-copy]
$ cvs update -dP

Developers may also want to refer the installation guide to know about how to install eccvs. Please give more attention to the last section of the Installing eccvs procedure.