Is there an easy way to delete all local files that svn status
shows as ?
, meaning new, not yet been added or checked in?
I do svn revert -R .
to revert all the changed files but that doesn't do anything to the files that are new. I would like a 100% sync up with the repo, as though I completely checked everything out anew.