Problem using post-review when parent_diff has "deleted" files

2009-03-23 Thread Sandy Armstrong
Hello, I'm testing out the use of git-svn with an instance of Review Board 1.0 Alpha 4. I'm currently getting an error from the server if my parent_diff contains the deletion of a file (because the file only exists in trunk/master, not in the branch/remote). I don't have enough access to debug

Re: Problem using post-review when parent_diff has "deleted" files

2009-03-23 Thread Sandy Armstrong
On Mar 23, 5:26 pm, Sandy Armstrong wrote: > I am going to try merging the latest trunk changes into the branch > again and see if I still have this problem.  Otherwise I'm not really > sure what to do. Well, I did the merge, so the file is no longer missing in the branch, a

Re: Problem using post-review when parent_diff has "deleted" files

2009-03-24 Thread Sandy Armstrong
On Mar 23, 6:07 pm, Christian Hammond wrote: > Hey Sandy, > > Couple questions. First, is "git-svn/branches/post-1.0-research" the name of > the actual branch in git? Yes, that is the name that shows up when I do "git branch -a". > The filename in that path definitely seems screwed up. It shows

Re: Problem using post-review when parent_diff has "deleted" files

2009-03-29 Thread Sandy Armstrong
I think I have reduced this to a much simpler explanation in the following new issue, if anybody is interested: http://code.google.com/p/reviewboard/issues/detail?id=999 Conclusion: either --parent is slightly broken in how the server processes it, or I'm using it wrong in the first place. If I

Unable to register new account at http://reviews.review-board.org/account/register/

2009-03-29 Thread Sandy Armstrong
Since your contribution policy requires that all proposed patches go to the Reviewboard instance, I decided to try to register an account. But whenever I visit... http://reviews.review-board.org/account/register/ ...I am simply forwarded back to... http://reviews.review-board.org/account/login

Re: Unable to register new account at http://reviews.review-board.org/account/register/

2009-03-29 Thread Sandy Armstrong
nk and redirect requests made to /account/ register/ to the /account/login/ page instead." On Mar 29, 11:32 am, Sandy Armstrong wrote: > Since your contribution policy requires that all proposed patches go > to the Reviewboard instance, I decided to try to register an account. > >

Re: Unable to register new account at http://reviews.review-board.org/account/register/

2009-03-29 Thread Sandy Armstrong
board.org > VMware, Inc. -http://www.vmware.com > > On Sun, Mar 29, 2009 at 11:32 AM, Sandy Armstrong < > > sanfordarmstr...@gmail.com> wrote: > > > Since your contribution policy requires that all proposed patches go > > to the Reviewboard instance, I decided to

Re: Problem using post-review when parent_diff has "deleted" files

2009-03-30 Thread Sandy Armstrong
diff: The file was not found in the repository (207) > > >>> {u'stat': u'fail', u'file': u'/branches/mybranch/filepath/filename.cpp', > >>> u'err': {u'msg': u'The file was not found in the repository&