My question is: can i have 2 repositories without losing my original repository.
Lets say i want the the eclair source repository
repo init -u git://android.git.kernel.org/platform/manifest.git -b eclair
(already synced and working)
and i would also like to sync with cyanogens repository
repo init -u git://github.com/cyanogen/android.git -b eclair
All i basically want to do is have both repositories without altering or messing up the original.
thanks.