Issue 585 in reviewboard: post-review dies when binaries are part of a p4 changeset

2009-04-17 Thread codesite-noreply


Comment #5 on issue 585 by chipx86: post-review dies when binaries are part  
of a p4 changeset
http://code.google.com/p/reviewboard/issues/detail?id=585

Issue 1059 has been merged into this issue.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 585 in reviewboard: post-review dies when binaries are part of a p4 changeset

2009-03-28 Thread codesite-noreply


Comment #4 on issue 585 by chipx86: post-review dies when binaries are part  
of a p4 changeset
http://code.google.com/p/reviewboard/issues/detail?id=585

Issue 991 has been merged into this issue.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 585 in reviewboard: post-review dies when binaries are part of a p4 changeset

2009-03-27 Thread codesite-noreply

Updates:
Status: Fixed

Comment #3 on issue 585 by chipx86: post-review dies when binaries are part  
of a p4 changeset
http://code.google.com/p/reviewboard/issues/detail?id=585

Fixed in r1862.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 585 in reviewboard: post-review dies when binaries are part of a p4 changeset

2008-12-18 Thread codesite-noreply


Comment #2 on issue 585 by pmclanahan: post-review dies when binaries are  
part of a p4 changeset
http://code.google.com/p/reviewboard/issues/detail?id=585

I've had this same issue and done some debugging. The problem is on line  
975 and is
caused by that line not evaluating to True. I'm still not sure why this is,  
but for
me on Windows I had thought it was due to line ending issues, but since I  
now see
this other bug report on Linux, I'm not so sure. In any case, the attached  
patch
fixed it for me. I basically replaced the direct string equality check with  
a regex
match. It's possible that just using 'dl[0].startswith()' instead of '=='  
or my regex
would work as well, but I haven't tried that. Maybe this will help mayesgr  
get revews
submitted.


Attachments:
post-review.patch  585 bytes

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---