>>>>> Steinar Bang <s...@dod.no>:

> Several projects.

> The failing application is this one (all in-work branches are in the scratch 
> repository):
>  https://github.com/steinarb/authservice
>  karaf-4.3.x branch: 
> https://github.com/steinarb/scratch/tree/authservice/on-karaf-430

> It depends on the following bundles/features that all have been bumped to 
> karaf 4.3:
>  https://github.com/steinarb/beans
>  karaf-4.3.x branch: 
> https://github.com/steinarb/scratch/tree/beans/on-karaf-43x

>  https://github.com/steinarb/adapters-for-osgi-services
>  karaf-4.3.x branch: 
> https://github.com/steinarb/scratch/tree/adapters-for-osgi-services/on-karaf-430

>  https://github.com/steinarb/servlet
>  karaf-4.3.x branch: 
> https://github.com/steinarb/scratch/tree/servlet/on-karaf-430

>  https://github.com/steinarb/osgi-service
>  karaf-4.3.x branch: 
> https://github.com/steinarb/scratch/tree/osgi-service/on-karaf-43x

> If you clone the actual projects, add the scratch repository using
>  git remote add scratch https://github.com/steinarb/scratch.git
> and check the 4.3 branch out from there.

I forgot the fetch, ie. in all repos after clone, you have to do
  git remote add scratch https://github.com/steinarb/scratch.git
  git fetch scratch
and then "git checkout" the appropriate branch

(the setup works for me, but I can see how this would be confusing for
others...:-) )

Reply via email to