I have gotten gitweb setup on git server. However, I am not able to get it
right - here is the issue:
Below are the values I have put for the following field (Add
repository->Repository information):

*Path:* 10.10.94.12:/absolutepath/repo1.git
*Raw file URL mask:* http://10.10.94.12:1234/?p=repo1.git

However, I still get the same error:
2013-09-18 15:30:49,783 - ERROR -  - Git: Failed to find valid repository
ssh://10.10.94.12/absolutepath/repo1.git: error: cannot spawn rbssh: No
such file or directory
fatal: unable to fork

What should I do? Is there a way to remove path?

- Atif

On Wed, Sep 11, 2013 at 2:07 PM, David Trowbridge <trowb...@gmail.com>wrote:

> It's converting the host:path syntax into URL syntax, which is why the
> colon is going away.
>
> The actual failure here seems to be "error: cannot spawn rbssh: No such
> file or directory". It sounds like the paths aren't set up properly.
>
> Note also that using remote git *requires* that you use the "raw file url"
> with a frontend like cgit or gitweb due to insufficiencies in git's remote
> protocols. The admin docs explain how to set this up.
>
> -David
>
>
>
> On Tue, Sep 10, 2013 at 8:48 AM, Atif <syedatifna...@gmail.com> wrote:
>
>> I am posting this issue again - Will greatly appreciate if someone can
>> help me.
>> I am trying to add git repository on a remote machine.
>>
>> Along with other info in Manage->Repositories->Add, I entered the
>> following path for the remote repo: 10.10.94.4:
>> /localhome/gitusers/username/reponame.git.
>> However, I keep getting the error below:
>> A repository was not found at the specified path.
>>
>> When I looked at the log, it shows the following error:
>> 2013-09-10 10:38:22,201 - DEBUG -  - Switch to new keys ...
>> 2013-09-10 10:38:22,217 - DEBUG -  - Trying SSH key
>> 7d5c466f04987b925e1ffddfa28a8c68
>> 2013-09-10 10:38:22,233 - DEBUG -  - userauth is OK
>> 2013-09-10 10:38:24,313 - INFO -  - Authentication (publickey) successful!
>> 2013-09-10 10:38:24,424 - DEBUG -  - EOF in transport thread
>> 2013-09-10 10:38:24,438 - ERROR -  - Git: Failed to find valid repository
>> ssh://10.10.94.12/localhome/gitusers/username/reponame.git: error:
>> cannot spawn rbssh: No such file or directory
>> fatal: unable to fork
>>
>> Here are my questions:
>>
>>    1. Why is it giving the error?
>>    2. Why does the path (see highlighted in green) in log error removes
>>    semicolon in ssh path? I think that may be causing the issue.
>>
>> thanks in advance
>> Atif
>>
>> --
>> 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/groups/opt_out.
>>
>
>  --
> 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 a topic in the
> Google Groups "reviewboard" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/reviewboard/HivNEAtS7Fs/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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/groups/opt_out.

Reply via email to