JBQ
On Friday, April 29, 2011, krishna chaitanya
> --
> You received this message because you are subscribed to the "Android Building" mailing list.
> To post to this group, send email to android-...@googlegroups.com
> To unsubscribe from this group, send email to
> android-buildi...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-building?hl=en
>
--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.
Questions sent directly to me that have no reason for being private will
likely get ignored or forwarded to a public forum with no further warning.
JBQ
The important aspect to keep in mind is that each version of uses a
different list of projects, which is stored in that version's
manifest.
Any operation that works individually on all the projects of a given
version in hopes of switching to another version is pretty much
guaranteed to fail. It's critically important to update the list of
projects first, which is what repo init does.
Note that switching versions within a client doesn't cause a full
re-download of everything, only the projects that are in the new
version but weren't in the original one.
JBQ
Thanks.
But there is no something like "repo tag" command. Is the only way to build different android versions doing "repo init" again with branch name?
> On Mon, May 2, 2011 at 9:44 PM, woongiap <woon...@gmail.com> wrote:
>
> > But there is no something like "repo tag" command. Is the only way
> > to build different android versions doing "repo init" again with
> > branch name?
>
> due to the way my team uses tags, I thought the need to sync to a
> given tag as important and patched in support to repo.
>
> repo sync --tag <tagname>
>
> If there is interest, I can publish.
What does it do? Check out a new manifest revision and run sync? Just
check out a particular tag in all gits?
Anyway, this discussion is better suited for the repo-discuss list.
Follow-ups to that list, please.
--
Magnus B�ck Opinions are my own and do not necessarily
SW Configuration Manager represent the ones of my employer, etc.
Sony Ericsson
Thanks a lot, that's the thing I am looking forward to.
Appreciate if you could notify me once it is published.
Steven