Re: Issue 1592 in reviewboard: Unable to add a new subversion repository

2010-04-02 Thread reviewboard


Comment #3 on issue 1592 by Phil.Orwig: Unable to add a new subversion  
repository

http://code.google.com/p/reviewboard/issues/detail?id=1592

Correction -- it isn't the same error, it just doesn't find the  
repository.  Looking at the SSH server, the username
given in the configuration isn't being used to connect.  Normally, I'd  
route around this by specifying a User entry
in the .ssh/config for the Host, but I have multiple repositories  
accessible to different users on this host, which

will prevent this from working.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1592 in reviewboard: Unable to add a new subversion repository

2010-04-02 Thread reviewboard


Comment #2 on issue 1592 by Phil.Orwig: Unable to add a new subversion  
repository

http://code.google.com/p/reviewboard/issues/detail?id=1592

Still seeing the same error, but the host resolution now seems to be  
working.  We were able to add repositories

with paths like the above in ReviewBoard 1.0.5, just not in the beta.

I'm working on getting a development environment up and running to debug  
this properly.  From what I can

tell, the issue lies in the new check_repository functionality:
 * repository_information =  
urlparse.urlparse("svn+ssh://usern...@some.valid.hostname/suffix")

 * repository_information[1] = "usern...@some.valid.hostname"
 * repository_information.hostname = "some.valid.hostname"

The SSH check in SCMTool uses urlparse.urlparse(path)[1], yielding the  
netloc and not the hostname.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1592 in reviewboard: Unable to add a new subversion repository

2010-04-02 Thread reviewboard


Comment #1 on issue 1592 by chipx86: Unable to add a new subversion  
repository

http://code.google.com/p/reviewboard/issues/detail?id=1592

Try putting the username in the Username field instead, and not in the URL.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.