some post-review requests succeed, some fail -- same repository user

2010-06-03 Thread Robert Cabacungan
Hi, everyone, For the same review board instance, same repository, same user, I get post-review errors for some review requests, but not for others. (I have included debug output below.) It seems like everything goes well until the actual uploading of the diff. Then it fails with a Network

Re: some post-review requests succeed, some fail -- same repository user

2010-06-03 Thread Christian Hammond
Sounds like something is failing when Review Board talks to the repository. This is a Subversion repository? What happens if you do a `svn cat` on that file with that revision from the Review Board server? Christian -- Christian Hammond - chip...@chipx86.com Review Board -

Re: some post-review requests succeed, some fail -- same repository user

2010-06-03 Thread Robert Cabacungan
I get: svn: Network connection closed unexpectedly Thank you! I kept debugging the post-review side of it, but it looks like something's wrong from the server's perspective. Thanks a lot! Rob On Jun 3, 1:50 pm, Christian Hammond chip...@chipx86.com wrote: Sounds like something is failing