<docbook><section><title>DownloadsDevelopment</title><title>iODBC Development Downloads</title>iODBC Development Downloads
<para> Warning: this is UNSTABLE code; there is a chance it will not build out of the box.
 If you are looking for production-ready stable packages, please try the <ulink url="Downloads">stable downloads</ulink> page instead.
</para><bridgehead class="http://www.w3.org/1999/xhtml:h2">About</bridgehead>
 Here you can find the Development release of iODBC.<para>This branch is currently being used to work on support for Connection-Pooling and File DSNs.</para>
<bridgehead class="http://www.w3.org/1999/xhtml:h2">Downloads</bridgehead>
 We automatically generate a tarball (<ulink url="/downloads/iODBC/snapshots/iodbc-dev-current.tgz">iodbc-dev-current.tgz</ulink>) every 3 days at 4am EST.<bridgehead class="http://www.w3.org/1999/xhtml:h2">CVS Access</bridgehead>
<para>We maintain this code in the <computeroutput>iODBC-3 <emphasis>52_2-DEVEL branch in CVS.
 To check out this branch, you can run:</emphasis></computeroutput></para>
<programlisting>$ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/iodbc login
$ cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/iodbc co iodbc -r iODBC-3_52_2-DEVEL
</programlisting><para>(The password is blank.)</para>
<para>Patches and new contributions can be submitted as diffs from the current archive by performing the following steps:</para>
<programlisting>  $ cvs add newfiles
  $ cvs -z3 diff -uN &gt; diffs
</programlisting><para> Diffs and contributions can be sent to the <ulink url="OpenLink">OpenLink</ulink> 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.</para>
</section></docbook>