(Forked from http://blog.tfnico.com/2011/02/small-subversion-guide-for-git-users.html.)
A recurring problem for us Git users is that we tend to forget the good old Subversion tricks. We want to do some patch on some old code in a Subversion repo, and suddenly we've got no idea how to work around.
Here's a quick guide:
> git pull
> svn update