Online CVS Web browser

This CGI program allows you to examine the current state of the archive from within your web browser such as version information, developers' comments, diffs between two versions, giving precise information into the current state of the stable archive.

Read-only CVS developer access

CVS access for iODBC has been moved to SourceForge.net; from here developers can checkout a local copy of the source, keep up to date with the latest developments and simplify sending patches to the archive maintainer.

$ cvs -d:pserver:anonymous@iodbc.cvs.sourceforge.net:/cvsroot/iodbc login 
$ cvs -d:pserver:anonymous@iodbc.cvs.sourceforge.net:/cvsroot/iodbc co iodbc

(The password is blank.)

Patches and new contributions can be submitted as diffs from the current archive by performing the following steps:

$ cvs add newfiles
$ cvs -z3 diff -uN > diffs

Diffs and contributions can be sent to the OpenLink iODBC source archive manager at iodbc@openlinksw.com for inclusion into the next iODBC distribution. Please provide accompanying documentation with bugs fixes and/or new features contributions.