Re: Issue 2515 in reviewboard: Exception thrown when trying to post a review to an http basic auth backed instance of review board

2013-07-08 Thread reviewboard


Comment #2 on issue 2515 by njhar...@gmail.com: Exception thrown when  
trying to post a review to an http basic auth backed instance of review  
board

http://code.google.com/p/reviewboard/issues/detail?id=2515

The code is not checking for None return value from urllib2. One possible  
fix is following patch.


132c132
< if response and response.code != 401:
---

 if response.code != 401:


--
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/groups/opt_out.




Re: Issue 3024 in reviewboard: Enhance Review Board RBTools (rbt) to support svn tree (or file copy)

2013-07-08 Thread reviewboard


Comment #4 on issue 3024 by sudhir.s...@gmail.com: Enhance Review Board  
RBTools (rbt) to support svn tree (or file copy)

http://code.google.com/p/reviewboard/issues/detail?id=3024

Please review and I would be glad to do necessary changes.
http://reviews.reviewboard.org/r/4279/

--
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/groups/opt_out.




Re: Issue 3023 in reviewboard: RB issue occurs when i trying to ship a review

2013-07-08 Thread reviewboard

Updates:
Status: NeedInfo

Comment #2 on issue 3023 by trowb...@gmail.com: RB issue occurs when i  
trying to ship a review

http://code.google.com/p/reviewboard/issues/detail?id=3023

Are you the server admin? What's the value of the server name on  
admin/settings/general/ ?


--
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/groups/opt_out.