line |
true |
false |
branch |
23
|
1 |
4 |
unless $self->dialog('import to SVK scratch DEPOTPATH? [yN] ', 'n') =~ /[Yy]/ |
25
|
1 |
3 |
if $self->system('svk', 'import', '-m', $self->distribute->dist_name . ' import', $self->config->{'plugin_vc_svk_scratch_repos'} . '/' . $self->distribute->dist_name, '--from-checkout', $self->distribute->base_path) |
34
|
1 |
2 |
$self->plugins_stash->{'VC::SVN'}{'is_subversion_friendly'} ? : |
35
|
1 |
2 |
unless not $self->system('svk', 'co', $self->config->{'plugin_vc_svk_scratch_repos'} . '/' . $self->distribute->dist_name . $trunk_path, $self->distribute->dist_name) |