Hi Justin,

I guess that you have correct thoughts about start and restart. Read your config/deploy.rb and uncomment this tasks:

# If you are using Passenger mod_rails uncomment this:
# if you're still using the script/reapear helper you will need
# these http://github.com/rails/irs_process_scripts

# namespace :deploy do
#   task :start do ; end
#   task :stop do ; end
#   task :restart, :roles => :app, :except => { :no_release => true } do
#     run "#{try_sudo} touch #{File.join(current_path,'tmp','restart.txt')}"
#   end
# end

Bye

Justin Louie wrote:
Hi Lee,

Thanks for your fast response and all the work that you do for
capistrano.  It's great stuff.

I didn't know you had to have a svn client that was CLI, totally
thought TortiseSVN was enough.  Thanks for the hint, after a bit more
searching I was able to figure it out.

I still get errors on deploy:start, but I think that's because I'm
using passenger and :start, :restart don't apply to passenger am I
correct in my thinking?

Thanks,

Justin

On Jan 7, 2:18 am, Lee Hambley <[email protected]> wrote:
Is subversion correctly installed, it almost appears asif your svn binary
isn't found?

On unix, you'd typically check this with `which svn` – but on Windows (maybe
you have cygwin?) I'm not sure of the correct procedure.

-- Lee Hambley

Twitter: @leehambley | @capistranorb


--
Rafa

-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to [email protected]
* To unsubscribe from this group, send email to 
[email protected] For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Reply via email to