Why isn't Capistrano copying my files?
1 answer
Check your project on the server manually to see if everything is checked. Honestly, the only time I've ever seen I was either
expanding the old tag
or
forgot to check the stuff in
Capistrano doesn't do anything fancy - it just does svn co or svn export (depending on your setup).
However, it helps to see your deploy.rb though. Without this, I can only guess.
0
a source to share