I use springloops to deploy my repo's to my dev and prod web servers. So I have the same CMS in 2 places, and each are a little bit different based on their usage by the dev team or live users. So after searching extensively I need to ask this because my searches contain way too many keywords and no answer is similar or specific enough.
After deploying my repo to the dev or live server, and changing/adding files (via the app, such as uploading a file through the web interface for example) I would like to version the added files. My deployed repo's don't have svn folders.
It looks like I'll have to instead start checking out from the repo, and do a svn update whenever files get added from the back end(??). There must be a way to version files added via the web interface (outside of my local repo) following a deployment?
Thoughts? Links?