Ever need to deploy a version controlled site that overwrites existing files? This is common when taking a site from un-versioned to versioned. First checkout the files using the force option. svn checkout –force http://vanwinkle.somesvnserver.com/trunk/ ./ This will force the checkout process to complete, but your old files will not really be overwritten. Instead they [...]
Recent Comments