Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: need to use https protocal to get commit right

The Camel 1.x branch here:

httphttps://svn.apache.org/repos/asf/activemq/camel/branches/camel-1.xImage Modified

The idea is to be able to apply bug fixes to Camel 1.x while leaving new features and other API breaking stuff on the trunk. I think in most cases fixes will be happening on the trunk so I've set up svnmerge.py to track commits from the trunk to the 1.x branch.

...

2. Check out the branch

Code Block
svn co httphttps://svn.apache.org/repos/asf/activemq/camel/branches/camel-1.x camel-1.x

...