Subversion cheatsheet

admin

create a repository

You get this message: B_RUNRECOVERY: Fatal error, run database recovery

client

adding files

what's in the repository?

history of a file

diff revisions of a file

revert to a previous version of a file

create a branch

svn copy http://svn.example.com/repos/calc/trunk \
    http://svn.example.com/repos/calc/branches/my-calc-branch \
    -m "Creating a private branch of /calc/trunk."