The WndTabs CVS Server

What is CVS?

Concurrent Versions System (CVS) is an open-source version control system.  You can learn more about it at http://www.cvshome.org and http://www.cvsgui.org/.  Tools for using CVS with DevStudio can be found at http://www.cvsin.org and http://www.jalindi.com/igloo/.

The WndTabs CVS Server

In the spirit of open-source, all the WndTabs sources (excluding the extension module) can be downloaded directly from the WndTabs CVS server at cvs.wndtabs.com.  The server also include code for other software like the Project Line Counter.

IMPORTANT: I am running this server off my home machine that uses a cable connection.  Cable connections have an unreliable upload behavior, so you may experience certain problems while accessing the server.  Also, other factors like machine instability and the fact that my provider is on my case regarding this server may affect availability.

Browsing the Sources on the Server

You may browse the sources on the server using your web browser by pointing it at http://cvs.wndtabs.com.  Note that while you may not be able to access the web interface from every computer, the CVS server itself should be accessible.

Anonymous CVS Access

For anonymous, read only access to the repository use the following settings:
 
User:  anonymous
Password: anoncvs
Root: e:\cvsroot


For example:

d:\prj> cvs -d :pserver:anonymous@cvs.wndtabs.com:e:\cvsroot login
(Logging in to anonymous@cvs.wndtabs.com)
CVS password: anoncvs

d:\prj> cvs -d :pserver:anonymous@cvs.wndtabs.com:e:\cvsroot checkout WndTabs

 

The sources on the CVS server are the latest development sources, and may not compile/run/work correctly.