I've got a production environment in place that was deployed using a tarball before the subversion trunk was made available.
Now that it's up and running I still want to have an svn available so that I can immediately commit any changes made. Since the svn project has been created nothing has changed.
Is this possible without disrupting the production platform, e.g. is it safe to use svn co --force https:svn.hostname.com
without accidentally killing something?