How can I get the source code?
Apache Camel code repository was moved to git. The old svn repo will not be updated. |
Web Browing Using FishEye
Checking out from git
git clone https://git-wip-us.apache.org/repos/asf/camel.git
Only project developers can commit to the git via this method. SSH must be installed on your client machine. Enter your site password when prompted.
Using GitHub
The source code is mirrored to GitHub, so you can also checkout the source code from GitHub, if you are familiar with using GitHub. By using GitHub you can submit pull requests to the project using the standard GitHub way.
Building the code
To then build the code see Building.