I am trying to download the diff file from the machine on which review 
board is installed i.e on linux machine 

if my diff file is having both the revisions included in it i.e 

--- file    (revision 42947)
+++ file   (revision 42956)

than fille is successfully downloading 

I am using code

$variablee = readfile("http://172.18.11.206:81/r/44/diff/raw/";);
echo $variablee;

If the diff file is having only one revision and other is working copy i.e

--- file    (revision 42967)
+++ file   (working copy)

than no diff is generating HTTP error: 404 Not Found

please suggest what is the correct download url in case if diff is 
generrated from working copy

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.

Reply via email to