Re: Not able to view the posted diff

2013-05-13 Thread bincy

Hi Christain,

Is there any difference in the configuration of cgit and  gitweb in the 
case of  Raw file URL mask

we are using cgit.

Thanks
On Sunday, 12 May 2013 21:58:43 UTC+5, bincy wrote:

 we are using cgit.
 Thanks

   --
  *From:* Christian Hammond chip...@chipx86.com
 *To:* bincy bincy_k_phi...@yahoo.co.in 
 *Cc:* reviewboard@googlegroups.com reviewboard@googlegroups.com 
 *Sent:* Sunday, 12 May 2013 10:46 AM
 *Subject:* Re: Not able to view the posted diff
  
 It looks correct, off-hand. Whether or not it works is another question.

 What are you guys using for the repository browsing? cgit? gitweb? 
 Something else?

 Christian

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


 On Fri, May 10, 2013 at 3:04 AM, bincy bincy_k_phi...@yahoo.co.in wrote:


 Hi Christian,

 This link actually points to a file, where  I made changes and diff 
 generated.


 http://cagit1.caveonetworks.com/git/?p=qa-resources/qa.git;a=blob;f=recipes/mvtaf/mvtaf_latest.bb;h=999c9e60db2a14271820714234cff811c54ae5f8;hb=HEAD

 So in this case, is the value Raw file URL mask: 
 http://cagit1.caveonetworks.**com/git/?p=qa-resources/qa.**
 git;a=blob;f=filename;h=**revisionhttp://cagit1.caveonetworks.com/git/?p=qa-resources/qa.git;a=blob;f=%3Cfilename%3E;h=%3Crevision%3Ecorrect?

 Thanks for the support


 On Friday, 10 May 2013 14:18:11 UTC+5, Christian Hammond wrote:

 It's possible that the path isn't correct then, if you're getting the same 
 result.

 Since I can't view your repository, what I'd suggest is to browse around 
 on the cagit1 server and try to find a URL that allows you to view the raw, 
 blob contents of a file. This should be the basis of the raw file URL.

 The reason we have this in the first place is that Git has no way of 
 fetching a file remotely, given a path and a revision, without doing a full 
 clone. However, there are many web-based solutions for browsing Git 
 repositories, and most provide some URL for fetching the raw contents of a 
 file, given a path and blob SHA1. So we accept such a path, but mask out 
 the filename and revision parts, so that Review Board can fill them in.

 Christian

  -- 

 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com
  
 On May 10, 2013, at 1:54 AM, bincy bincy_k...@yahoo.co.in wrote:

 I have done 
 memcached restart 
 apache2 restart

 But the problem seems to be same.Is there any mistake in path, mirror path 
 or Raw file URL mask.I have some confusion with Raw file URL mask.

 Path :git://cagit1.caveonetworks.**com/qa-resources/qa.git
 Mirror path : ssh://cagit1.caveonetworks.**com/repo/git/qa-resources/qa.**
 git

 Raw file URL mask: http://cagit1.caveonetworks.**
 com/git/?p=qa-resources/qa.**git;a=blob;f=filename;h=**revisionhttp://cagit1.caveonetworks.com/git/?p=qa-resources/qa.git;a=blob;f=%3Cfilename%3E;h=%3Crevision%3E
  




 On Friday, 10 May 2013 13:24:53 UTC+5, Christian Hammond wrote:

 Looks like it's not providing the page you'd expect. It seems to be a 
 listing of all repositories.

 The listing is showing ?p=qa-resources/qa.git, rather than ?p=qa.git. 
 Perhaps that's the issue.

 Note that it's cached these files, so after you change the raw path, 
 you'll probably need to reload memcached.

 Christian

  -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com
  
 On May 10, 2013, at 1:19 AM, bincy bincy_k...@yahoo.co.in wrote:

 Hi Christian,

 Thanks for your quick response.

 It seems like file fetching is correct.
 I am attaching  the reviewboard.c4cpf1 folder for the reference.Please 
 have a look.

 Thanks
 Bincy



 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/**donate/ http://www.reviewboard.org/donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/http://www.reviewboard.org/users/
 -~--~~~~--**~~--~--~---
 To unsubscribe from this group, send email to reviewboard...@googlegroups.
 **com
 For more options, visit this group at http://groups.google.com/**
 group/reviewboard?hl=en http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.**com.
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
 .
  
  
 reviewboard.c4cpf1.tar



 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/**donate/ http://www.reviewboard.org/donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/http://www.reviewboard.org/users/
 -~--~~~~--**~~--~--~---
 

Re: Not able to view the posted diff

2013-05-13 Thread bincy
Hi Christian,

This format does not seems to be matching with my git , because I am not 
able to upload the diff.

Also the temp file i (the one that starts with tmp but doesn't end with 
-new).  looks like the a webpage.(xml format). Any guess?


Thanks for your support
Bincy

On Monday, 13 May 2013 12:41:08 UTC+5, Christian Hammond wrote:

 Yes, there's a big difference. The URLs are very specific to the service, 
 and to your configuration.

 Every time you try a new raw file URL mask, you'll need to reset your 
 cache and try to view again. When you see the error, ssh into the server 
 and check the temp directory it lists, and see what the temp file is (the 
 one that starts with tmp but doesn't end with -new). See if it looks 
 like the source code, or if it looks like a webpage.

 Btw, you're sure this is cgit? cgit usually has a very different format 
 for URLs. Try what's in our docs:

 http://yourserver/browser/projname/blob/filename?id=revision

 Or something like that. Again, you'll need to browse around your cgit and 
 see what the URL looks like. It can vary.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com
  
 On May 13, 2013, at 12:35 AM, bincy bincy_k...@yahoo.co.in javascript: 
 wrote:


 Hi Christain,

 Is there any difference in the configuration of cgit and  gitweb in the 
 case of  Raw file URL mask

 we are using cgit.

 Thanks
 On Sunday, 12 May 2013 21:58:43 UTC+5, bincy wrote:

 we are using cgit.
 Thanks

   --
  *From:* Christian Hammond chi...@chipx86.com javascript:
 *To:* bincy bincy_k...@yahoo.co.in javascript: 
 *Cc:* revie...@googlegroups.com javascript: 
 revie...@googlegroups.com javascript: 
 *Sent:* Sunday, 12 May 2013 10:46 AM
 *Subject:* Re: Not able to view the posted diff
  
 It looks correct, off-hand. Whether or not it works is another question.

 What are you guys using for the repository browsing? cgit? gitweb? 
 Something else?

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Fri, May 10, 2013 at 3:04 AM, bincy bincy_k...@yahoo.co.injavascript:
  wrote:


 Hi Christian,

 This link actually points to a file, where  I made changes and diff 
 generated.


 http://cagit1.caveonetworks.com/git/?p=qa-resources/qa.git;a=blob;f=recipes/mvtaf/mvtaf_latest.bb;h=999c9e60db2a14271820714234cff811c54ae5f8;hb=HEAD

 So in this case, is the value Raw file URL mask: 
 http://cagit1.caveonetworks.**com/git/?p=qa-resources/qa.**
 git;a=blob;f=filename;h=**revisionhttp://cagit1.caveonetworks.com/git/?p=qa-resources/qa.git;a=blob;f=%3Cfilename%3E;h=%3Crevision%3Ecorrect?

 Thanks for the support


 On Friday, 10 May 2013 14:18:11 UTC+5, Christian Hammond wrote:

 It's possible that the path isn't correct then, if you're getting the 
 same result.

 Since I can't view your repository, what I'd suggest is to browse around 
 on the cagit1 server and try to find a URL that allows you to view the raw, 
 blob contents of a file. This should be the basis of the raw file URL.

 The reason we have this in the first place is that Git has no way of 
 fetching a file remotely, given a path and a revision, without doing a full 
 clone. However, there are many web-based solutions for browsing Git 
 repositories, and most provide some URL for fetching the raw contents of a 
 file, given a path and blob SHA1. So we accept such a path, but mask out 
 the filename and revision parts, so that Review Board can fill them in.

 Christian

  -- 

 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com
  
 On May 10, 2013, at 1:54 AM, bincy bincy_k...@yahoo.co.in wrote:

 I have done 
 memcached restart 
 apache2 restart

 But the problem seems to be same.Is there any mistake in path, mirror 
 path or Raw file URL mask.I have some confusion with Raw file URL mask.

 Path :git://cagit1.caveonetworks.**com/qa-resources/qa.git
 Mirror path : ssh://cagit1.caveonetworks.**com/repo/git/qa-resources/qa.*
 *git

 Raw file URL mask: http://cagit1.caveonetworks.**
 com/git/?p=qa-resources/qa.**git;a=blob;f=filename;h=**revisionhttp://cagit1.caveonetworks.com/git/?p=qa-resources/qa.git;a=blob;f=%3Cfilename%3E;h=%3Crevision%3E
  




 On Friday, 10 May 2013 13:24:53 UTC+5, Christian Hammond wrote:

 Looks like it's not providing the page you'd expect. It seems to be a 
 listing of all repositories.

 The listing is showing ?p=qa-resources/qa.git, rather than ?p=qa.git. 
 Perhaps that's the issue.

 Note that it's cached these files, so after you change the raw path, 
 you'll probably need to reload memcached.

 Christian

  -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com
  
 On May 10, 2013, at 1:19 AM, bincy 

Re: Not able to view the posted diff

2013-05-12 Thread Bincy K Philip
we are using cgit.
Thanks





 From: Christian Hammond chip...@chipx86.com
To: bincy bincy_k_phi...@yahoo.co.in 
Cc: reviewboard@googlegroups.com reviewboard@googlegroups.com 
Sent: Sunday, 12 May 2013 10:46 AM
Subject: Re: Not able to view the posted diff
 


It looks correct, off-hand. Whether or not it works is another question.

What are you guys using for the repository browsing? cgit? gitweb? Something 
else?

Christian


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



On Fri, May 10, 2013 at 3:04 AM, bincy bincy_k_phi...@yahoo.co.in wrote:


Hi Christian,

This link actually points to a file, where  I made changes and diff generated.

http://cagit1.caveonetworks.com/git/?p=qa-resources/qa.git;a=blob;f=recipes/mvtaf/mvtaf_latest.bb;h=999c9e60db2a14271820714234cff811c54ae5f8;hb=HEAD

So in this case, is the value Raw file URL mask: 
http://cagit1.caveonetworks.com/git/?p=qa-resources/qa.git;a=blob;f=filename;h=revision
 correct?

Thanks for the support


On Friday, 10 May 2013 14:18:11 UTC+5, Christian Hammond  wrote:
It's possible that the path isn't correct then, if you're getting the same 
result.


Since I can't view your repository, what I'd suggest is to browse around on 
the cagit1 server and try to find a URL that allows you to view the raw, blob 
contents of a file. This should be the basis of the raw file URL.


The reason we have this in the first place is that Git has no way of fetching 
a file remotely, given a path and a revision, without doing a full clone. 
However, there are many web-based solutions for browsing Git repositories, 
and most provide some URL for fetching the raw contents of a file, given a 
path and blob SHA1. So we accept such a path, but mask out the filename and 
revision parts, so that Review Board can fill them in.


Christian

-- 

Christian Hammond - chi...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com



On May 10, 2013, at 1:54 AM, bincy bincy_k...@yahoo.co.in wrote:

I have done 
memcached restart 
apache2 restart

But the problem seems to be same.Is there any mistake in path, mirror path 
or Raw file URL mask.I have some confusion with Raw file URL mask.

Path :    git://cagit1.caveonetworks.com/qa-resources/qa.git
Mirror path : ssh://cagit1.caveonetworks.com/repo/git/qa-resources/qa.git

Raw file URL mask: 
http://cagit1.caveonetworks.com/git/?p=qa-resources/qa.git;a=blob;f=filename;h=revision
 





On Friday, 10 May 2013 13:24:53 UTC+5, Christian Hammond  wrote:
Looks like it's not providing the page you'd expect. It seems to be a 
listing of all repositories.


The listing is showing ?p=qa-resources/qa.git, rather than ?p=qa.git. 
Perhaps that's the issue.


Note that it's cached these files, so after you change the raw path, you'll 
probably need to reload memcached.


Christian

-- 
Christian Hammond - chi...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On May 10, 2013, at 1:19 AM, bincy bincy_k...@yahoo.co.in wrote:

Hi Christian,

Thanks for your quick response.

It seems like file fetching is correct.
I am attaching  the reviewboard.c4cpf1 folder for the reference.Please 
have a look.

Thanks
Bincy





-- 
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an 
email to reviewboard...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 
reviewboard.c4cpf1.tar



-- 
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an 
email to reviewboard...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



-- 
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 

Re: Not able to view the posted diff

2013-05-11 Thread Christian Hammond
It looks correct, off-hand. Whether or not it works is another question.

What are you guys using for the repository browsing? cgit? gitweb?
Something else?

Christian

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


On Fri, May 10, 2013 at 3:04 AM, bincy bincy_k_phi...@yahoo.co.in wrote:


 Hi Christian,

 This link actually points to a file, where  I made changes and diff
 generated.


 http://cagit1.caveonetworks.com/git/?p=qa-resources/qa.git;a=blob;f=recipes/mvtaf/mvtaf_latest.bb;h=999c9e60db2a14271820714234cff811c54ae5f8;hb=HEAD

 So in this case, is the value Raw file URL mask:
 http://cagit1.caveonetworks.**com/git/?p=qa-resources/qa.**
 git;a=blob;f=filename;h=**revisionhttp://cagit1.caveonetworks.com/git/?p=qa-resources/qa.git;a=blob;f=%3Cfilename%3E;h=%3Crevision%3Ecorrect?

 Thanks for the support


 On Friday, 10 May 2013 14:18:11 UTC+5, Christian Hammond wrote:

 It's possible that the path isn't correct then, if you're getting the
 same result.

 Since I can't view your repository, what I'd suggest is to browse around
 on the cagit1 server and try to find a URL that allows you to view the raw,
 blob contents of a file. This should be the basis of the raw file URL.

 The reason we have this in the first place is that Git has no way of
 fetching a file remotely, given a path and a revision, without doing a full
 clone. However, there are many web-based solutions for browsing Git
 repositories, and most provide some URL for fetching the raw contents of a
 file, given a path and blob SHA1. So we accept such a path, but mask out
 the filename and revision parts, so that Review Board can fill them in.

 Christian

  --

 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com

 On May 10, 2013, at 1:54 AM, bincy bincy_k...@yahoo.co.in wrote:

 I have done
 memcached restart
 apache2 restart

 But the problem seems to be same.Is there any mistake in path, mirror
 path or Raw file URL mask.I have some confusion with Raw file URL mask.

 Path :git://cagit1.caveonetworks.**com/qa-resources/qa.git
 Mirror path : ssh://cagit1.caveonetworks.**com/repo/git/qa-resources/qa.*
 *git

 Raw file URL mask: http://cagit1.caveonetworks.**
 com/git/?p=qa-resources/qa.**git;a=blob;f=filename;h=**revisionhttp://cagit1.caveonetworks.com/git/?p=qa-resources/qa.git;a=blob;f=%3Cfilename%3E;h=%3Crevision%3E




 On Friday, 10 May 2013 13:24:53 UTC+5, Christian Hammond wrote:

 Looks like it's not providing the page you'd expect. It seems to be a
 listing of all repositories.

 The listing is showing ?p=qa-resources/qa.git, rather than ?p=qa.git.
 Perhaps that's the issue.

 Note that it's cached these files, so after you change the raw path,
 you'll probably need to reload memcached.

 Christian

  --
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com

 On May 10, 2013, at 1:19 AM, bincy bincy_k...@yahoo.co.in wrote:

 Hi Christian,

 Thanks for your quick response.

 It seems like file fetching is correct.
 I am attaching  the reviewboard.c4cpf1 folder for the reference.Please
 have a look.

 Thanks
 Bincy



 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/**donate/http://www.reviewboard.org/donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/http://www.reviewboard.org/users/
 -~--~~~~--**~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard...@googlegroups.**com
 For more options, visit this group at http://groups.google.com/**
 group/reviewboard?hl=enhttp://groups.google.com/group/reviewboard?hl=en
 ---
 You received this message because you are subscribed to the Google
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard...@googlegroups.**com.
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
 .


 reviewboard.c4cpf1.tar



 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/**donate/ http://www.reviewboard.org/donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/http://www.reviewboard.org/users/
 -~--~~~~--**~~--~--~---
 To unsubscribe from this group, send email to reviewboard...@**
 googlegroups.com
 For more options, visit this group at http://groups.google.com/**
 group/reviewboard?hl=enhttp://groups.google.com/group/reviewboard?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard...@**googlegroups.com.
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
 .


Re: Not able to view the posted diff

2013-05-10 Thread Christian Hammond
Hi,

Yes, remote access will solve a lot of the problems. Sounds like it's not 
fetching properly though. The first thing I'd do is log into the server running 
Review Board and check that temp directory that the error traceback mentions. 
You should be able to see the file it fetched and determine if it looks like 
source code, or if it's some error page or something. Most likely, it's an 
error page. Once you know what kind, we'll be able to better find a solution.

Christian

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

On May 10, 2013, at 12:50 AM, bincy bincy_k_phi...@yahoo.co.in wrote:

 Hello,
 
 I  have configured a review board and was working fine.
 But a new problem come up.I was using a local clone of the git repository.So 
 whenever a repository user updates something, there seems to be a mismatch.
 
 So I need to move to remote accesss.
  repository setting is like this 
 
 Path :git://cagit.hello.com/test/qa.git
 
 Mirror path : ssh://cagit.hello.com/repo/git/test/qa.git
 
 Raw file URL mask:  
 http://cagit1.hello.com/git/?p=test/qa.git;a=blob;f=filename;h=revision 
 
 
 I am able to save the diff files into the repository but while viewing the 
 diff file, I am getting the following error.
 
 The patch to 'recipes/netperf/netperf_2.4.4.bb' didn't apply cleanly. The 
 temporary files have been left in '/tmp/reviewboard.c4cpf1' for debugging 
 purposes. `patch` returned: patching file /tmp/reviewboard.c4cpf1/tmp1Tjunq 
 Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file 
 /tmp/reviewboard.c4cpf1/tmp1Tjunq-new.rej
 
 Traceback (most recent call last):
   File 
 /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.11-py2.6.egg/reviewboard/diffviewer/views.py,
  line 152, in view_diff
 populate_diff_chunks(temp_files, highlighting)
   File 
 /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.11-py2.6.egg/reviewboard/diffviewer/diffutils.py,
  line 1131, in populate_diff_chunks
 large_data=True)
   File 
 /usr/local/lib/python2.6/dist-packages/Djblets-0.6.22-py2.6.egg/djblets/util/misc.py,
  line 156, in cache_memoize
 data = lookup_callable()
   File 
 /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.11-py2.6.egg/reviewboard/diffviewer/diffutils.py,
  line 1130, in lambda
 enable_syntax_highlighting)),
   File 
 /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.11-py2.6.egg/reviewboard/diffviewer/diffutils.py,
  line 558, in get_chunks
 new = get_patched_file(old, filediff)
   File 
 /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.11-py2.6.egg/reviewboard/diffviewer/diffutils.py,
  line 377, in get_patched_file
 return patch(filediff.diff, buffer, filediff.dest_file)
   File 
 /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.11-py2.6.egg/reviewboard/diffviewer/diffutils.py,
  line 246, in patch
 (filename, tempdir, patch_output))
 Exception: The patch to 'recipes/netperf/netperf_2.4.4.bb' didn't apply 
 cleanly. The temporary files have been left in '/tmp/reviewboard.c4cpf1' for 
 debugging purposes.
 `patch` returned: patching file /tmp/reviewboard.c4cpf1/tmp1Tjunq
 Hunk #1 FAILED at 1.
 1 out of 1 hunk FAILED -- saving rejects to file 
 /tmp/reviewboard.c4cpf1/tmp1Tjunq-new.rej
 
 
 Please help. This is blocking me.Thanks in advance
 
 
 -- 
 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
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Not able to view the posted diff

2013-05-10 Thread bincy
Hi Christian,

Thanks for your quick response.

It seems like file fetching is correct.
I am attaching  the reviewboard.c4cpf1 folder for the reference.Please have 
a look.

Thanks
Bincy


-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




reviewboard.c4cpf1.tar
Description: Unix tar archive


Re: Not able to view the posted diff

2013-05-10 Thread Christian Hammond
Looks like it's not providing the page you'd expect. It seems to be a listing 
of all repositories.

The listing is showing ?p=qa-resources/qa.git, rather than ?p=qa.git. Perhaps 
that's the issue.

Note that it's cached these files, so after you change the raw path, you'll 
probably need to reload memcached.

Christian

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

On May 10, 2013, at 1:19 AM, bincy bincy_k_phi...@yahoo.co.in wrote:

 Hi Christian,
 
 Thanks for your quick response.
 
 It seems like file fetching is correct.
 I am attaching  the reviewboard.c4cpf1 folder for the reference.Please have a 
 look.
 
 Thanks
 Bincy
 
 
 
 -- 
 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
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  
 reviewboard.c4cpf1.tar

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Not able to view the posted diff

2013-05-10 Thread bincy
I have done 
memcached restart 
apache2 restart

But the problem seems to be same.Is there any mistake in path, mirror path 
or Raw file URL mask.I have some confusion with Raw file URL mask.

Path :git://cagit1.caveonetworks.com/qa-resources/qa.git
Mirror path : ssh://cagit1.caveonetworks.com/repo/git/qa-resources/qa.git

Raw file URL mask: 
http://cagit1.caveonetworks.com/git/?p=qa-resources/qa.git;a=blob;f=filename;h=revision
 





On Friday, 10 May 2013 13:24:53 UTC+5, Christian Hammond wrote:

 Looks like it's not providing the page you'd expect. It seems to be a 
 listing of all repositories.

 The listing is showing ?p=qa-resources/qa.git, rather than ?p=qa.git. 
 Perhaps that's the issue.

 Note that it's cached these files, so after you change the raw path, 
 you'll probably need to reload memcached.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com
  
 On May 10, 2013, at 1:19 AM, bincy bincy_k...@yahoo.co.in javascript: 
 wrote:

 Hi Christian,

 Thanks for your quick response.

 It seems like file fetching is correct.
 I am attaching  the reviewboard.c4cpf1 folder for the reference.Please 
 have a look.

 Thanks
 Bincy



 -- 
 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...@googlegroups.com javascript:
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  
 reviewboard.c4cpf1.tar




-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Not able to view the posted diff

2013-05-10 Thread Christian Hammond
It's possible that the path isn't correct then, if you're getting the same 
result.

Since I can't view your repository, what I'd suggest is to browse around on the 
cagit1 server and try to find a URL that allows you to view the raw, blob 
contents of a file. This should be the basis of the raw file URL.

The reason we have this in the first place is that Git has no way of fetching a 
file remotely, given a path and a revision, without doing a full clone. 
However, there are many web-based solutions for browsing Git repositories, and 
most provide some URL for fetching the raw contents of a file, given a path and 
blob SHA1. So we accept such a path, but mask out the filename and revision 
parts, so that Review Board can fill them in.

Christian

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

On May 10, 2013, at 1:54 AM, bincy bincy_k_phi...@yahoo.co.in wrote:

 I have done 
 memcached restart 
 apache2 restart
 
 But the problem seems to be same.Is there any mistake in path, mirror path or 
 Raw file URL mask.I have some confusion with Raw file URL mask.
 
 Path :git://cagit1.caveonetworks.com/qa-resources/qa.git
 Mirror path : ssh://cagit1.caveonetworks.com/repo/git/qa-resources/qa.git
 
 Raw file URL mask: 
 http://cagit1.caveonetworks.com/git/?p=qa-resources/qa.git;a=blob;f=filename;h=revision
  
 
 
 
 
 On Friday, 10 May 2013 13:24:53 UTC+5, Christian Hammond wrote:
 Looks like it's not providing the page you'd expect. It seems to be a listing 
 of all repositories.
 
 The listing is showing ?p=qa-resources/qa.git, rather than ?p=qa.git. Perhaps 
 that's the issue.
 
 Note that it's cached these files, so after you change the raw path, you'll 
 probably need to reload memcached.
 
 Christian
 
 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com
 
 On May 10, 2013, at 1:19 AM, bincy bincy_k...@yahoo.co.in wrote:
 
 Hi Christian,
 
 Thanks for your quick response.
 
 It seems like file fetching is correct.
 I am attaching  the reviewboard.c4cpf1 folder for the reference.Please have 
 a look.
 
 Thanks
 Bincy
 
 
 
 -- 
 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...@googlegroups.com
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  
 reviewboard.c4cpf1.tar
 
 
 -- 
 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
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.