Re: The specified diff file could not be parsed.

2015-02-18 Thread Liam Reimers
After fiddling with this some more, I ended up discarding the repo config and creating a new config as a Gitlab repo. This seems to have worked, however, when I try to post a review: 08:03 $ rbt post -g yes --bugs-closed 19788098 -d RBTools 0.7.1 Python 2.6.9 (unknown, Sep 9 2014, 15:05:12)

Re: The specified diff file could not be parsed.

2015-02-18 Thread Liam Reimers
After fiddling with this some more, I ended up discarding the repo config and creating a new config as a Gitlab repo. This seems to have worked, however, when I try to post a review: 08:03 $ rbt post -g yes --bugs-closed 19788098 -d RBTools 0.7.1 Python 2.6.9 (unknown, Sep 9 2014, 15:05:12)

Re: The specified diff file could not be parsed.

2015-02-13 Thread Liam Reimers
I should also note that HEAD is a modification of an existing file, and HEAD~1 was adding a new file. Sort of reminds me of: https://groups.google.com/forum/#!topic/reviewboard/U-pVdasCWxw However, I don't get the error in that thread. -- Supercharge your Review Board with Power Pack:

Re: The specified diff file could not be parsed.

2015-02-13 Thread Liam Reimers
using git, I am on a local branch that has diverged from master (and origin/master) by one commit. I upgraded to 2.0.13, and I get the same error when trying to post a review. I honestly feel this is a problem in the tool: 06:40 $ rbt post -g yes --bugs-closed 19788098 -d RBTools 0.7.1

Re: The specified diff file could not be parsed.

2015-02-13 Thread Liam Reimers
Is there a way to see what diff is being posted by the tool? -- 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/

Re: The specified diff file could not be parsed.

2015-02-13 Thread Liam Reimers
Does the problem go away if the local branch is rebased back onto master again? No, it does not. I checkout out master, merged the branch (single change), and ran: rbt post -g yes --bugs-closed 19788098 -d It had the same output, ending with: Error data: {u'stat': u'fail', u'reason':

Re: The specified diff file could not be parsed.

2015-02-13 Thread Liam Reimers
Ah, I just saw part of your error: Not a git repository: 'None.' How is your repository configured in Review Board? Name - Repository Hosting - None (custom) Type - Git Path - git@server:path/repo.git However, note that the client can post a review request using one invocation (with

Re: The specified diff file could not be parsed.

2015-02-12 Thread Liam Reimers
I'm having this exact issue as well. Is there any additional information I can post to help troubleshoot? RBTools 0.7.1 Python 2.6.9 (unknown, Sep 9 2014, 15:05:12) -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for

Re: Cannot post-review using API with LDAP user on 1.7.4

2013-02-12 Thread Liam Reimers
might trace through it? On Friday, February 8, 2013 2:07:09 PM UTC-8, Liam Reimers wrote: Just this: 2013-02-07 22:44:04,478 - DEBUG - Attempting authentication on API for user user On Friday, February 8, 2013 12:14:44 PM UTC-8, Christian Hammond wrote: This has come up on occasion

Cannot post-review using API with LDAP user on 1.7.4

2013-02-08 Thread Liam Reimers
This user is Staff and Admin, but is an LDAP user. User can authenticate to the web pages and perform all actions there. He cannot use the post-review client to post a review, getting HTTP/403, API/101: % post-review --debug -o RBTools 0.4.3 Python 2.7.2 (default, Oct 11 2012, 20:14:37)

Re: Cannot post-review using API with LDAP user on 1.7.4

2013-02-08 Thread Liam Reimers
file for any messages around the time of a post? Christian On Feb 8, 2013, at 10:14, Liam Reimers liam.r...@gmail.com javascript: wrote: This user is Staff and Admin, but is an LDAP user. User can authenticate to the web pages and perform all actions there. He cannot use the post

Re: Cannot add a remote SVN repo on 1.6.15 (Regression?)

2013-01-08 Thread Liam Reimers
I'd be happy to do some code-level digging. Any tips on where to start? Thanks Liam -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~--~~~~--~~--~--~---

Re: New comment moderation in effect

2012-12-18 Thread Liam Reimers
Hi... how long does it typically take to get moderated? I'm pretty stuck. -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~--~~~~--~~--~--~--- To

Re: Cannot add a remote SVN repo on 1.6.15 (Regression?)

2012-12-18 Thread Liam Reimers
Hi, thanks for the response. This is a fresh installation, there was no previously working version. $ svn --version svn, version 1.6.18 (r1303927) compiled Aug 4 2012, 19:46:53 $ python --version Python 2.7.1 $ cd src $ ls mod_wsgi-3.4 mod_wsgi-3.4.tar.gz pysvn-1.7.6 pysvn-1.7.6.tar.gz $ ssh

Re: Cannot add a remote SVN repo on 1.6.15 (Regression?)

2012-12-18 Thread Liam Reimers
javascript: Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue, Dec 18, 2012 at 1:59 PM, Liam Reimers liam.r...@gmail.comjavascript: wrote: Well, this is interesting... $ cat /var/log/reviewboard/rbssh-61048.log 12-18 13:56 root DEBUG

Cannot add a remote SVN repo on 1.6.15 (Regression?)

2012-12-17 Thread Liam Reimers
Seeing the same issue reported at the last post on: https://groups.google.com/d/msg/reviewboard-issues/TDF0cWON4TI/LNNh_RM_K50J This is reviewboard 1.6.15 on OS X. To get this far, I did have to: ln -s /usr/local/bin/rbssh /usr/bin/rbssh When I try to add a repo I get this in the GUI: A