Hello. I believe that the output of svn help remove on my machine is out of date. It says that each item is scheduled for deletion. But this has been changed over the years as subversion has evolved. Now, the item is deleted right away. I'm not able to build svn on my current machine so I'm unable to see whether this problem exists in the latest version. Here is my terminal log:
richard@richard-iMac:~$ svn help remove
delete (del, remove, rm): Remove files and directories from version control.
usage: 1. delete PATH...
2. delete URL...
delete (del, remove, rm): Remove files and directories from version control.
usage: 1. delete PATH...
2. delete URL...
1. Each item specified by a PATH is scheduled for deletion upon
the next commit. Files, and directories that have not been
committed, are immediately removed from the working copy
unless the --keep-local option is given.
PATHs that are, or contain, unversioned or modified items will
not be removed unless the --force or --keep-local option is given.
the next commit. Files, and directories that have not been
committed, are immediately removed from the working copy
unless the --keep-local option is given.
PATHs that are, or contain, unversioned or modified items will
not be removed unless the --force or --keep-local option is given.
[...]
Richard