Hey guys I am facing this problem every now and then and I have a work around for this problem but still I want to know why this is happening. Some times Capistrano deploy simply fails to fetch new code from the SVN repository, it does a svn update -q of the local cache(which is a directory in the /tmp folder) but it never updates the code and hence the changed files never get propagated to the destination machines.
In order to fix this I manually delete the local cache and then do a cap deploy:setup which makes these directories again and after that when I do a deploy it doesn't do a svn update it simply does a svn checkout and we get all the changed files and update code is pushed. Can anyone throw more light on this behavour of Capistrano or suggest me better ways to go about this problem. Thanks -- * 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
