]> Destination RevML Repo Server The RevML Repo Server to copy revisions to. if ( $ui->in_edit_mode ) { $default = $ui->dest->repo_server; $is_current_value = 1; } revml $ui->new_dest( $answer ); $ui->dest->repo_server ( $answer ) unless empty $answer; Destination RevML Specification The revml repo spec. '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->dest->repo_filespec; $is_current_value = 1; } $ui->dest->repo_filespec( $answer );