VcsRoot(init: VcsRoot.() -> Unit = {}, base: VcsRoot? = null)
Creates a new VCS root. Copies all settings from the specified base (if it is not null) and runs the init function on the created instance.
init
- function to initialize the created VCS root
base
- base object to copy settings from
See Also