I added the -d option, which shows the debu (shown below). It looks like it 
is still trying to do a diff ?

>>> Command exited with rc 128: ['git', 'diff', '--no-color', 
'--full-index', '--ignore-submodules', 
'5d095244494ee46260897bc770bf3aa0eb3f9a12..5d095244494ee46260897bc770bf3aa0eb3f9a12',
 
'-M', '--no-ext-diff', '--', '/var/foobar3/testrepo3/hello.c']
[]---
Traceback (most recent call last):
  File "/usr/bin/rbt", line 9, in <module>
    load_entry_point('RBTools==0.6.3', 'console_scripts', 'rbt')()
  File 
"/usr/lib/python2.6/site-packages/RBTools-0.6.3-py2.6.egg/rbtools/commands/main.py",
 
line 134, in main
    command.run_from_argv([RB_MAIN, command_name] + args)
  File 
"/usr/lib/python2.6/site-packages/RBTools-0.6.3-py2.6.egg/rbtools/commands/__init__.py",
 
line 416, in run_from_argv
    exit_code = self.main(*args) or 0
  File 
"/usr/lib/python2.6/site-packages/RBTools-0.6.3-py2.6.egg/rbtools/commands/post.py",
 
line 745, in main
    extra_args=extra_args)
  File 
"/usr/lib/python2.6/site-packages/RBTools-0.6.3-py2.6.egg/rbtools/clients/git.py",
 
line 431, in diff
    files)
  File 
"/usr/lib/python2.6/site-packages/RBTools-0.6.3-py2.6.egg/rbtools/clients/git.py",
 
line 490, in make_diff
    return ''.join(diff_lines)
TypeError

On Monday, December 15, 2014 3:13:02 PM UTC-5, Norman Lo wrote:
>
> Hello,
>
> I am using RBTools version 0.6.3 and tries to post some files to 
> ReviewBoard version 1.7.
>
> When I use the command "rbt post hello.c", I got the following error:
>
> Failed to execute command: ['git', 'rev-parse', 'hello.c^']
> fatal: ambiguous argument 'hello.c^': unknown revision or path not in the 
> working tree.
> Use '--' to separate paths from revisions
> hello.c^
>
> It looks like the character "^" is added somehow and it is causing git to 
> fail. How should I go about to resolve this issue.
>
>
> Also, I have another issue with ReviewBoard. I set it to do logging in the 
> web interface. However, Looking at the log file, I only see:
>
>  Reloading logging settings
>
>
> And there are no more log entries. I do not see any apache error log. How 
> do I resolve this issue
>
> Thanks!
>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to