Usefull commandssvn ci -m "commit message" | Commit | svn up | Update working copy from svn server | svn st | Show changes from last commit | svn info | View svn working copy info | svn up -r500 | Get 500 revicion |
| | Branchingsvn cp -m "new branch" ^/trunk ^/branches/new | Create "new" branch | svn sw ^/branches/new | Switch to branch "new" | svn ci -m "commit message" | Commit to branch | svn merge ^/trunk | Merge trunk changes to branch "new" | svn ci -m "trunk merge to new branch" | Commit merge | svn sw ^/trunk | Switch to trunk | svn merge --reintegrate ^/branches/new | Merge branch changes to trunk |
| | |
Download the SVN Cheat Sheet
1 Page
http://www.cheatography.com/lukasi/cheat-sheets/svn/
//media.cheatography.com/storage/thumb/lukasi_svn.750.jpg
PDF (recommended)
Alternative Downloads
Your Download Will Begin Automatically in 5 Seconds.
Close
Cheatographer
Metadata
Favourited By
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets