The SVA Checkout Command

The SVA checkout command can be used to help you do a Subversion checkout:

$ sva -p my-project checkout

By default, the trunk is checked out. Using command line flags, you can also choose to checkout a release branch, an experimental branch, or a bug fix branch.

Use the --help option to the checkout command to learn more.