Trying to configure CVS repository but always gets A repository was not found at the specified path.

2012-08-19 Thread Paulo Silva
Hi,

I'm trying to configure my CVS repository connection without any luck:
The CVS information I got from my company is:
CVSROOT:
:ssh:user@server:/cvsntroot/module

When I add a repository with that path and username/pass set I always get the 
error: A repository was not found at the specified path. while in the 
application log I get:
2012-08-19 04:38:01,310 - DEBUG - Switch to new keys ...
2012-08-19 04:38:01,355 - DEBUG - userauth is OK
2012-08-19 04:38:01,407 - INFO - Authentication (password) successful!
2012-08-19 04:38:01,508 - DEBUG - EOF in transport thread

I also tried:
:ext:user@server:/cvsntroot/module
:ext:@server:/cvsntroot/module
:ext:user@server:/cvsntroot/
and any combination I could remember.


What can I try to debug this?

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


Re: Trying to configure CVS repository but always gets A repository was not found at the specified path.

2012-08-19 Thread iamagui
Could you check out this post and let me know whether if it works for you, 
thanks.

https://groups.google.com/forum/?hl=enfromgroups#!topic/reviewboard/R_ogjGVrJsY[1-25]

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

Re: Trying to configure CVS repository but always gets A repository was not found at the specified path.

2012-08-19 Thread Paulo Silva
Yes, no luck still.

Tried to put in path:
server:/cvsntroot/module 
with no luck

Authentication to my CVS server seems to be working so I don't understand 
what's going on. 
Any tips to debug this? I don't know python but it seems to be a bug in 
review-board and I want to, at least, understand what is review-board 
trying to do and what's the error it's getting...

When using my apache user I can checkout from CVS with no problem:

cvs -d:ext:usrer@server:/cvsntroot checkout module




On Sunday, August 19, 2012 5:54:34 PM UTC+1, iamagui wrote:

 Could you check out this post and let me know whether if it works for you, 
 thanks.


 https://groups.google.com/forum/?hl=enfromgroups#!topic/reviewboard/R_ogjGVrJsY[1-25]


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

Re: Trying to configure CVS repository but always gets A repository was not found at the specified path.

2012-08-19 Thread iamagui
Could you try just the below for the path

server:/cvsntroot

that is without the module

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

Re: Trying to configure CVS repository but always gets A repository was not found at the specified path.

2012-08-19 Thread Paulo Silva
Still same problem but the rbssh.log gets bigger that way so it may be 
correct and I'm getting another error.
But how can I specify the module?

Because if I only enter the cvsntroot I don't have permissions to access 
everything, only my subprojects...

Also, it's a bit annoying not knowing the real error that is happening. Any 
more tips to debug this?

My server is CVSNT by the way.


On Sunday, August 19, 2012 11:31:33 PM UTC+1, iamagui wrote:

 Could you try just the below for the path

 server:/cvsntroot

 that is without the module



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