Hello list, Windows 7, using the 1.10.3 command line tools (from TortoiseSVN).
I am trying to use `svn cleanup` in a build script (batch file) to remove some ignored / unversioned files that may have been generated by a previous build. However, some of them are marked as "read-only" and cleanup stops with an error. I have a couple of questions: Is it valid to use both --remove-ignored and --remove-unversioned in the same command? This is not clear in the help text although it seems to work (until it hits the read-only files). Is there any way to say "ignore errors" or "ignore read-only" or even "remove read-only"? Many thanks ~ Mark C