Unicon developers: code contributions are always welcome by e-mail,
and should be based on current SVN sources. If you've got a track
record with us and want to get
write access to the SVN repository to contribute there directly,
you will need to register with
SourceForge to create your username and password. Then, you e-mail
jeffery
with your SourceForge user
name and request to be
a Unicon developer. You get an e-mail back when you've been added
to the list, and then need to ssh into unicon.cvs.sourceforge.net
(one time only); it sets things up and exits immediately. After that
you are finally ready to do the following (translate into your shell
syntax as needed):
svn add -m "comment" --username=sourceforgeuserid file(s)
svn commit -m "comment" --username=sourceforgeuserid file(s)