Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Warning
titleWarning

Apache Camel code repository was moved to git, The old svn repo will not be updated.

Web Browsing of git

To browse via the web:

Panel

https://git-wip-us.apache.org/repos/asf?p=camel.git

Web Browing Using FishEye

A hearty thanks to Atlassian for providing FishEye hosting for Camel. Below is the URL to browse the Subversion repo via FishEye:

Panel

https://fisheye6.atlassian.com/browse/camel-git

Checking out from git

Code Block
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.

Building the code

To then build the code see Building.