Show Menu
Cheatography

Version Controll Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Checkout Working Copy

svn checkout ­[rep­­osi­­tor­y]
Checkout working copy into current folder
svn co [repos­itory]
Checkout alias
svn co ­[rep­­osi­­tor­y] [target]
Checkout working copy into target folder

Update Working Copy

svn update "­­/p­a­t­h"
Update path
svn update -r1337 "­­/p­a­t­h"
Update path to revision 1337

Add Files and Folders

svn add *
Add all items, recurs­­ively
svn add [itemname]
Add itemname (if folder, adds recurs­­ively)

Commit Changes

svn commit [path]
Commit changes to path
svn ci [path]
Commit alias
svn ci -m "­­Me­s­s­ag­­e" [path]
Commit with log message