checkout RTT-2.0-examples

Hi,

when trying to checkout the RTT-2.0 examples from
http://github.com/psoetens/orocos-rtt-examples/tree/rtt-2.0-examples I
get the following error:

$ git clone http://github.com/psoetens/orocos-rtt-examples/tree/rtt-2.0-examples
Initialized empty Git repository in
/home/steven/src/svn/robotics-ros/install/orocos/rtt/rtt_2.0/rtt_2.0-git/rtt-2.0-examples/.git/
fatal: http://github.com/psoetens/orocos-rtt-examples/tree/rtt-2.0-examples/inf...
not found: did you run git update-server-info on the server?

Any ideas what the cause might be?

Steven

checkout RTT-2.0-examples

On Tuesday 29 June 2010 13:21:11 Steven Bellens wrote:
> Hi,
>
> when trying to checkout the RTT-2.0 examples from
> http://github.com/psoetens/orocos-rtt-examples/tree/rtt-2.0-examples I
> get the following error:
>
> $ git clone
> http://github.com/psoetens/orocos-rtt-examples/tree/rtt-2.0-examples
> Initialized empty Git repository in
> /home/steven/src/svn/robotics-ros/install/orocos/rtt/rtt_2.0/rtt_2.0-git/rt
> t-2.0-examples/.git/ fatal:
> http://github.com/psoetens/orocos-rtt-examples/tree/rtt-2.0-examples/info/
> refs?service=git-upload-pack not found: did you run git update-server-info
> on the server?
>
> Any ideas what the cause might be?

Just use:

git clone http://github.com/psoetens/orocos-rtt-examples.git
cd orocos-rtt-examples
git checkout -b rtt-2.0-examples origin/rtt-2.0-examples

You always clone the complete repository, not a part of it, and then checkout
the part you need.

Peter

checkout RTT-2.0-examples

2010/6/29 Peter Soetens <peter [..] ...>:
> On Tuesday 29 June 2010 13:21:11 Steven Bellens wrote:
>> Hi,
>>
>> when trying to checkout the RTT-2.0 examples from
>> http://github.com/psoetens/orocos-rtt-examples/tree/rtt-2.0-examples I
>> get the following error:
>>
>> $ git clone
>>  http://github.com/psoetens/orocos-rtt-examples/tree/rtt-2.0-examples
>>  Initialized empty Git repository in
>> /home/steven/src/svn/robotics-ros/install/orocos/rtt/rtt_2.0/rtt_2.0-git/rt
>> t-2.0-examples/.git/ fatal:
>>  http://github.com/psoetens/orocos-rtt-examples/tree/rtt-2.0-examples/info/
>> refs?service=git-upload-pack not found: did you run git update-server-info
>>  on the server?
>>
>> Any ideas what the cause might be?
>
> Just use:
>
> git clone http://github.com/psoetens/orocos-rtt-examples.git
> cd orocos-rtt-examples
> git checkout -b rtt-2.0-examples origin/rtt-2.0-examples
>
> You always clone the complete repository, not a part of it, and then checkout
> the part you need.

Thanks!

I've started putting the rtt 2.0 exercises in a ROS package at
https://svn.mech.kuleuven.be/websvn/orocos/orocos-apps/public_release/or...

It's currently only compiling the helloworld examples but i'll extend
it gradually as I'm working my way through the examples myself. Let me
know if you have any comments on this.

The hello-7-deployment example also has the ComponentLoader.hpp
include statement, which should be replaced by Component.hpp - patch
is added in the ROS package folder.

Steven

>
> Peter
>
>