Re: Migrating From modpython To wsgi After Upgrade From Reviewboard 1.6.11 To 2.0.2

2014-06-18 Thread David Trowbridge
You can create the apache configs by hand by copying the templates and modifying them with the appropriate paths. The files you'll want are apache-wsgi.conf.in and reviewboard.wsgi.in (see https://github.com/reviewboard/reviewboard/tree/master/reviewboard/cmdline/conf ) I'm not entirely sure what

'rbt patch', git diffs and default --px value

2014-06-18 Thread Bruce Cran
I've been trying to use the 'rbt patch' command, and it seems that _get_p_number() is only for subversion repositories. Since diffs are commonly created with a prefix, and git defaults to adding a/ and b/, should we automatically try, or retry, using 'patch -p1' without the user needing to

Error using post-review and Reviewboard 1.7.25

2014-06-18 Thread Daniel Laird
All, We are currently using post-review and Reviewboard 1.7.25 (RBtools 0.5.1). We added a new Repo to Reviewboard and its listed as repository 26. However when we try to post a new review to Reviewboard we get: DEBUG:root:repository info: Path: http://server/svn/repo_name, Base path: /trunk,

Active Directory - Can't Assign New User to Review

2014-06-18 Thread fireworm
New install of RB 2.0.2 on Ubuntu, with Active Directory login working. Users can login once and create their account correctly. But I can't seem to add a user to a review who has not logged in at least once. I enabled logging, but don't see anything in the log after failing to add a user.

Re: 'rbt patch', git diffs and default --px value

2014-06-18 Thread David Trowbridge
Bruce, I use 'rbt patch' with git all the time without specifying --px. What in particular are you seeing? -David On Wed, Jun 18, 2014 at 7:58 AM, Bruce Cran bruce.c...@gmail.com wrote: I've been trying to use the 'rbt patch' command, and it seems that _get_p_number() is only for subversion

Re: 'rbt patch', git diffs and default --px value

2014-06-18 Thread Bruce Cran
Sorry, it's not actually git but mercurial I'm having trouble with. After running 'rbt post' I run 'rbt patch reviewid' and get the error: Patch is being applied from request 41123 with diff revision 1. Failed to execute command: ['patch', '-i', '/tmp/tmps2NVdI'] can't find file to patch at

Issue 3424 in reviewboard: PUT request on reviews always last 10 minuts.

2014-06-18 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3424 by wildh...@gmail.com: PUT request on reviews always last 10 minuts. http://code.google.com/p/reviewboard/issues/detail?id=3424 *** READ THIS BEFORE POSTING! *** *** You must complete this form in its entirety, or

Re: Issue 3424 in reviewboard: PUT request on reviews always last 10 minuts.

2014-06-18 Thread reviewboard
Comment #1 on issue 3424 by chip...@gmail.com: PUT request on reviews always last 10 minuts. http://code.google.com/p/reviewboard/issues/detail?id=3424 This is almost always due to an issue with the mail server configuration. When setting public=1, we go through the publish process, which

Re: Issue 3424 in reviewboard: PUT request on reviews always last 10 minuts.

2014-06-18 Thread reviewboard
Comment #2 on issue 3424 by wildh...@gmail.com: PUT request on reviews always last 10 minuts. http://code.google.com/p/reviewboard/issues/detail?id=3424 OK, it was due to the mailserver slowness. Not a reviewboard bug so. It can be closed. Thank you ! (It may be better if the sending of

Re: Issue 3424 in reviewboard: PUT request on reviews always last 10 minuts.

2014-06-18 Thread reviewboard
Comment #3 on issue 3424 by wildh...@gmail.com: PUT request on reviews always last 10 minuts. http://code.google.com/p/reviewboard/issues/detail?id=3424 OK, it was due to the mailserver slowness. Not a reviewboard bug so. It can be closed. Thank you ! (It may be better if the sending of

Re: Issue 3424 in reviewboard: PUT request on reviews always last 10 minuts.

2014-06-18 Thread reviewboard
Comment #4 on issue 3424 by wildh...@gmail.com: PUT request on reviews always last 10 minuts. http://code.google.com/p/reviewboard/issues/detail?id=3424 OK, it was due to the mailserver slowness. Not a reviewboard bug so. It can be closed. Thank you ! (It may be better if the sending of

Issue 3425 in reviewboard: PySVN, UTF-8 file with svn:keywords set raises exception trying to upload diff.

2014-06-18 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3425 by thom.ger...@gmail.com: PySVN, UTF-8 file with svn:keywords set raises exception trying to upload diff. http://code.google.com/p/reviewboard/issues/detail?id=3425 What version are you running? 2.0.1 and master

Issue 3426 in reviewboard: Didn't apply patch cleanly

2014-06-18 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3426 by nick.ind...@gmail.com: Didn't apply patch cleanly http://code.google.com/p/reviewboard/issues/detail?id=3426 What version are you running? 2.0.1 What's the URL of the page containing the problem? r/[number]/diff

Re: Issue 3426 in reviewboard: Didn't apply patch cleanly

2014-06-18 Thread reviewboard
Updates: Status: NeedInfo Comment #1 on issue 3426 by trowb...@gmail.com: Didn't apply patch cleanly http://code.google.com/p/reviewboard/issues/detail?id=3426 Can you check that the file it's trying to patch looks correct? -- You received this message because this project is

Re: Issue 3426 in reviewboard: Didn't apply patch cleanly

2014-06-18 Thread reviewboard
Comment #2 on issue 3426 by nick.ind...@gmail.com: Didn't apply patch cleanly http://code.google.com/p/reviewboard/issues/detail?id=3426 Is that also stored within the temp folder? In there I see: tmp1 and tmp1-new files, both have nothing in them myfile.py.diff, which is the diff I uploaded

Re: Issue 3426 in reviewboard: Didn't apply patch cleanly

2014-06-18 Thread reviewboard
Comment #3 on issue 3426 by trowb...@gmail.com: Didn't apply patch cleanly http://code.google.com/p/reviewboard/issues/detail?id=3426 It should be the tmp1 file. If it's empty, something went wrong fetching the file from the repository. What SCM are you using? -- You received this message

Re: Issue 3426 in reviewboard: Didn't apply patch cleanly

2014-06-18 Thread reviewboard
Comment #4 on issue 3426 by nick.ind...@gmail.com: Didn't apply patch cleanly http://code.google.com/p/reviewboard/issues/detail?id=3426 Git -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification

Re: Issue 3426 in reviewboard: Didn't apply patch cleanly

2014-06-18 Thread reviewboard
Comment #5 on issue 3426 by trowb...@gmail.com: Didn't apply patch cleanly http://code.google.com/p/reviewboard/issues/detail?id=3426 How is your repository configured? What is the raw file URL? -- You received this message because this project is configured to send all issue notifications

Re: Issue 3426 in reviewboard: Didn't apply patch cleanly

2014-06-18 Thread reviewboard
Comment #6 on issue 3426 by nick.ind...@gmail.com: Didn't apply patch cleanly http://code.google.com/p/reviewboard/issues/detail?id=3426 We're using gitweb and hosting the repos at the default location on our server (/srv/git/repositories) -- You received this message because this

Re: Issue 3426 in reviewboard: Didn't apply patch cleanly

2014-06-18 Thread reviewboard
Comment #7 on issue 3426 by nick.ind...@gmail.com: Didn't apply patch cleanly http://code.google.com/p/reviewboard/issues/detail?id=3426 Ah, here is the raw file URL: http://server/gitweb/?p=myrepo.git;a=blob_plain;f=filename;h=revisiona -- You received this message because this project is

Re: Issue 3426 in reviewboard: Didn't apply patch cleanly

2014-06-18 Thread reviewboard
Comment #8 on issue 3426 by trowb...@gmail.com: Didn't apply patch cleanly http://code.google.com/p/reviewboard/issues/detail?id=3426 I think your issue is revisiona (should be revision) -- You received this message because this project is configured to send all issue notifications to this

Re: Issue 3426 in reviewboard: Didn't apply patch cleanly

2014-06-18 Thread reviewboard
Comment #9 on issue 3426 by nick.ind...@gmail.com: Didn't apply patch cleanly http://code.google.com/p/reviewboard/issues/detail?id=3426 Shoot, admin's telling me that that was just a typo when he sent me the url... It actually is just revision. -- You received this message because this

Re: Issue 3424 in reviewboard: PUT request on reviews always last 10 minuts.

2014-06-18 Thread reviewboard
Updates: Status: SetupIssue Comment #5 on issue 3424 by trowb...@gmail.com: PUT request on reviews always last 10 minuts. http://code.google.com/p/reviewboard/issues/detail?id=3424 (No comment was entered for this change.) -- You received this message because this project is