Comment #1 on issue 2729 by marcelo....@gmail.com: Can't create new review request
http://code.google.com/p/reviewboard/issues/detail?id=2729

The error on the error logs is

Error uploading new diff: URL 'http://svn.grid/branches/s-1.3.0' refers to a directory
Can't get text contents of a directory
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7beta1-py2.6.egg/reviewboard/webapi/resources.py", line 1625, in create
    request.FILES.get('parent_diff_path'))
File "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7beta1-py2.6.egg/reviewboard/reviews/forms.py", line 296, in create
    history)
File "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7beta1-py2.6.egg/reviewboard/diffviewer/forms.py", line 85, in create
    diff_file, basedir, check_existance=(not parent_diff_file)))
File "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7beta1-py2.6.egg/reviewboard/diffviewer/forms.py", line 176, in _process_files
    not self.repository.get_file_exists(filename, revision))):
File "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7beta1-py2.6.egg/reviewboard/scmtools/models.py", line 169, in get_file_exists
    return self.get_scmtool().file_exists(path, revision)
File "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7beta1-py2.6.egg/reviewboard/scmtools/core.py", line 72, in file_exists
    self.get_file(path, revision)
File "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7beta1-py2.6.egg/reviewboard/scmtools/svn.py", line 154, in get_file
    raise SCMError(e)
SCMError: URL 'http://svn.grid/branches/s-1.3.0' refers to a directory
Can't get text contents of a directory

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.

Reply via email to