2008/12/5 Ramon Buckland <[EMAIL PROTECTED]>: > Hi All, > > The documentation on the wiki note about branches states : > > http://activemq.apache.org/camel/source.html > >> Branches >> 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 >> https://svn.apache.org/repos/asf/activemq/camel/branches/ >> The branch for Camel 1.x is here >> https://svn.apache.org/repos/asf/activemq/camel/branches/camel-1.x > > I note that there is only the one branch, and all the other releases are > "tagged" in /tags. > > Where are bugfixes being applied to ? (I can only assume tags, and not > branches). > Do the relevant /tags/* need to be svn cp'd over to branches ?
Tags are used to mark releases. Branches are rarely used; but we have a single branch now for 1.x and 2.x is being done on trunk. So bug fixes from trunk are merged into the 1.x branch -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://fusesource.com/
