May 04

Subversion: checkout a specific version

Category: Linux   — Published by tengo on May 4, 2008 at 10:38 am

Here is how to checkout a specific revision from a subversion (svn) controlled project (use the "-r" option):

svn checkout -r <revision number>

This can be handy in case you use subversion in a production environment, where having the latest version is less important than having a version you know and can rely on.