How to checkout a specific Subversion revision from the ligne de commande?

How to checkout a specific Subversion revision from the ligne de commande?

If you already have it checked out locally then vous pouvez cd to where it is checked out, then use this syntax:

`$ svn up -rXXXX


ref: [Checkout a specific revision from subversion from command line](https://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.update.html)