--
unsubscribe: android-porti...@googlegroups.com
website: http://groups.google.com/group/android-porting
--
> We've ended up with a forked repository at the moment. The main
> problem with post checkout patching (or file copying) is that repo
> will then refuse to update the files due to detecting local changes.
Easily fixed with git stash.
> The ideal system would allow us to continue to use repo to keep the
> checked out tree up to date and apply the required changes during a
> build so we can keep all our changes in the vendor/xxx tree. Is that
> possible with the current build system?
Don't fight the system. You are de facto branching the git in question,
so use the facilities for branching that Repo and Git provide. If it's
just your personal changes you can simply commit them on a topic branch
and Repo will automatically rebase it for you each time you sync. If
it's a shared branch you probably want to set up a manifest branch where
you change the `revision' attribut to point to the shared branch. You
could also use a local manifest to accomplish the same thing. It's hard
to be more specific without details about your environment.
--
Magnus B�ck Opinions are my own and do not necessarily
SW Configuration Manager represent the ones of my employer, etc.
Sony Ericsson
Magnus Bäck Opinions are my own and do not necessarily
SW Configuration Manager represent the ones of my employer, etc.
Sony Ericsson