Hi Peter, On Oct 19, 10:14 pm, Peter Marks <[EMAIL PROTECTED]> wrote:
> I have a new problem however. I have yet to deploy my application and > when I try to execute 'cap deploy:cold', the process stalls. Here is > what comes up: > > Peter-Marks-MBP:~/Rails/app/subv petermarks$ cap deploy:cold * > executing `deploy:cold' > * executing `deploy:update' > ** transaction: start > * executing `deploy:update_code' > * executing "svn export -q -r1http://svn.orbussystems.com/svn/orbus > /home/peter/rails_apps/orbus/releases/20071019205601 && (echo 1 > > /home/peter/rails_apps/orbus/releases/20071019205601/REVISION)" > servers: ["zeus.ocssolutions.com"] > Password: > [zeus.ocssolutions.com] executing command > ** [err] Authentication realm: <http://svn.orbussystems.com:80> > svn.orbussystems.com > ** [err] Password for 'user.orbussystems': > ** [err] Authentication realm: <http://svn.orbussystems.com:80> > svn.orbussystems.com > ** Username: > > It freezes when it gets to the last line. The authentication info I'm > giving it is correct and works for 'cap deploy:setup'. Any idea what > might be causing this? I would try connecting to zeus.ocssolutions.com as the user defined in your deploy.rb file (petermarks if you haven't overridden it with set :user, 'someuser'), then try executing this command: svn ls http://svn.orbussystems.com/svn/orbus It will probably prompt you for svn authentication info. Give it the correct details, and it should cache them for next time. Verify that by executing the same command again, it should just list the repository without asking for user info. Once you've done all that, your cap deploy command should work. Jon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to rubyonrails-deployment@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---