Hmmm... Well, here's the thing - I can still do Capistrano deploys from my desktop machine. It's just the laptop that won't work. I did do a SVN checkout on the laptop before moving on to the Capistrano step and the SVN checkout worked fine on the laptop. I would be the first to admit SVN and Capistrano aren't my strengths - :-) - but I'm unsure how the checkout on the server would help... Would I just check out into a random directory? Would I just delete that directory afterward? Sorry for my confusion...
Thanks for your help! Ken On Apr 4, 2:59 pm, "Matt Aimonetti" <[EMAIL PROTECTED]> wrote: > it looks like a SVN checkout issue. login to your server and do a local > checkout of your repo. It shoudl cache your authentication and solve your > problem. > > -Matt > > On 4/4/08, Ken Hudson <[EMAIL PROTECTED]> 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 -~----------~----~----~----~------~----~------~--~---
