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://www.xyz.com/trunk" role :app, "www.xyz.com" role :web, "www.xyz.com" role :db, "www.xyz.com" set :deploy_to, "/usr/opt/webapps/myapp" I am using subversion "svn" . Must capistrano use "http"? I have also tried, set :repository, "svn://www.xyz.com/trunk/" set :repository, "svn://www.xyz.com/" set :repository, "svn://www.xyz.com" Thanks, Jim -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---