Joe, Thanks for the response. I'm running on a shared host (OCS Solutions). The cap deploy works fine using svn+ssh on my desktop but I have the problem described above on my laptop. Is it possible to do the deploy with svn+ssh on one machine and with http:// on the other? What needs to be done to use http:// besides changing the "set :repository" line?
Ken On Apr 4, 3:05 pm, Joe Fox <[EMAIL PROTECTED]> wrote: > Hi Ken, > > Perhaps others have had better success, but I have never successfully > gotten capistrano to play well with an svn repo that is accessed by > ssh. I have always had to make the repo available via either the svn > server, or webdav (so the protocol was either svn:// or http[s]://). > > Hope that helps > > -Joe > > On Apr 4, 2008, at 2:23 PM, Ken Hudson wrote: > > > Hi All, > > > I have Capistrano 1.3.1 running on my desktop and all is working > > well and has been for almost a year. However, I just got a new > > laptop as a backup and I'm attempting to set up Capistrano 2.2 on > > Leopard and I'm having an issue with subversion. When I try to > > deploy I am receiving the following message: "Too many > > authentication failures for <username>" during the subversion > > checkout process. > > > Here's some additional information: > > > -- I have tried executing the command "ssh <userid> @ <website> > > and that works fine. > > -- I have tried executing the command "ssh -l <userid> <website> > > svnserve -t" and that works fine. > > -- I have tried executing the command "svn list svn+ssh:// > > <userid>@<website>.com/home/<directory>/svn/svn-repos/<directory>/ > > trunk" and that works fine. > > -- However, I can't deploy my application with Capistrano. It > > always dies on the step that does the "svn checkout" with the error > > message "Too many authentication failures for <userid>". > > > Any help would be much appreciated. I've tried everything I can > > think of and I could really use some assistance or troubleshooting > > advice. > > > Regards, Ken --~--~---------~--~----~------------~-------~--~----~ SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby -~----------~----~----~----~------~----~------~--~---
