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 you mean by adverse effects. Running with
mod_python can have some strange bugs (which is why django removed it), but
I'd be surprised if it was anything that would cause permanent data loss.
I'd suggest migrating over to mod_wsgi as soon as convenient, though.

-David


On Tue, Jun 17, 2014 at 5:47 PM, celli...@aechelon.com wrote:

 We just upgraded our install from 1.6.11 to 2.0.2 and had serious problems
 getting things running because we were using the modpython Django library
 with the mod_python Apache module and that hasn't been supported for
 awhile. Since Django no longer supports modpython I'm wondering how I
 migrate to wsgi? If I have the mod_ wsgi Apache module loaded I'm assuming
 the only other thing that I need to do is update my Apache configuration
 file, is that accurate? How do I get a sample apache-wsgi.conf generated so
 I can modify my config with the correct data? Also, in the mean time, I
 copied over the modpython libraries from the 1.3.3 Django site-packages
 directory to the Django 1.6.5 site directory and this hack seems to have
 gotten things working again in the short term, do you think this could have
 any adverse effects on my site? Please let me know. Thanks.

 Also, we're running on CentOS 6.5, Apache 2.2.15, and Python 2.6.6.

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


'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 specify '--px 1'?

-- 
Bruce

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, Supports changesets: False
  Attempting to create review request on http://server/svn/repo_name for 
None   HTTP POSTing to
http://reviewboard-server/api/review-requests/: 
{'repository': u'http://server/svn/repo_name'}   Got API Error 206 (HTTP 
code 400): The repository path specified is not in the list of known 
repositories   Error data: {u'stat': u'fail', u'repository': 
u'http://server/svn/repo_name', u'err': {u'msg': u'The repository path 
specified is not in the list of known repositories', u'code': 206}}

Any ideas why it sees the repo in the list, generates the diff and then 
when posting it falls over?

Cheers
Dan

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.

(Looking at the sources, backends.py for ActiveDirectory doesn't output 
errors for exceptions in get_or_create_user())

Any advice on how to get this working?

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 specify '--px 1'?

 --
 Bruce

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 input line 4
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--
|diff -r 7802e325d133 -r 967f7807ca97 jenkins/pyfile.py
|--- a/jenkins/pyfile.py   Wed Jun 18 16:35:16 2014 -0600
|+++ b/jenkins/pyfile.py   Wed Jun 18 20:01:56 2014 -0600
--
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored

-- 
Bruce

On Wed, Jun 18, 2014 at 6:47 PM, David Trowbridge trowb...@gmail.com
wrote:

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 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 specify '--px 1'?



-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 your bug report will be
*** rejected.
***
*** If you have a security issue to report, please send it confidentially
to
*** secur...@reviewboard.org. Posting security-related issues to this bug
*** tracker causes us to have to do an emergency release.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** This bug tracker is public. Please check that any logs or other
information
*** that you include has been stripped of confidential information.


What version are you running?
2.0.2

What's the URL of the page containing the problem?
The URL is not accessible on Internet

What steps will reproduce the problem?
1.Post a review
2.Publish it
3.Wait 10 minuts

What is the expected output? What do you see instead?
The expected output is to publish a review quickly, instead it  
print loading... for 10 minuts.


What operating system are you using? What browser?
Linux Debian stable (7.4) / chrome on linux Version 35.0.1916.114

Please provide any additional information below.
When I post a review, the steps are :

1 - GET the draft (= lead to 404 error, see screenshot)
2 - POST the review (= create the reply and return the id 10 here)
3 - PUT the review with public: true (= publish the review, lead to 200  
OK but last 10 minuts!)


The result is fine, but the last PUT last 10 minuts.

If I do not wait and refresh the page, the result is fine, so the PUT  
request is handled correctly and quickly.


In the apache log file I have :

[18/Jun/2014:09:32:06 +] GET  
/api/review-requests/3/reviews/1/replies/draft/?1403083927028api_format=json  
HTTP/1.1 404 531 http://rb.local/r/3/; Mozilla/5.0 (X11; Linux x86_64)  
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36


[18/Jun/2014:09:32:06 +] POST  
/api/review-requests/3/reviews/1/replies/ HTTP/1.1 201  
937 http://rb.local/r/3/; Mozilla/5.0 (X11; Linux x86_64)  
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36


[18/Jun/2014:09:34:24 +] PUT  
/api/review-requests/3/reviews/1/replies/10/ HTTP/1.1 200  
837 http://rb.local/r/3/; Mozilla/5.0 (X11; Linux x86_64)  
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36


If more info is needed, just ask.

Thank you

Attachments:
2014-06-18-115517_1502x749_scrot.png  118 KB
2014-06-18-115458_1418x737_scrot.png  51.8 KB
2014-06-18-120009_1317x689_scrot.png  109 KB

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


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 involves  
sending out the e-mails. That's a synchronous operation. If that's slow for  
some reason, then the entire publish will take a while.


I'd investigate what's happening there first. Maybe try disabling e-mail  
temporarily and seeing if the problem goes away.


Extensions that hook into the publishing process can also cause this.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


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 the mail is asynchronous)


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


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 the mail were asynchronous)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


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 the mail was asynchronous)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


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 (traceback is from master)

What's the URL of the page containing the problem?

/r/new/
and also posting from rbt post.

What steps will reproduce the problem?
1.  Add a SVN repo to reviewboard.
2.  In that repo, commit a file with UTF-8 data (utf8_file.txt), and  
a $Id $ line

3.  Also propset  svn:keywords Id utf8_file.txt
4.  Commit the file.
5.  Make a change to the file.
6. Post for review.

What is the expected output?

The review is posted.

What do you see instead?

On /r/new/, user gets no indication there was a failure.   From rbt, they  
get

ERROR: Error uploading diff


One or more fields had errors (HTTP 400, API Error 105)

path: 'ascii' codec can't decode byte 0xef in position 0: ordinal not  
in range(128)


Your review request still exists, but the diff is not attached.
What operating system are you using? What browser?


Please provide any additional information below.

Traceback (most recent call last):
  File reviewboard/reviewboard/webapi/resources/diff.py, line 292, in  
create

request.FILES.get('parent_diff_path'))
  File reviewboard/reviewboard/reviews/forms.py, line 116, in create
history)
  File reviewboard/reviewboard/diffviewer/forms.py, line 69, in create
request=self.request)
  File reviewboard/reviewboard/diffviewer/managers.py, line 156, in  
create_from_upload

save=save)
  File reviewboard/reviewboard/diffviewer/managers.py, line 182, in  
create_from_data

check_existence=(not parent_diff_file_contents)))
  File reviewboard/reviewboard/diffviewer/managers.py, line 300, in  
_process_files

request=request))):
  File reviewboard/reviewboard/scmtools/models.py, line 239, in  
get_file_exists

base_commit_id, request)
  File reviewboard/reviewboard/scmtools/models.py, line 434, in  
_get_file_exists_uncached

exists = self.get_scmtool().file_exists(path, revision)
  File reviewboard/reviewboard/scmtools/core.py, line 156, in file_exists
self.get_file(path, revision)
  File reviewboard/reviewboard/scmtools/svn/__init__.py, line 117, in  
get_file

return self.client.get_file(path, revision)
  File reviewboard/reviewboard/scmtools/svn/pysvn.py, line 106, in  
get_file

return self._do_on_path(self._get_file_data, path, revision)
  File reviewboard/reviewboard/scmtools/svn/pysvn.py, line 72, in  
_do_on_path

return cb(normpath, normrev)
  File reviewboard/reviewboard/scmtools/svn/pysvn.py, line 100, in  
_get_file_data

data = self.collapse_keywords(data, keywords[normpath])
  File reviewboard/reviewboard/scmtools/svn/base.py, line 118, in  
collapse_keywords

repl, data)
  File rb_2.0/lib/python2.7/re.py, line 151, in sub
return _compile(pattern, flags).sub(repl, string, count)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 0:  
ordinal not in range(128)



Attachments:
utf8-file.txt  153 bytes

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


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

What steps will reproduce the problem?
1. Click Update diff on existing review request
2. Upload the new diff
3. Try to view the diff

What is the expected output? What do you see instead?
Expecting to see the diff, instead see an error saying:

The patch to '[filename]' didn't apply cleanly. The temporary files have  
been left in '/tmp/reviewboard.[id]' for debugging purposes. `patch`  
returned:


This may be a bug in the software, a temporary outage, or an issue with the  
format of your diff.


What operating system are you using? What browser?
Windows, reviewboard running on a linux server. Viewing in Chrome.

Please provide any additional information below.
This is similar to issue #3398. I took a look at the .rej and .diff files  
in the temp folder--they look almost identical. If I try to patch locally  
with the diff file, it works just fine.


If I take a look at my apache error logs, I see something like:
Warning:root:Attempting to override delete count on FileDiffData [hash]  
from 16 to None (FileDiff None)


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


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 configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


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 (except it's been renamed)
tmp1-new.rej, which is nearly identical to the .diff file


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


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 because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


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 preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


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 to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


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 project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


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 configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


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 address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


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 project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


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 configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.