On Fri, May 29, 2009 at 08:04, limx 5886 <[email protected]> wrote: > $ repo init -u git://git.koolu.org/freerunner/platform/manifest.git -b > koolu-beta-7
I don't think this will work, because koolu-beta-7 is a tag. Try as Brian said: $ repo init -u git://git.koolu.org/freerunner/platform/manifest.git -b releases "releases" is a branch, and its tip right now points at koolu-beta-7. The other error you are seeing is because — I think — repo looks for a local branch called default. Marcelo _______________________________________________ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
