if i run "git clone tizen:scm/manifest.git" and apply the following changes to ivi.xml, i can run "repo init -u ~/manifest -b tizen -m ivi.xml" successfully, seems that "<include name="_remote.xml" />" 's problem???
================================== diff --git a/ivi.xml b/ivi.xml index 64cee10..087ffdc 100644 --- a/ivi.xml +++ b/ivi.xml @@ -1,6 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <manifest> - <include name="_remote.xml" /> + <remote name="tizen-gerrit" + fetch="ssh://review.tizen.org/" + review="https://review.tizen.org/gerrit"/> <default revision="tizen" remote="tizen-gerrit" sync-j="4" /> On Sat, Oct 12, 2013 at 11:39 AM, Baodong Chen <[email protected]>wrote: > when using this command "repo init -u tizen:scm/manifest -b tizen -m > ivi.xml" > to clone code, i got following error, how to fix it, plz help, thanks!! > > =============================== > fatal: manifest 'ivi.xml' not available > fatal: remote tizen-gerrit not defined in > /home/chenbd/tmp/tizen/.repo/manifests/ivi.xml >
_______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
