Home
last modified time | relevance | path

Searched refs:cvs_local_root (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/solenv/bin/modules/
H A DCwsConfig.pm197 sub cvs_local_root subroutine
203 my $cvs_local_root = $config_file->{CWS_CONFIG}->{'CVS_LOCAL_ROOT'};
204 if ( !defined($cvs_local_root) ) {
205 $cvs_local_root = "";
207 $self->{CVS_LOCAL_ROOT} = $cvs_local_root;
232 … my ($method, $id, $server, $repository) = CwsConfig::split_root($self->cvs_local_root(), 'LOCAL');
256 … my ($method, $id, $server, $repository) = CwsConfig::split_root($self->cvs_local_root(), 'LOCAL');
280 … my ($method, $id, $server, $repository) = CwsConfig::split_root($self->cvs_local_root(), 'LOCAL');
304 … my ($method, $id, $server, $repository) = CwsConfig::split_root($self->cvs_local_root(), 'LOCAL');

Completed in 13 milliseconds