Re: rbt diff is working but diff on reviewboard throws error

2017-09-05 Thread Kumari Shweta
Thanks David...it worked. sorry for late reply. i was bit busy in other stuff.. Shweta On Tue, Jul 4, 2017 at 12:07 PM, David Trowbridge wrote: > If you have caching set up, you may need to restart/flush your memcached > server. > > -David > > On Mon, Jul 3, 2017 at 11:32 PM Kumari Shweta > w

Re: rbt diff is working but diff on reviewboard throws error

2017-07-03 Thread David Trowbridge
If you have caching set up, you may need to restart/flush your memcached server. -David On Mon, Jul 3, 2017 at 11:32 PM Kumari Shweta wrote: > Hi David, > i set same raw file URL mask which you have mentioned below but that also > did not work. > Error: > HTTP error code 302 when fetching file

Re: rbt diff is working but diff on reviewboard throws error

2017-07-03 Thread Kumari Shweta
Hi David, i set same raw file URL mask which you have mentioned below but that also did not work. Error: HTTP error code 302 when fetching file from http://192.168.122.26/gitweb?p=common.git;a=blob_plain;f=file;h=98b86198ea3ab4ff766bc5c07e2bb60455575139: HTTP Error 302: The HTTP server returne

Re: rbt diff is working but diff on reviewboard throws error

2017-07-03 Thread David Trowbridge
Based on this, you should set the raw file URL mask to: http://192.168.122.26/gitweb?p=common.git;a=blob_plain;f=;h= -David On Wed, Jun 28, 2017 at 4:56 AM Kumari Shweta wrote: > > URL: > http://192.168.122.26/gitweb?p=common.git;a=blob_plain;f=file;h=98b86198ea3ab4ff766bc5c07e2bb60455575139 >

Re: rbt diff is working but diff on reviewboard throws error

2017-06-28 Thread Kumari Shweta
URL: http://192.168.122.26/gitweb?p=common.git;a=blob_plain;f=file;h=98b86198ea3ab4ff766bc5c07e2bb60455575139

Re: rbt diff is working but diff on reviewboard throws error

2017-06-24 Thread David Trowbridge
If you load that URL in a browser what happens? Is it trying to redirect to somewhere? Do you need to use https instead of http? -David On Fri, Jun 16, 2017 at 5:23 AM Kumari Shweta wrote: > Hi David, > i have tried with a=blob_plain also but got same error. i am new for git > as well. i am usin

Re: rbt diff is working but diff on reviewboard throws error

2017-06-16 Thread Kumari Shweta
Hi David, i have tried with a=blob_plain also but got same error. i am new for git as well. i am using gerrit gitweb. will it work or i have to setup new gitweb? path:http://192.168.122.26/p/common.git Mirror path:ssh://skumari@192.168.122.26:29418/common Raw File URL Mask:http://192.168.122.26/

Re: rbt diff is working but diff on reviewboard throws error

2017-06-15 Thread David Trowbridge
It looks like you have a=tree in the raw file URL, where it should be a=blob_plain -David On Wed, Jun 14, 2017 at 10:24 PM Kumari Shweta wrote: > Hi David, > REPOSITORY HOSTING > Hosting service: > > REPOSITORY INFORMATION > Repository type: > Path: > http://192.168.122.26/p/common.git > For lo

Re: rbt diff is working but diff on reviewboard throws error

2017-06-14 Thread Kumari Shweta
Hi David, REPOSITORY HOSTING Hosting service: REPOSITORY INFORMATION Repository type: Path: http://192.168.122.26/p/common.git For local Git repositories, this should be the path to a .git directory that Review Board can read from. For remote Git repositories, it should be the clone URL. Mirror

Re: rbt diff is working but diff on reviewboard throws error

2017-06-14 Thread David Trowbridge
Shweta, Can you share how the repository is configured within the Review Board admin interface? -David On Wed, Jun 14, 2017 at 8:05 AM Kumari Shweta wrote: > Hi, > I have configured reviewboard with Git(cgit and gitweb). with local > repository, it works fine but with cgit and gitweb it throws

rbt diff is working but diff on reviewboard throws error

2017-06-14 Thread Kumari Shweta
Hi, I have configured reviewboard with Git(cgit and gitweb). with local repository, it works fine but with cgit and gitweb it throws same error. rbt diff -d does not show any error, but when i run rbt post, diff link is generated but diff result is not shown there on reviewboard UI. Error displa