Cloning Tizen Source Files [1]
PUBLISHED
This topic provides information on how to clone Tizen source files, either over SSH or HTTPS .
You must read, understand, and correctly follow the instructions in the following documents before cloning:
Cloning over SSH
You can clone source files over SSH, either for a specific project or for all Tizen projects.
Cloning a Specific Project over SSH
To clone a specific project over SSH:
-
Confirm the package name by checking it on Tizen Project List [4] or by running the following command:
$ ssh review.tizen.org gerrit ls-projects
-
Clone the required package:
$ git clone [-b <Branch>] ssh://<Username>@review.tizen.org:29418/<Gerrit_Project> [<Local_Project>]
For example:
$ git clone ssh://<Username>@review.tizen.org:29418/platform/core/account/account-common
Cloning All Tizen Projects over SSH
To clone all Tizen projects over SSH, see Cloning All Projects over SSH [5].
Cloning over HTTPS
You can clone source files over HTTPS, either for a specific project or for all Tizen projects.
Cloning a Specific Project over HTTPS
To clone a specific project over HTTPS:
-
Clone the required package:
$ git clone [-b <Branch>] https://git.tizen.org/cgit/<Gerrit_Project [6]> [<Local_Project>]
For example:
$ git clone https://git.tizen.org/cgit/platform/core/multimedia/avsystem [7]
Cloning All Tizen Projects over HTTPS
To clone all Tizen projects over HTTPS, see Cloning All Projects over HTTPS [5].