You should try a checkout from both your local box and from the server
running Review Board, using the same settings (SVN URL, username, password)
that Review Board is using.

This doesn't sound like it's a Review Board issue specifically. It sounds
like a connection issue with SVN.

Did this used to work, and just recently break? Does it happen with all
diffs?

Christian

-- 
Christian Hammond - chip...@chipx86.com
VMware, Inc.


On Wed, Feb 11, 2009 at 3:01 AM, Dev <devmeg...@gmail.com> wrote:

>
> Can you pl let me know what will be my next step to attack this
> problem?
>
> -Dev
>
> On Feb 11, 3:50 pm, Christian Hammond <chip...@chipx86.com> wrote:
> > Diff generation isn't a problem. In SVN, diffs are generated locally
> without
> > talking to the server.
> >
> > Review Board needs to actually fetch each file in the diff in order to
> > generate a full side-by-side diff, so it talks to the SVN server before
> even
> > taking your generated diff into account.
> >
> > Christian
> >
> > --
> > Christian Hammond - chip...@chipx86.com
> > VMware, Inc.
> >
> > On Wed, Feb 11, 2009 at 2:48 AM, Dev <devmeg...@gmail.com> wrote:
> >
> > > But i can able to see the diff in the windows command line by giving --
> > > output-diff command.
> > > It shows perfectly in command line.
> >
> > > On Feb 11, 2:25 pm, Christian Hammond <chip...@chipx86.com> wrote:
> > > > This sounds like an issue between your Review Board server and your
> SVN
> > > > server. Are you having any of these problems from your local box?
> >
> > > > Try a checkout from the Review Board server using the same
> configuration
> > > > specified in Review Board. See if you can duplicate it, and if you
> can
> > > get
> > > > any debug info from there.
> >
> > > > Christian
> >
> > > > --
> > > > Christian Hammond - chip...@chipx86.com
> > > > VMware, Inc.
> >
> > > > On Wed, Feb 11, 2009 at 1:07 AM, Dev <devmeg...@gmail.com> wrote:
> >
> > > > > Hi,
> >
> > > > > I have installed RB 1.0 and pointed webserver as apache.
> > > > > I am able to post the reviews perfectly.But when i try to see the
> diff
> > > > > by using 'view diff' buton,it says below error.
> >
> > > > > Diff currently unavailable.
> > > > > Error: Connection closed unexpectedly
> > > > > Details
> >
> > > > > Traceback (most recent call last):
> > > > >  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha2-
> > > > > py2.4.egg/reviewboard/diffviewer/views.py", line 183, in
> > > > > view_diff_fragment
> > > > >    file = get_requested_diff_file()
> > > > >  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha2-
> > > > > py2.4.egg/reviewboard/diffviewer/views.py", line 159, in
> > > > > get_requested_diff_file
> > > > >    get_chunks)
> > > > >  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha2-
> > > > > py2.4.egg/reviewboard/diffviewer/diffutils.py", line 613, in
> > > > > get_diff_files
> > > > >    large_data=True)
> > > > >  File
> "/usr/lib/python2.4/site-packages/Djblets-0.5alpha2-py2.4.egg/
> > > > > djblets/util/misc.py", line 143, in cache_memoize
> > > > >    data = lookup_callable()
> > > > >  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha2-
> > > > > py2.4.egg/reviewboard/diffviewer/diffutils.py", line 612, in
> <lambda>
> > > > >    enable_syntax_highlighting),
> > > > >  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha2-
> > > > > py2.4.egg/reviewboard/diffviewer/diffutils.py", line 341, in
> > > > > get_chunks
> > > > >    old = get_original_file(filediff)
> > > > >  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha2-
> > > > > py2.4.egg/reviewboard/diffviewer/diffutils.py", line 248, in
> > > > > get_original_file
> > > > >    large_data=True)[0]
> > > > >  File
> "/usr/lib/python2.4/site-packages/Djblets-0.5alpha2-py2.4.egg/
> > > > > djblets/util/misc.py", line 143, in cache_memoize
> > > > >    data = lookup_callable()
> > > > >  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha2-
> > > > > py2.4.egg/reviewboard/diffviewer/diffutils.py", line 247, in
> <lambda>
> > > > >    data = cache_memoize(key, lambda: [fetch_file(file, revision)],
> > > > >  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha2-
> > > > > py2.4.egg/reviewboard/diffviewer/diffutils.py", line 227, in
> > > > > fetch_file
> > > > >    data = tool.get_file(file, revision)
> > > > >  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha2-
> > > > > py2.4.egg/reviewboard/scmtools/svn.py", line 115, in get_file
> > > > >    raise SCMError(e)
> > > > > SCMError: Connection closed unexpectedly
> >
> > > > > Pl help me in this regard.
> >
> > > > > Regards,
> > > > > dev
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to