Open hturner opened 1 year ago
Reviewing this, it if done in the svn directory there is this command svan cleanup
to avoid delting the local copy and start from scratch. It deletes anything in the directory that is not tracked by svn and reverts those that are tracked.
On Linux this can be done by deleting (all files under) the build directory - this is an advantage of using a separate build directory.
On Windows, the build is done within the svn directory - best practice to delete the local copy and check out from scratch?