Can anyone tell me how to hook up to the CVS/SVN of the NewView program on netlabs?
http://svn.netlabs.org/newviewI'm doing this for Marty Amodeo, he wants to take a look at the updated sources to see if he can possibly push MrMessage forward.
He is also thinking of trying to integrate TerraIM or Libpurple(pidgin) into MrMessage so we can finally have a beast IM client.
As it is using SVN then you need the SVN client (as opposed to the CVS client which is a system that SVN is a competitor or sorts of). There are some gui clients (Java based I believe, I haven't used them) and command line based (which is what I use). The source can also be viewed on the web at the above site if you are just wanting to browse some of the source (not real convenient for heavy use).
The command line version can be obtained from:
http://os2ports.smedley.info/index.php?page=subversionIssue the following command to pull the code:
svn co
http://svn.netlabs.org/repos/newview/trunk NewView