Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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 use the ViewVC interface:

Panel

http://svn.apache.org/viewvc/camel/trunk/Image Removed

Or to browse the source tree directly:

Panel

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

Web Browing Using FishEye

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

Panel

httphttps://fisheye6.cenquaatlassian.com/browse/camelImage Removed-git

Checking out from

...

git

Code Block

svngit coclone https://svngit-wip-us.apache.org/repos/asf/camel/trunk camel.git

Only project developers can commit to the SVN tree git via this method. SSH must be installed on your client machine. Enter your site password when prompted.

SVN and Eclipse

See this article for getting started guides. Basically you need subclipse

Branches

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.We 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

...

The branch for Camel 1.x is here

...

Building the code

To then build the code see Building.