The SVA Create Command

You can use the create command to create a new project directory structure in the repository:

$ sva create my-project-name

This command is non-destructive, so you can run it more than once if necessary. This is helpful if you have a project that was created before you used Subversion Automation.

In this case, as long as you have a trunk directory where you have been storing your main line of development, the create command can be used to create the other directories that Subversion Automation requires.

More information about what directories this command creates, and why, can be found on the theory page.