Web Browsing of SVNTo browse via the web use the ViewVC interface: http://svn.apache.org/viewvc/activemq/activemq-dotnet/ Or to browse the source tree directly: https://svn.apache.org/repos/asf/activemq/activemq-dotnet/ Checking out from SVNTo download the entire source tree, run the following command. This will bring in all of the projects and their shipping tags and development branches. svn co https://svn.apache.org/repos/asf/activemq/activemq-dotnet activemq-dotnet To download individual projects, run the following command(s): svn co https://svn.apache.org/repos/asf/activemq/activemq-dotnet/Apache.NMS/trunk Apache.NMS svn co https://svn.apache.org/repos/asf/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk Apache.NMS.ActiveMQ svn co https://svn.apache.org/repos/asf/activemq/activemq-dotnet/Apache.NMS.Stomp/trunk Apache.NMS.Stomp svn co https://svn.apache.org/repos/asf/activemq/activemq-dotnet/Apache.NMS.EMS/trunk Apache.NMS.EMS svn co https://svn.apache.org/repos/asf/activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk Apache.NMS.MSMQ svn co https://svn.apache.org/repos/asf/activemq/activemq-dotnet/Apache.NMS.WCF/trunk Apache.NMS.WCF svn co https://svn.apache.org/repos/asf/activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk Apache.NMS.ZMQ Only project developers can commit to the SVN tree via this method. SSH must be installed on your client machine. Enter your site password when prompted. SVN and EclipseSee this article for getting started guides. Basically you need subclipse BranchesWe use the trunk for the next main release; then we use a branch for any bug fixes on the previous major release. You can look at a specific branch here https://svn.apache.org/repos/asf/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches Building the codeTo then build the code see Building. |