Checkout repo from SVN but use local files to populate
- by aidan
I have an SVN server on our development server, and I release to our production server using rsync. It not ideal, but it's worked so far.
Anyway, I've finally got the SVN client installed on the production server and I want to start using that to copy files from development to production.
My problem is this, I don't want to check all the data out of development when I already have it on the production server.
Is there a way to "checkout" a repository, but use the files that are already on the production server (and force it to assume they are the head versions for example)?
Thanks.