Every other plugin I use from the wordpress site uses a standard location in their svn to store the latest build, in the /trunk/ folder. This allows those of use who use svn to update our installations to do quick updates of all plugins we use, by adding an external include for each plugin.
cforms does not include a full build in their /trunk/ folder. It only contains a readme file. In order to get the latest build, you have to move into the /tags/ folder and locate the version number for the latest build. This makes upgrading multiple installations needlessly complicated.
I hope you will consider modifying svn use to include a full build in /trunk/, so that those of use with dozens of wordpress installations can quickly update your plugin on all installations via svn.
Thank you.