Error while adding remote git repository

2013-08-27 Thread Atif
Hi
I am trying to setup ReviewBoard (1.7.13). I want to add a git repository 
which resides on remote machine. Here are the steps, I am tried to add 
remote repository:
1) Goto Manage-Repositories-Add
2) Add Name
3) select Hosting service as None
4) Repository type is Git
5) Path is username@10.10.94.4:/localhome/gitusers/username/reponame.git
6) Mirror Path, Raw file URL mask are empty
7) Entered Username and Password.

After saving, I get the following error:
A repository was not found at the specified path.

I looked at the logs, it shows as:
2013-08-27 14:07:18,035 - INFO -  - Authentication (publickey) failed.
2013-08-27 14:07:18,046 - DEBUG -  - userauth is OK
2013-08-27 14:07:23,062 - INFO -  - Authentication (password) successful!
2013-08-27 14:07:23,161 - DEBUG -  - EOF in transport thread
2013-08-27 14:07:23,187 - ERROR -  - Git: Failed to find valid repository 
ssh://username@10.10.94.4/localhome/gitusers/username/reponame.git: error: 
cannot spawn rbssh: No such file or directory
fatal: unable to fork

I noticed in the log above that there : is no more there. How to resolve 
the issue? 
thanks

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


Re: Error while adding remote git repository

2013-08-27 Thread Christian Hammond
Hi Atif,

Due to the nature of the Git protocol, you cannot use remote URLs and have
it just work with Review Board (or any other code review software). We're
not able to fetch individual files from a remote repo.

You will need to install a service like cgit or gitweb and point the Raw
file URL mask field to that (as per the examples in our docs).

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Tue, Aug 27, 2013 at 12:13 PM, Atif syedatifna...@gmail.com wrote:

 Hi
 I am trying to setup ReviewBoard (1.7.13). I want to add a git repository
 which resides on remote machine. Here are the steps, I am tried to add
 remote repository:
 1) Goto Manage-Repositories-Add
 2) Add Name
 3) select Hosting service as None
 4) Repository type is Git
 5) Path is username@10.10.94.4:/localhome/gitusers/username/reponame.git
 6) Mirror Path, Raw file URL mask are empty
 7) Entered Username and Password.

 After saving, I get the following error:
 A repository was not found at the specified path.

 I looked at the logs, it shows as:
 2013-08-27 14:07:18,035 - INFO -  - Authentication (publickey) failed.
 2013-08-27 14:07:18,046 - DEBUG -  - userauth is OK
 2013-08-27 14:07:23,062 - INFO -  - Authentication (password) successful!
 2013-08-27 14:07:23,161 - DEBUG -  - EOF in transport thread
 2013-08-27 14:07:23,187 - ERROR -  - Git: Failed to find valid repository
 ssh://username@10.10.94.4/localhome/gitusers/username/reponame.git:
 error: cannot spawn rbssh: No such file or directory
 fatal: unable to fork

 I noticed in the log above that there : is no more there. How to
 resolve the issue?
 thanks

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


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