Hi Guillaume, thanks for the update.
Regards JB On 06/30/2011 08:39 AM, Guillaume Nodet wrote:
The svn area is available at: https://svn.apache.org/repos/asf/servicemix/smx5/trunk To use the git mirror (using git-svn), you can use the following instructions: git clone git://git.apache.org/servicemix5 cd "$PROJECT_NAME"/.git; wget http://git.apache.org/authors.txt; cd .. git config svn.authorsfile ".git/authors.txt" git svn init --prefix=origin/ --tags=tags --trunk=trunk --branches=branches https://svn.apache.org/repos/asf/servicemix/smx5 git svn rebase
