]> Source RevML Repo Server The RevML Repo Server to read revisions from. if ( $ui->in_edit_mode ) { $default = $ui->source->repo_server; $is_current_value = 1; } revml $ui->new_source( $answer ); $ui->source->repo_server ( $answer ) unless empty $answer; Source RevML Specification Enter the revml repo filespec of the file(s) to copy. 'revml:' will be prefixed to it then parsed as if it was entered on the vcp command line. if ( $ui->in_edit_mode ) { $default = $ui->source->repo_filespec ; $is_current_value = 1; } $ui->source->repo_filespec( $answer );