I have noticed that we are missing some merges between SCA 1.3 and trunk. I'd really recommend and encourage merging the fixes together with the original committ. See below how easy the merge steps are.
The following steps merge a given revision from 1.3 branch your local checkout (e.g trunk). Merging from trunk is also easy, just change the SVN URL that you use on the SVN merge command. 1.Identify the revision (or revisions) that you want to merge. e.g.: revision 671193 from 1.3 branch 2.move to your local checkout, where you want to merge the changes 3.Use svn to merge the revision to your local checkout svn merge -r 671192:671193 https://svn.apache.org/repos/asf/tuscany/branches/sca-java-1.3/ -- Luciano Resende Apache Tuscany Committer http://people.apache.org/~lresende http://lresende.blogspot.com/
