Thanks, that cleared up that problem. In the recipe in the tutorial, the svn+ssh line was commented out. Once I changed this, it deploys fine.
Now the issue is that I'm not seeing my changes on the server after deployment. Previously I had setup an application manually and created a symbolic link to it. It's still pointing there.
How do I get my public_html to point to the capistrano deployed application? Is it just a matter of creating another symbolic link, but this time to the current directory in the capistrano deployment?
2007-04-07 09:18 AM