Just completed setting up gitweb and reviewboard. The raw URL format (from the
docs) did not work. Git repos are on a different server than reviewboard and
are access controlled via gitolite. gitweb installed on the git repo server
and runs with file system read access to the git repos. to test, manual diff
created 'git diff --full-index' and manually uploaded via reviewboard website.

did not work:
http://servername/?p=relative path to git
repo;a=blob_plain;f=<filename>;hb=<revision>

the above raw URL returns: 404 - cannot find file when creating new RB record

did work (change hb= to h=):
http://servername/?p=relative path to git
repo;a=blob_plain;f=<filename>;h=<revision>

the above raw URL worked, review created and can view diff in reviewboard

Is this legit or did I setup something wrong that lead to this situation?


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


Reply via email to