- To grab an anonymous copy of Unicon sources from SVN,
see the site docs at www.sourceforge.net or try the following:
svn checkout http://svn.code.sf.net/p/unicon/code/trunk/unicon
- To grab a (non-anonymous) copy of Unicon sources from SVN,
try the following with your Sourceforge ID:
svn checkout svn+ssh://userid@svn.code.sf.net/p/unicon/code/trunk/unicon
- 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)
- Using a Windows operating system? Get an svn client, probably from
subversion.apache.org