aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Muscariello <lumuscar@cisco.com>2017-02-21 11:30:57 +0100
committerLuca Muscariello <lumuscar@cisco.com>2017-02-21 11:30:57 +0100
commit342d82ab130edb68fe5f07aa1e7f3048eaac6003 (patch)
tree6dca3cef2034dc7a7c8b633d155e097d4a8785a3
parentf28308bd99381ef5f1e178e2e1f870f245e35873 (diff)
More information about sub projects management in the git repo
Change-Id: I8f2e367f65fdc29271c6956b1f8e89fd6fc6ee84 Signed-off-by: Luca Muscariello <lumuscar@cisco.com>
-rw-r--r--README.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/README.md b/README.md
index fcbc08ba..5d38f162 100644
--- a/README.md
+++ b/README.md
@@ -44,4 +44,22 @@ Name | Description | Language and style
For sub-project cicn-plugin, the master branch is cicn-plugin/master
that can be cloned as follows:
-$ git clone -b cicn-plugin/master https://gerrit.fd.io/r/cicn cicn-plugin \ No newline at end of file
+$ git clone -b cicn-plugin/master https://gerrit.fd.io/r/cicn cicn-plugin
+
+## How to manage different master branches
+
+It is suggested to clone each subproject branch in a different workspace to
+avoid error prone operations. The cicn git repo stores several projects which
+are independent one to another. While access control and isolation is
+guaranteed at a certain level by gerrit, using one single workspace is
+discouraged.
+
+git clone -b cicn-plugin/master https://gerrit.fd.io/r/cicn cicn-plugin;
+git clone -b sb-forwarder/master https://gerrit.fd.io/r/cicn sb-forwarder;
+git clone -b libicnet/master https://gerrit.fd.io/r/cicn libicnet;
+git clone -b cframework/master https://gerrit.fd.io/r/cicn cframework;
+git clone -b ccnxlibs/master https://gerrit.fd.io/r/cicn ccnxlibs;
+git clone -b http-server/master https://gerrit.fd.io/r/cicn http-server;
+git clone -b viper/master https://gerrit.fd.io/r/cicn viper;
+git clone -b vicn/master https://gerrit.fd.io/r/cicn vicn;
+git clone -b android-sdk https://gerrit.fd.io/r/cicn android-sdk;