Hi Peter, Hard to know without knowing the configuration of your deployment. Is this problem happening in the development environment? It could be a problem with your browser caching the file, or the server caching it in a live environment.
OTOH, I seem to remember that you're using capistrano to deploy your application somewhere. If you've made a change in subversion, then you will need to run 'cap deploy' again to deploy the updated version of the code to the server. I assume that the change _is_ visible in your development environment? -Chrisl On Oct 25, 1:32 am, Peter Marks <[EMAIL PROTECTED]> wrote: > I am trying to commit a change to my rails app using subversion using > 'svn commit'. This appears to be successful judging by the response I > get: > > Sending public/stylesheets/style.css > Transmitting file data ... > Committed revision 2. > > However, the current version of my rails app is unchanged (the change to > my stylesheet doesn't appear online or in the current folder). Is there > a separate command I need to transfer changes from the repository to the > current version? > > Thanks, > > Peter > -- > Posted viahttp://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" 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/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---
