Record a copy or move that has already occurred using Subversion
- by Matt Joiner
Mercurial provides a -A, --after option for moves and copies, which records those operations after they've already occurred.
How can I achieve this using Subversion?