cgit raw url

2012-06-01 Thread Ryan Raasch
Hello, I have now decided it easier to use the cgit interface for the backend. However, the raw url format does not include the parameter for the branch to be diffed (in git) http://cgit.server/repos/plain/?h=&id= I cannot find where the branch can be specified. Is this possible? I guess also

Re: ssh login

2012-06-01 Thread Ryan Raasch
On Thursday, May 31, 2012 10:29:09 PM UTC+2, Christian Hammond wrote: > > If no SSH key is available, it will try to use the user invoking the tool > (in this case, root), much like standard ssh does. Do you have an SSH key > configured on Review Board, and does that key have permission to access

Re: ssh login

2012-06-01 Thread Christian Hammond
What system are you running on? Christian On Jun 1, 2012, at 2:38, Ryan Raasch wrote: > On Thursday, May 31, 2012 10:29:09 PM UTC+2, Christian Hammond wrote: > If no SSH key is available, it will try to use the user invoking the tool (in > this case, root), much like standard ssh does. Do yo

Re: cgit raw url

2012-06-01 Thread Christian Hammond
The branch doesn't come into play. All that's needed for checking out a file is a filename and revision. Something like cgit is actually required for remote Git repositories, as Git has no ability to fetch individual blobs remotely. Christian On Jun 1, 2012, at 2:33, Ryan Raasch wrote: > H

Re: ssh login

2012-06-01 Thread Ryan Raasch
On Jun 1, 2012 6:52 PM, "Christian Hammond" wrote: > > What system are you running on? > Debian unstable. Ryan > Christian > > > > On Jun 1, 2012, at 2:38, Ryan Raasch wrote: > >> On Thursday, May 31, 2012 10:29:09 PM UTC+2, Christian Hammond wrote: >>> >>> If no SSH key is available, it will tr