I'm sure this is an easy fix for folks more familiar with subversion than me, but here it goes:
I'm running Capistrano and have successfully deployed my app from my local machine to my live server. The repository is on the server as well. What happened is I had to generate some files on the live server in the railsapp/current directory. So now when I try and commit something from my local machine, it says: svn: Commit failed (details follow): svn: Out of date: '/db' in transaction '19-1'
Is there a way to update the repository with the contents of my railsapp/current directory on the live server so I can check it out on my local copy and eliminate this conflict? Is there a better way?
Thanks!
Dave