Web Browsing of SVNTo browse via the web use the ViewVC interface: Or to browse the source tree directly: Web Browing Using FishEyeA hearty thanks to Atlassian for providing FishEye hosting for Camel. Below is the URL to browse the Subversion repo via FishEye: Checking out from SVN
svn co https://svn.apache.org/repos/asf/camel/trunk camel
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 all branches here https://svn.apache.org/repos/asf/camel/branches/ The branch for Camel 1.x is here https://svn.apache.org/repos/asf/camel/branches/camel-1.x SandboxWe have added a sandbox to host camel components that can be fostered into a quality and usage demand before moving into the trunk. https://svn.apache.org/repos/asf/camel/sandbox/ Building the codeTo then build the code see Building. |