Hi Greg:
If you want to bypass committing things to subversion during
investigation you could try something like this:
task :copy_suspicious_file do
put(File.read('suspicious_file'),
"#{release_path}/suspicious_file",
:mode => 0444)
restart
end
That's totally untested though, and there could be any number of
reasons why it wouldn't work. Lookit the capistrano manual for more
information about put :)
-g
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---