I am using MAC OS 10.6 (snow leopard). As per the posted documentation
(
http://source.android.com/source/download.html) building the code is
not supported as of yet. For the moment, I am trying to get the source
to browse it. 'repo' was successfully installed in ~/bin, but 'repo'
init fails, see below. What am I missing? Do I need to install Git as
well just to view the code, if so where are the instructions for doing
it on a MAC. Any other pointers for the below error are appreciated.
Thanks,
rt.
bash-3.2$ chmod a+x ~/bin/
repo
bash-3.2$ repo init -u git://
android.git.kernel.org/platform/manifest.git
Traceback (most recent call
last):
File "/Users/home/bin/repo", line 595, in
<module>
main(sys.argv[1:])
File "/Users/home/bin/repo", line 562, in
main
_Init(args)
File "/Users/home/bin/repo", line 181, in
_Init
_CheckGitVersion()
File "/Users/home/bin/repo", line 210, in
_CheckGitVersion
proc = subprocess.Popen(cmd,
stdout=subprocess.PIPE)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/subprocess.py", line 595, \
in
__init__
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/subprocess.py", line 1106,\
in
_execute_child
OSError: [Errno 2] No such file or
directory
bash-3.2$