Re: New user of review board here, I'm having trouble attaching diffs

2014-08-21 Thread Christian Hammond
Review Board is configured to point to a repository though. I need details on that to be able to help further. Perhaps you can point your administrator to this thread? - Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - 

Re: New user of review board here, I'm having trouble attaching diffs

2014-08-15 Thread Usama Ahmed
I just found out that we don't have a local clone on the Reviewboard server. The diff is being created from comparing the branch to my master. -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/

Re: New user of review board here, I'm having trouble attaching diffs

2014-08-15 Thread Christian Hammond
Can you get more information on how the repository is configured on Review Board? The error makes it appear as if it’s using a clone. For your local setup, can you answer the following: 1) Does ‘origin’ point to your central server? `git remote show origin` 2) Are you developing off of master

Re: New user of review board here, I'm having trouble attaching diffs

2014-08-15 Thread Usama Ahmed
1) Yes, origin points to my central server. 'http://vm:8080' 2) I am developing on a child branch of my master 3) Previously, upon finishing work in a branch I would commit to it and then merge it straightaway into master. I wasn't doing the reverse -- merging master into the development branch.

Re: New user of review board here, I'm having trouble attaching diffs

2014-08-15 Thread Usama Ahmed
In response to your question about the set-up of the repository, I was told that a repository is not configured on Reviewboard. My clone of the central repository is on my computer. -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board

Re: New user of review board here, I'm having trouble attaching diffs

2014-08-14 Thread Usama Ahmed
Just changed some directory names... but the info is otherwise what I got from GitBash. usama.a@DT ~/Source/Repos/TFSMgmt/Morpheus (BUG_1491) $ rbt post -d RBTools 0.6.2 Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] Running on Windows-7-6.1.7601-SP1 Home =

Re: New user of review board here, I'm having trouble attaching diffs

2014-08-14 Thread Usama Ahmed
Renamed a few directories to steer clear of potential privacy issues. Otherwise this is what I got after running rbt post with the -d flag. usama.ahmed@DT ~/Source/Repos/TFSMgmt (BUG_1491) $ rbt post -d RBTools 0.6.2 Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)]

Re: New user of review board here, I'm having trouble attaching diffs

2014-08-14 Thread Usama Ahmed
Renamed a few directories to steer clear of potential privacy issues. Otherwise this is what I got after running rbt post with the -d flag. usama.ahmed@DT ~/Source/Repos/TFSMgmt (BUG_1491) $ rbt post -d RBTools 0.6.2 Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)]

Re: New user of review board here, I'm having trouble attaching diffs

2014-08-14 Thread Usama Ahmed
Hi Christian, I don't have access to the repository set-up right now but I'll post again with it tomorrow morning. When you say local clone are you referring to my repository in C:\Users\usama.ahmed\Source\Repos\TFSMgmt? That is my local repository and I have been pulling updates from the

New user of review board here, I'm having trouble attaching diffs

2014-08-14 Thread Christian Hammond
Hi, Right, it's the repository on the server that needs to be up-to-date. You'll need to bring this issue to your RB admin's attention, since there's nothing you can do on your end (if it is that issue). It may also be that you diff is referencing a parent commit that doesn't exist upstream. To

New user of review board here, I'm having trouble attaching diffs

2014-08-08 Thread Usama Ahmed
Whenever I create a new branch in VS, do some work and then enter 'rbt post' on the repo I get this message: ERROR: Error uploading diff One or more fields had errors (HTTP 400, API Error 105) path: fatal: git cat-file eac: bad file Your review still exists, but the diff is not

Re: New user of review board here, I'm having trouble attaching diffs

2014-08-08 Thread Andrew Hills (anhills)
Hi Usama, Run rbt post with the -d flag to get more details. Thanks, Andrew On Aug 8, 2014, at 11:39 AM, Usama Ahmed usama.ahme...@gmail.commailto:usama.ahme...@gmail.com wrote: Whenever I create a new branch in VS, do some work and then enter 'rbt post' on the repo I get this message: