Diff issue on new install

2009-10-23 Thread Mike Gunderloy
Setting up a new Review Board install (1.0.5.1) to experiment with.  
Install seems to have worked and I've set up a single git repo and  
used post-review to toss a review request in. But on trying to view  
the diff I get:

[Errno 32] Broken pipe

Traceback (most recent call last):
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0.5.1- 
py2.5.egg/reviewboard/diffviewer/views.py, line 153, in view_diff
 interdiffset, highlighting, True)
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0.5.1- 
py2.5.egg/reviewboard/diffviewer/diffutils.py, line 623, in  
get_diff_files
 large_data=True)
   File /usr/lib/python2.5/site-packages/Djblets-0.5.5-py2.5.egg/ 
djblets/util/misc.py, line 162, in cache_memoize
 data = lookup_callable()
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0.5.1- 
py2.5.egg/reviewboard/diffviewer/diffutils.py, line 622, in lambda
 enable_syntax_highlighting),
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0.5.1- 
py2.5.egg/reviewboard/diffviewer/diffutils.py, line 345, in get_chunks
 new = get_patched_file(old, filediff)
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0.5.1- 
py2.5.egg/reviewboard/diffviewer/diffutils.py, line 261, in  
get_patched_file
 return patch(filediff.diff, buffer, filediff.dest_file)
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0.5.1- 
py2.5.egg/reviewboard/diffviewer/diffutils.py, line 110, in patch
 p.stdin.write(diff)
IOError: [Errno 32] Broken pipe

Any ideas?

Mike
--~--~-~--~~~---~--~~
Want to help the Review Board project? Donate today at
http://www.reviewboard.org/donate/
Happy user? Let us know at
http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: Diff issue on new install

2009-10-23 Thread Mike Gunderloy
Debian 5.0. /usr/bin/patch exists.

Mike

On Oct 23, 2009, at 5:44 PM, Christian Hammond wrote:

 Hmm, this is a new one. /usr/bin/patch exists, right?

 What distro is this?

 Christian

 --  
 Christian Hammond - chip...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Fri, Oct 23, 2009 at 4:52 AM, Mike Gunderloy larkw...@gmail.com  
 wrote:
 Setting up a new Review Board install (1.0.5.1) to experiment with.  
 Install seems to have worked and I've set up a single git repo and  
 used post-review to toss a review request in. But on trying to view  
 the diff I get:

 [Errno 32] Broken pipe

 Traceback (most recent call last):
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0.5.1- 
 py2.5.egg/reviewboard/diffviewer/views.py, line 153, in view_diff
 interdiffset, highlighting, True)
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0.5.1- 
 py2.5.egg/reviewboard/diffviewer/diffutils.py, line 623, in  
 get_diff_files
 large_data=True)
   File /usr/lib/python2.5/site-packages/Djblets-0.5.5-py2.5.egg/ 
 djblets/util/misc.py, line 162, in cache_memoize
 data = lookup_callable()
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0.5.1- 
 py2.5.egg/reviewboard/diffviewer/diffutils.py, line 622, in lambda
 enable_syntax_highlighting),
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0.5.1- 
 py2.5.egg/reviewboard/diffviewer/diffutils.py, line 345, in  
 get_chunks
 new = get_patched_file(old, filediff)
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0.5.1- 
 py2.5.egg/reviewboard/diffviewer/diffutils.py, line 261, in  
 get_patched_file
 return patch(filediff.diff, buffer, filediff.dest_file)
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0.5.1- 
 py2.5.egg/reviewboard/diffviewer/diffutils.py, line 110, in patch
 p.stdin.write(diff)
 IOError: [Errno 32] Broken pipe

 Any ideas?

 Mike


 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
 -~--~~~~--~~--~--~---



  To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
 -~--~~~~--~~--~--~---



--~--~-~--~~~---~--~~
Want to help the Review Board project? Donate today at
http://www.reviewboard.org/donate/
Happy user? Let us know at
http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



GitHub private repos?

2009-12-19 Thread Mike Gunderloy

Playing with the 1.1 development alpha, I'm glad to see support for GitHub 
repos. However, I can't figure out a working combination of settings for a 
private repo at GitHub. Any advice?

Mike

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: GitHub private repos?

2009-12-23 Thread Mike Gunderloy
Just installed the latest nightly, no joy with private GitHub repos. I tried 
both with one that I own and one that I'm a user on that's owned by someone 
else. In both cases I got A repository was not found at the specified path.

I'm not a python guy; anything I can do to help chase this? It's not impossible 
that I messed up the install (coming from the developer build) though I think I 
managed to follow all the steps correctly.

Mike

On Dec 21, 2009, at 5:45 AM, Christian Hammond wrote:

 Hi Mike,
 
 I just committed support for private GitHub repositories. It didn't make 
 tonight's nightly, but it will be in tomorrow night's. I'd love it if you 
 could give it a try and let me know how it works for you.
 
 Thanks,
 
 Christian

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: GitHub private repos?

2009-12-23 Thread Mike Gunderloy
Aha, I don't even see GitHub (Private). So I'd guess that somewhere I missed 
a step in getting a nightly running. 

- I had a 1.1 developer release installed
-  easy_install -f http://downloads.reviewboard.org/nightlies/ -U ReviewBoard
- rb-site upgrade /path/to/site
- restarted apache
- restarted memcached

Any easy way to check what version I have running? 

Mike

On Dec 23, 2009, at 12:34 PM, Christian Hammond wrote:

 Are you using GitHub or GitHub (Private)? Can you check the log file
 and see which URL it tried to access, and compare that with the Your
 Clone URL?
 
 Christian
 
 
 On Wednesday, December 23, 2009, Mike Gunderloy larkw...@gmail.com wrote:
 Just installed the latest nightly, no joy with private GitHub repos. I tried 
 both with one that I own and one that I'm a user on that's owned by someone 
 else. In both cases I got A repository was not found at the specified path.
 
 I'm not a python guy; anything I can do to help chase this? It's not 
 impossible that I messed up the install (coming from the developer build) 
 though I think I managed to follow all the steps correctly.
 
 Mike
 
 On Dec 21, 2009, at 5:45 AM, Christian Hammond wrote:
 
 Hi Mike,
 
 I just committed support for private GitHub repositories. It didn't make 
 tonight's nightly, but it will be in tomorrow night's. I'd love it if you 
 could give it a try and let me know how it works for you.
 
 Thanks,
 
 Christian

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en