I have been using Review Board for a 3-4 months using the Web UI to
submit review requests.  I'm now trying to make use of post-review but
I am unable to get it to work with my CVS repository configuration.  I
have multiple repositories configured on my Review Board server, some
SVN, some CVS.  One of the SVN repositories I have tested works with
post-review, but CVS does not.

My Review Board server configuration has a CVS repository configured
with:

:pserver:u...@cvsserver.domain.com:/reporoot

(my CVS login doesn't need a password)

When I try to use post-review, I see

  $ post-review -d
  >>> svn info
  >>> repository info: Path: cvsserver.domain.com:/reporoot, Base
path: None, Supports changesets: False
  >>> cvs diff -uN
  >>> Looking for 'reviewboard.mydomain.com /' cookie in /home/
heffe/.post-review-cookies.txt
  >>> Loaded valid cookie -- no login required
  >>> Attempting to create review request for None
  >>> HTTP POSTing to 
http://reviewboard.mydomain.com/api/json/reviewrequests/new/:
{'repository_path': 'cvsserver.domain.com:/reporoot'}
  Error creating review request: The repository path specified is not
in the list of known repositories (code 206)

I've been digging for hours to try and get around this but I can't
figure it out.  I tried removing the username from the Review Board
repository configuration and then adding it to the username field on
the repository editor page, but that fails completely to talk to my
CVS repository.

Any thoughts?  Why does post-review not identify the CVS repository
configuration I have in my Review Board server?
-- 
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