Getting EC2DRV from SVN
If you must live on the bleading edge
Well here you go...
You can also browse the SVN repository using youwr web browser at SVN web view
SVN Access
svn co https://ec2drv.svn.sourceforge.net/svnroot/ec2drv/ec2drv/trunk ec2drv
Developer access
svn co --username=yourname https://ec2drv.svn.sourceforge.net/svnroot/ec2drv/ec2drv/trunk ec2drv
Building ec2drv from SVN
cd ec2drv make -f Makefile.cvs ./configure make make install
You can choose various standard ./configure options such as --prefix to determine where ec2drv is installed etc.