Displaying 1 result from an estimated 1 matches for "olumn_and_capistrano".
2006 Jul 10
1
Capistrano on Windows - Send Binary File
So, I''m using TechnoWeenie''s recipe (
http://rails.techno-weenie.net/tip/2006/4/3/integrating_file_column_and_capistrano
) for using Capistrano to deploy to a remote machine when the SVN
repository isn''t accessible over the Internet.
I keep running into a problem, though, with
put(File.read("code_update.tar.gz"), "code_update.tar.gz")
When Cap tries to untar the file, I get the follo...