Hi Andrew,

Git doesn't have a remoting protocol that allows for the kind of
fine-grained access needed by tools like Review Board, so you can't
actually provide a URL to a repository and have it just work like you can
with other repository types. Instead, you'll need to use something like
GitWeb or cgit along with the remote URL. Review Board can use that to
fetch data from the repository.

See
https://www.reviewboard.org/docs/manual/2.5/admin/configuration/repositories/git/#using-a-gitweb-backed-repository
for some setup options for Git repositories.

Christian

On Thu, Jun 1, 2017 at 1:58 PM, Andrew Wall <[email protected]> wrote:

> I've found a few related post but I haven't been able to make heads or
> tails of them, so I'm asking again for myself.
>
> People at work generally check out the repo with the following command;
> git clone ssh://[email protected]/repo
>
> For some reason I was only able to add the repo to ReviewBoard by
> modifying the Path field to (I think this may be related, but I'm not sure);
> ssh://[email protected]/~/repo
>
> I've created and added the .reviewboardrc as suggested by my local
> instance of reviewboard. If I use "rbt post" or try to attach a git
> generated diff (by using the 'git diff' command) via the web UI I get the
> following error;
> *fatal: Not a git repository: 'None'*
>
> Using the web I also get the following line;
> Line undefined: undefined
>
> With 'rbt post' I also get the following line;
> (HTTP 400, API Error 224)
>
> Both my local machine and the server from which I'm trying to run
> reviewboard are running Ubuntu 16.04. If there is any more information I
> could provide please let me know. [I've enabled logging but it doesn't seem
> to generate any messages from an attempt to upload a diff].
>
> Thanks,
> Andrew
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://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 [email protected].
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Christian Hammond
President/CEO of Beanbag <https://www.beanbaginc.com/>
Makers of Review Board <https://www.reviewboard.org/>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to