My host is Dreamhost and I'm trying to deploy my first real RoR app into the wild.
I installed capistrano and setup my svn using Dreamhost's web panel and configured the deploy.rb file.
'cap setup' - works fine
When I run 'cap deploy' I get this:
Followed by more error messages and such from capistrano.Code:[nvsagebrush.com] executing command ** [out :: nvsagebrush.com] svn: PROPFIND request failed on '/sage' ** [out :: nvsagebrush.com] svn: PROPFIND of '/sage': 301 Moved Permanently (http://www.nvsagebrush.com) command finished
My repository code looks like this:
I have searched the web and found a few instances of this problem but nothing has helped fix it.Code:set :repository, "http://www.nvsagebrush.com/sage





Bookmarks