Subject: | Root misparsed if ":local:G:\mynewcvsrooot" |
What i get is
$VAR2 = bless( {
'FileRevisionContentsCache' => {},
'RepositoryFileOrDirectoryCache' => {},
'Root' => bless( {
'UserName' => undef,
'RootDir' => '\\mynewcvsrooot',
'HostName' => undef,
'Root' => ':local:G:\\mynewcvsrooot',
'Protocol' => 'local:G'
}, 'VCS::LibCVS::Datum::Root' )
}, 'VCS::LibCVS::Repository' );
which obviously ain't right.