Checkout repo from SVN but use local files to populate

Posted by aidan on Server Fault See other posts from Server Fault or by aidan
Published on 2010-03-15T15:37:40Z Indexed on 2010/03/15 15:40 UTC
Read the original article Hit count: 308

Filed under:
|

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.

© Server Fault or respective owner

Related posts about svn

Related posts about subversion