Git checkout orocos_toolchain fails

Hi all,

trying to checkout the orocos_toolchain repository from gitorious, fails with

$ git clone https://git.gitorious.org/orocos-toolchain/orocos_toolchain.git
Cloning into 'orocos_toolchain'...
warning: remote HEAD refers to nonexistent ref, unable to checkout.

google tells me it might have something to do with refs pointing to
the wrong branch. Maybe Peter's latest commit
"Peter Soetens created branch toolchain-2.5 on
orocos-toolchain/orocos_toolchain" has something to do with it?

regards,

Steven

Git checkout orocos_toolchain fails

2012/10/16 Steven Bellens <steven [dot] bellens [..] ...>:
> Hi all,
>
> trying to checkout the orocos_toolchain repository from gitorious, fails with
>
> $ git clone https://git.gitorious.org/orocos-toolchain/orocos_toolchain.git
> Cloning into 'orocos_toolchain'...
> warning: remote HEAD refers to nonexistent ref, unable to checkout.
>
> google tells me it might have something to do with refs pointing to
> the wrong branch. Maybe Peter's latest commit
> "Peter Soetens created branch toolchain-2.5 on
> orocos-toolchain/orocos_toolchain" has something to do with it?

FYI: although git complains, it is possible to go into the repository
and check out a branch, after which all the files are there....

Steven

>
> regards,
>
> Steven

Git checkout orocos_toolchain fails

On Wed, Oct 17, 2012 at 9:20 AM, Steven Bellens
<steven [dot] bellens [..] ...> wrote:
> 2012/10/16 Steven Bellens <steven [dot] bellens [..] ...>:
>> Hi all,
>>
>> trying to checkout the orocos_toolchain repository from gitorious, fails with
>>
>> $ git clone https://git.gitorious.org/orocos-toolchain/orocos_toolchain.git
>> Cloning into 'orocos_toolchain'...
>> warning: remote HEAD refers to nonexistent ref, unable to checkout.
>>
>> google tells me it might have something to do with refs pointing to
>> the wrong branch. Maybe Peter's latest commit
>> "Peter Soetens created branch toolchain-2.5 on
>> orocos-toolchain/orocos_toolchain" has something to do with it?
>
> FYI: although git complains, it is possible to go into the repository
> and check out a branch, after which all the files are there....

This appears to be fixed ?

Peter

Git checkout orocos_toolchain fails

2012/10/17 Peter Soetens <peter [..] ...>:
> On Wed, Oct 17, 2012 at 9:20 AM, Steven Bellens
> <steven [dot] bellens [..] ...> wrote:
>> 2012/10/16 Steven Bellens <steven [dot] bellens [..] ...>:
>>> Hi all,
>>>
>>> trying to checkout the orocos_toolchain repository from gitorious, fails with
>>>
>>> $ git clone https://git.gitorious.org/orocos-toolchain/orocos_toolchain.git
>>> Cloning into 'orocos_toolchain'...
>>> warning: remote HEAD refers to nonexistent ref, unable to checkout.
>>>
>>> google tells me it might have something to do with refs pointing to
>>> the wrong branch. Maybe Peter's latest commit
>>> "Peter Soetens created branch toolchain-2.5 on
>>> orocos-toolchain/orocos_toolchain" has something to do with it?
>>
>> FYI: although git complains, it is possible to go into the repository
>> and check out a branch, after which all the files are there....
>
> This appears to be fixed ?

The error still shows, but the files are checked out.

Steven

>
> Peter

Git checkout orocos_toolchain fails

On Wed, Oct 17, 2012 at 4:44 PM, Steven Bellens
<steven [dot] bellens [..] ...> wrote:
> 2012/10/17 Peter Soetens <peter [..] ...>:
>> On Wed, Oct 17, 2012 at 9:20 AM, Steven Bellens
>> <steven [dot] bellens [..] ...> wrote:
>>> 2012/10/16 Steven Bellens <steven [dot] bellens [..] ...>:
>>>> Hi all,
>>>>
>>>> trying to checkout the orocos_toolchain repository from gitorious, fails with
>>>>
>>>> $ git clone https://git.gitorious.org/orocos-toolchain/orocos_toolchain.git
>>>> Cloning into 'orocos_toolchain'...
>>>> warning: remote HEAD refers to nonexistent ref, unable to checkout.
>>>>
>>>> google tells me it might have something to do with refs pointing to
>>>> the wrong branch. Maybe Peter's latest commit
>>>> "Peter Soetens created branch toolchain-2.5 on
>>>> orocos-toolchain/orocos_toolchain" has something to do with it?
>>>
>>> FYI: although git complains, it is possible to go into the repository
>>> and check out a branch, after which all the files are there....
>>
>> This appears to be fixed ?
>
> The error still shows, but the files are checked out.

Hmm. The error is only for the https protocol, not for the ssh
protocol. That's why I didn't notice. It looks like the HEAD ref on
gitorious is not set or so...

Peter