Did you see this error when you did 'repo sync' ? if so you can try, git reset --reset after you save your modifications using git stash or your own way.... If you want to reset all repositories, you can do 'repo forall -c 'git reset --hard'. if you want to leave from your local branch what you create, you can checkout like this 'git checkout tizenorg/1.0'. There are so many ways to avoid conflict during sync or pull :-)
I'm curious about this repository qtjsbackend. This is v8 engine backend i/f for qt. why Tizen ivi profile has these qt stuffs... Last commit log was sep 18 last year, and no updates so far. Cheers, JC 2013/2/27 Ravi Shankar <[email protected]> > Hi JC, > > > > Im trying to download code from review.tizen.org > > by below mentioned process.For some projects I get the following error: > > > > From ssh://review.tizen.org:29418/profile/ivi/qtjsbackend > * [new branch] 1.0 -> 1.0 > error: Trying to write non-commit object > cf2b98a5b27b077de29e42e97edc0509f21d0a7d to branch refs/heads/upstream > ! [new branch] upstream -> upstream (unable to update local ref) > * [new tag] 1.0_branch -> 1.0_branch > * [new tag] accepted/trunk/20120919.004224 -> > accepted/trunk/20120919.004224 > * [new tag] submit/trunk/20120918.230636 -> > submit/trunk/20120918.230636 > error: Cannot fetch profile/ivi/qtjsbackend > > > > These error I got for some projects which has upstream branch. > > Is there anyway to fetch these or just ignore.Please confirm. > > > > How ever I have commented the projects paths in the manifest and > > downloaded complete project. > > > Thanks & Rgds, > > Ravi. > > > -----Original Message----- > From: "JoonCheol Park" <[email protected]> > Sent: Monday, February 25, 2013 3:06pm > To: "Wang, Ning W" <[email protected]> > Cc: "Ravi Shankar" <[email protected]>, " > [email protected]" <[email protected]> > Subject: Re: [Tizen General] Latest Tizen Source code > > For more details - > http://gitorious.org/tizen-toys/pages/Home#tizen-manifest++ > It's automatically updated everyday by Bot > (If you are interesting about this Bot, review the tizen-manifest's python > codes. it uses internal gerrit/git ssh protocols. it's quite fun.) > After you do 'repo init', you can see the history of tizen git > repositories by using 'git log' > $ cd .repo/manifests > $ git log > > Cheers! > JC > > 2013/2/25 Wang, Ning W <[email protected]> > >> Please try this “repo init -u git:// >> gitorious.org/tizen-toys/tizen-manifest”. >> >> *From:* [email protected] [mailto: >> [email protected]] *On Behalf Of *Ravi Shankar >> *Sent:* Friday, February 22, 2013 6:06 PM >> *To:* [email protected] >> *Subject:* [Tizen General] Latest Tizen Source code >> >> Hi All, >> >> How can we download complete source code from review.tizen.org >> >> of new release Tizen magnolia at a time by using repo init and repo sync. >> >> I see no new manifest file or old manifest file updated. >> >> Some projs are remove and some more pkgs folders are added. >> >> For some projects the latest code is on 2.0 alpha branch and for some >> projects >> >> the latest code is on Tizen2.0 branch. >> >> Does we have only option to get one by one.Or do we have any manifest >> >> file or else do we need to create one. >> >> I tried with following commands where I get old default manifest. >> >> repo init -u ssh:// >> [email protected]:29418/tools/manifest/tizen-2.0-main.git >> >> repo sync. >> >> Can anybody suggest and advice. >> >> Thanks & Rgds, >> >> Ravi. >> >> >> _______________________________________________ >> General mailing list >> [email protected] >> https://lists.tizen.org/listinfo/general >> >>
_______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
