Any idea when the eclair source will be available via git? If I try to init a repo with "-b eclair" I get an error stating that the manifest is missing. If I init a repo to head there doesn't seem to be much/any eclair code in there.
Why do I ask? Well, the docs looks like they're still in the process of being updated (fair enough) but certain methods that have now been deprecated don't seem to have been replaced with ones that perform similar tasks - I need to browse the source so I can find out how to get my application working against this new build. (I got the following init command from http://source.android.com/download) $ repo init -u git://android.git.kernel.org/platform/manifest.git -b eclair Getting repo ... from git://android.git.kernel.org/tools/repo.git remote: Counting objects: 945, done. remote: Compressing objects: 100% (372/372), done. remote: Total 945 (delta 592), reused 894 (delta 553) Receiving objects: 100% (945/945), 282.14 KiB, done. Resolving deltas: 100% (592/592), done. . . . * [new branch] eclair -> origin/eclair . . . >From git://android.git.kernel.org/platform/manifest * [new tag] android-1.0 -> android-1.0 fatal: manifest 'default.xml' not available fatal: manifest default.xml not found --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

