]> cvsroot Enter the cvsroot spec. Defaults to the CVSROOT environment variable if set. $default = empty $ENV{CVSROOT} ? undef : $ENV{CVSROOT}; cvs require VCP::Dest::cvs; $ui->{Dest} = VCP::Dest::cvs->new; $ui->{Dest}->repo_scheme( 'cvs' ); cvsroot spec $ui->{Dest}->repo_server( $answer ) unless empty $answer; cvs filespec Enter the cvs filespec. This must be in the form "module/filespec". The filespec may contain trailing wildcards, like "a/b/..." to extract an entire directory tree. module/filepath/... $ui->{Dest}->repo_filespec( $answer ); Initialize a cvs repository Initialize a cvs repository in the directory indicated in the cvs CVSROOT spec? $default = "no"; yes $ui->{Dest}->{CVS_INIT_CVSROOT} = 1; no