> i wanted to initialize the repo in specific folder. whenever  i initialized
> the  repo . it initialize in home folder only even i make the directory and
> run the command.

No such restrictions, and we can chose any directory we want.
whole project tree location depends on where we do "repo init"/"repo sync"

i would do below steps

$mkdir /data/build/new_froyo_build
$cd /data/build/new_froyo_build
$repo init -u git://android.git.kernel.org/platform/manifest.git -b froyo
$repo sync
$<make>
$mkdir /data/build/new_gb_build
$cd /data/build/new_gb_build
$repo init -u git://android.git.kernel.org/platform/manifest.git -b gingerbread
$repo sync
$<make>


On Mon, Jan 10, 2011 at 11:58 PM, peeyush varshney
<varshney.peey...@gmail.com> wrote:
> Dear All,
>
> i wanted to initialize the repo in specific folder. whenever  i initialized
> the  repo . it initialize in home folder only even i make the directory and
> run the command.
> my concerned is to keep the froyo and gingerbeard code in separate folder,
> but it will replace previous one.
>
>
> --
> Thank & Regards
> Peeyush Varshney
>
> --
> unsubscribe: android-kernel+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-kernel



-- 
Regards,
Deva
www.bittoggler.com

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to