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