You have several ways to explore the latest sources for SIP Communicator.
Browse through the web repository
Java.net provides a way to browse the SVN repository online.
Check out source code with a SVN client
In order to get it through SVN you would first need to become an observer of the project, and then use your login and svn checkout the code like that:
(replace yourusername with the name of your java net account)
svn checkout https://sip-communicator.dev.java.net/svn/sip-communicator/trunk sip-communicator --username yourusername
|
(you are then prompted for your password)
Password for ‘yourusername’: <enter your password here>
If you are new to Subversion, you may want to visit the Subversion Project website and read Version Control with Subversion.
Read more about how to checkout this project’s repository…
