devroom.io/content/posts/2007-02-23-subversion-cheat-sheet-10.md

35 lines
1.2 KiB
Markdown
Raw Normal View History

2015-03-26 11:28:08 +00:00
+++
date = "2007-02-23"
title = "Subversion Cheat Sheet 1.0!"
tags = ["General", "Features", "Subversion"]
slug = "subversion-cheat-sheet-10"
2017-09-11 12:20:15 +00:00
description = "A Subversion cheatsheet"
2015-03-26 11:28:08 +00:00
+++
I've noticed a huge interest in my <a href="/tags/subversion?phpMyAdmin=umjo2KeaY3NOkOP-0%2Czc9FZ9J96">Subversion articles</a> lately and I thought to create a nice cheat sheet for all you.
The cheat sheets includes common commands that you'll use when using Subversion on a daily basis. I didn't include every option or command that subversion supports, nor did I include any administration stuff. This sheet is aimed at developers who use Subversion on a daily basis.
<!--more-->
You can find the Subversion Cheat Sheet and future updates at:
<blockquote><a href="http://ariejan.net/svncheatsheet">http://ariejan.net/svncheatsheet</a></blockquote>
<strong>Please link to the url above from your blog to spread the word! Thanks.</strong>
Topics covered in this cheat sheet are:
<ul>
<li>Subversion Status codes</li>
<li>Daily usage commands</li>
<li>Bug fixing</li>
<li>Branching and tagging</li>
<li>File Magic</li>
<li>Locking</li>
<li>Properties</li>
<li>Experimenting</li>
</ul>
Please let me know if anything's missing.