PDA

View Full Version : Deployment w/ Subversion


rubyonrails-talk
August 26th, 2006, 07:26 PM
I created a capistrano script and it's creating the deployment
directories but it's not copying the code from subversion into the
deployment directroy,
...here's the deploy.db changes I use,
set :application, "myapp"
set :repository, "svn://[link] (http://www.xyz.com/trunk)"
role :app, "[link] (http://www.xyz.com)"
role :web, "[link] (http://www.xyz.com)"

More... (http://groups.google.com/group/rubyonrails-talk/msg/207b2f791dae5fa1)