(check the documentation for XXX commands at the command line via SVN help xxx)
1. Add (add file to version management)
Put files and directories under version control, scheduling them for addition to repository. They'll is added in next commit.
Usage:add PATH ...
2. Blame (praise, annotate, Ann) (displays the revised version of the specified file & author information)
Output the content of specified files or URLs with revision and author information in-line.
Usage:blame target[@REV] ...
If specified, REV determines in which revision the target was first loogked up.
3. Cat (Displays the contents of the specified version file)
Output the content of specified files or URLs.
Usage:cat target[@REV] ...
4. Changelist (CL) (grouping the specified files)
Associate (or dissociate) Changelist clname with the named files.
Usage:1. Changelist clname PATH ...
2. Changelist--remove PATH ...
5. Checkout (CO) (pull the replacement code from the codebase)
Check out a working copy from a repository.
Usage:checkout url[@REV] ... [PATH]
If specified, REV determines in which revision the URL is first looked up.
"SVN command Collation"