Hi, I have followed the below step and facing this issue :-
1. Created user branch from master branch. 2. Done changes on a file 3. git add <filename> 4. git commit -m " " <filename> 5. git push origin <branchname> 6. rbt post --username=r4.sushmitharekha --parent=HEAD~1 -d >>> RBTools 0.7.10 >>> Python 2.6.6 (r266:84292, Feb 22 2013, 00:00:18) [GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] >>> Running on Linux-2.6.32-358.el6.x86_64-x86_64-with-centos-6.4-Final >>> Home = /root >>> Current directory = /home/nitika_RB/new/lte_epc >>> Command line: rbt post --username=r4.sushmitharekha --parent=HEAD~1 -d >>> Running: tf vc help >>> Checking for a Subversion repository... >>> Running: svn --non-interactive info >>> Command exited with rc 1: ['svn', '--non-interactive', u'info'] svn: '.' is not a working copy --- >>> Checking for a Git repository... >>> Running: git rev-parse --git-dir >>> Running: git config core.bare >>> Running: git rev-parse --show-toplevel >>> Running: git symbolic-ref -q HEAD >>> Running: git config --get branch.lte_epc_bug3222_reviewboard.merge >>> Command exited with rc 1: ['git', 'config', '--get', u'branch.lte_epc_bug3222_reviewboard.merge'] --- >>> Running: git config --get branch.lte_epc_bug3222_reviewboard.remote >>> Command exited with rc 1: ['git', 'config', '--get', u'branch.lte_epc_bug3222_reviewboard.remote'] --- >>> Running: git config --get remote.origin.url >>> repository info: Path: gur43474@gurux035:/git/repos/lte_epc.git, Base path: , Supports changesets: False >>> Making HTTP GET request to http://172.16.105.239/api/ Please log in to the Review Board server at 172.16.105.239. Password: >>> Making HTTP GET request to http://172.16.105.239/api/info/ >>> Running: git rev-parse refs/heads/lte_epc_bug3222_reviewboard >>> Running: git merge-base c7b3e43b39475f6b4dc4a9807305e9769d750983 origin/master >>> Running: git rev-parse 552f559ba84165b8450688bd496e72f36c0911c8 >>> Running: git rev-parse HEAD~1 >>> Running: git status --porcelain --untracked-files=no >>> Running: git rev-parse --git-dir >>> Running: git version >>> Running: git diff --no-color --full-index --ignore-submodules -M --no-ext-diff 3853871c39fd346335eddae5d9d73f7463d744af..c7b3e43b39475f6b4dc4a9807305e9769d750983 >>> Running: git diff --no-color --full-index --ignore-submodules -M --no-ext-diff 552f559ba84165b8450688bd496e72f36c0911c8..3853871c39fd346335eddae5d9d73f7463d744af >>> Making HTTP GET request to http://172.16.105.239/api/review-requests/?only-links=create&only-fields= >>> Making HTTP POST request to http://172.16.105.239/api/review-requests/ >>> Making HTTP GET request to http://172.16.105.239/api/review-requests/17/diffs/?only-fields= >>> Making HTTP POST request to http://172.16.105.239/api/review-requests/17/diffs/ . . . . It has been stuck here and unable to upload diff file on review Board. What might be the issue? -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
