Explains all the cryptic sigils and glyphs that come from `svn st`. I learned that R+ means "replaced with history." It happened when I merged fileA into fileB without the --ignore-ancestry option. FileB was replaced by fileA, and now when I `svn log` on fileB, it "remembers" being fileA instead of giving me the history of the fileB. Scary but cool but confusing. I also learned that the -u (--show-updates) option, displays not just local status, but the status of the repo url that corresponds to the working copy directory as well.