The original question with the picture is here:
http://stackoverflow.com/questions/9413712/review-board-cvs-ssh
------------------------------------------------------------------------------------
I work on a project which is using CVS. The CVS tree is located on a
server accessible only via ssh on a non-standard port - let's say it
is server.com:5222. Authentication is done using user/password, no ssh
keys. There is no CVS server running.

I am trying to set up Review Board to work with our CVS. Haven't
worked extensively with it before, so my questions might be stupid.

I have installed Review Board and now i am trying to post a review
request (names changed):

victorv@server:~/cvs$ postreview.py -d --diff-filename=../1.diff
>>> RBTools 0.3.4
>>> Home = /home/victorv
>>> repository info: Path: server.com:/home/CVS, Base path: None, Supports 
>>> changesets: False
>>> HTTP GETting api/
>>> HTTP GETting http://reviews.local/api/info/
>>> Using the new web API
>>> Attempting to create review request on victorv@server for None
>>> HTTP POSTing to http://reviews.local/api/review-requests/: {'repository': 
>>> 'victorv@server'}
==> HTTP Authentication Required
Enter authorization information for "Web API" at reviews.local
Username: victorv
Password:
>>> Got API Error 206 (HTTP code 400): The repository path specified is not in 
>>> the list of known repositories
>>> Error data: {'stat': 'fail', 'repository': 'victorv@server', 'err': {'msg': 
>>> 'The repository path specified is not in the list of known repositories', 
>>> 'code': 206}}

There was an error creating this review request.

The repository path "server.com:/home/CVS" is not in the
list of known repositories on the server.

Ask the administrator to add this repository to the Review Board
server.
For information on adding repositories, please read
http://www.reviewboard.org/docs/manual/dev/admin/management/repositories/
victorv@server:~/cvs$
Now i am trying to my CVS repository to Review Board:
:ext:server.com:5222:home/CVS/

I guess it goes anyway to port 22?

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

Reply via email to