You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by Guillaume Nodet <gn...@gmail.com> on 2011/06/30 08:39:58 UTC

[SMX5] svn area and git mirror

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

-- 
------------------------
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Re: [SMX5] svn area and git mirror

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
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
>

Re: [SMX5] svn area and git mirror

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Yes Charles, I was thinking about this page.

Regarding our discussions, the page should be upgraded and should 
include more details. It's my purpose :)

Regards
JB

On 06/30/2011 11:05 AM, Charles Moulliard wrote:
> This page could be based on ideas that we put for in this wiki page
> (http://servicemix.apache.org/roadmap.html) and input from discussions
> of this week.
>
> Another point that we should also discuss concerns Apollo and
> ActiveMQ. SMX supports ActiveMq + Tx manager but I think that
> gradually we must also prepare SMX to use Apollo.
>
>
> On Thu, Jun 30, 2011 at 10:10 AM, Jean-Baptiste Onofré<jb...@nanthrax.net>  wrote:
>> FYI, I'm gonna start/update a wiki page describing our current shared
>> "vision" about ServiceMix 5.
>>
>> Gert and I were quite busy the last days, but we try to keep in touch to
>> work together on documentation and website.
>>
>> 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
>>>
>>

Re: [SMX5] svn area and git mirror

Posted by Charles Moulliard <cm...@gmail.com>.
This page could be based on ideas that we put for in this wiki page
(http://servicemix.apache.org/roadmap.html) and input from discussions
of this week.

Another point that we should also discuss concerns Apollo and
ActiveMQ. SMX supports ActiveMq + Tx manager but I think that
gradually we must also prepare SMX to use Apollo.


On Thu, Jun 30, 2011 at 10:10 AM, Jean-Baptiste Onofré <jb...@nanthrax.net> wrote:
> FYI, I'm gonna start/update a wiki page describing our current shared
> "vision" about ServiceMix 5.
>
> Gert and I were quite busy the last days, but we try to keep in touch to
> work together on documentation and website.
>
> 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
>>
>

Re: [SMX5] svn area and git mirror

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
FYI, I'm gonna start/update a wiki page describing our current shared 
"vision" about ServiceMix 5.

Gert and I were quite busy the last days, but we try to keep in touch to 
work together on documentation and website.

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
>

Re: [SMX5] svn area and git mirror

Posted by Ioannis Canellos <io...@gmail.com>.
Awsome!

-- 
*Ioannis Canellos*
*
 http://iocanel.blogspot.com

Apache Karaf <http://karaf.apache.org/> Committer & PMC
Apache ServiceMix <http://servicemix.apache.org/>  Committer
*

Re: [SMX5] svn area and git mirror

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Nice and the source now has scala.

On Thu, Jun 30, 2011 at 8:39 AM, Guillaume Nodet <gn...@gmail.com> 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
>
> --
> ------------------------
> Guillaume Nodet
> ------------------------
> Blog: http://gnodet.blogspot.com/
> ------------------------
> Open Source SOA
> http://fusesource.com
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: cibsen@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/