i have a try as Marcelo and Brian's suggestion, but ...
$ repo init -u git://git.koolu.org/freerunner/platform/manifest.git -b
koolu-beta-7
error.GitError: manifests rev-parse: fatal: ambiguous argument
'refs/remotes/origin/koolu-beta-7^0': unknown revision or path not in
the working tree.
Use '--' to separate paths from revisions
another way:
$ repo init -u git://git.koolu.org/freerunner/platform/manifest.git -b
koolu-1.0
$ cd .repo/manifests
$ git checkout -b koolu-beta-7
$ cd ../..
$ repo sync
Traceback (most recent call last):
File "/home/limx/mydroid/.repo/repo/main.py", line 235, in <module>
_Main(sys.argv[1:])
File "/home/limx/mydroid/.repo/repo/main.py", line 217, in _Main
repo._Run(argv)
File "/home/limx/mydroid/.repo/repo/main.py", line 123, in _Run
cmd.Execute(copts, cargs)
File "/home/limx/mydroid/.repo/repo/subcmds/sync.py", line 137, in
Execute
all = self.GetProjects(args, missing_ok=True)
File "/home/limx/mydroid/.repo/repo/command.py", line 63, in
GetProjects
all = self.manifest.projects
File "/home/limx/mydroid/.repo/repo/manifest.py", line 148, in
projects
self._Load()
File "/home/limx/mydroid/.repo/repo/manifest.py", line 176, in _Load
if b.startswith(R_HEADS):
AttributeError: 'NoneType' object has no attribute 'startswith'
any wrong with it? appreciate for your answer.
> Message: 4
> Date: Wed, 27 May 2009 12:48:33 -0600
> From: Brian Code <[email protected]>
> Subject: Re: [android-freerunner] how to get koolu-beta-7 source code?
> To: Android on Freerunner Development
> <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> Sorry, that should have read -b releases
>
> Note that you can also follow Marcelo's earlier instructions.
>
> The releases branch in the manifest.git has snapshot manifests for
> each release so that they can be recreated for debugging purposes.
>
> Regards,
> Brian Code
>
> On 27-May-09, at 9:54 AM, Brian Code wrote:
>
> > Please try with the -b option....
> >
> >> repo init -u git://git.koolu.org/freerunner/platform/manifest.git -
> >> b koolu-beta-7
> >
> >
> > Regards,
> > Brian Code
_______________________________________________
android-freerunner mailing list
[email protected]
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org