Getting Tizen Source Code
(from http://seoz.egloos.com/3913161)
Create a dir where to put the source. It takes a while (about 20GB!)
I guess I did other setting regarding ssh access as I used repo when getting android source code...
Getting the proper branch
Currently, this works for tizen 2.2
Create an account at https://www.tizen.org/
Get repo from Google
curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repochmod +x ~/bin/repo
Personnaly i added it to my path so that I can use repo directly
Download the source code using repo
Create a dir where to put the source. It takes a while (about 20GB!)mkdir tizen-src cd tizen-src repo init -u git://gitorious.org/tizen-toys/tizen-manifest repo sync
I guess I did other setting regarding ssh access as I used repo when getting android source code...
Getting the proper branch
Currently, this works for tizen 2.2
repo forall -c 'git checkout tizen_2.2'