| Line 1... |
Line 1... |
| 1 |
########################################################################
|
1 |
########################################################################
|
| 2 |
# Copyright (C) 1998-2012 Vix Technology, All rights reserved
|
2 |
# Copyright (C) 1998-2012 Vix Technology, All rights reserved
|
| 3 |
#
|
3 |
#
|
| 4 |
# Module name : cc2svn_updaterm.pl
|
4 |
# Module name : cc2svn_rollbackrm.pl
|
| 5 |
# Module type : Makefile system
|
5 |
# Module type : Makefile system
|
| 6 |
# Compiler(s) : Perl
|
6 |
# Compiler(s) : Perl
|
| 7 |
# Environment(s): jats
|
7 |
# Environment(s): jats
|
| 8 |
#
|
8 |
#
|
| 9 |
# Description : Rollback RM with ClearCase to Subversion conversion info
|
9 |
# Description : Rollback RM with ClearCase to Subversion conversion info
|
| Line 181... |
Line 181... |
| 181 |
$totalCount ++;
|
181 |
$totalCount ++;
|
| 182 |
$notProcessed++ unless $ScmVersions{$entry}{Scanned};
|
182 |
$notProcessed++ unless $ScmVersions{$entry}{Scanned};
|
| 183 |
$essentialCount++ if ( $ScmVersions{$entry}{Essential} );
|
183 |
$essentialCount++ if ( $ScmVersions{$entry}{Essential} );
|
| 184 |
$rippleProcessed++ if ( $ScmVersions{$entry}{rippleProcessed} );
|
184 |
$rippleProcessed++ if ( $ScmVersions{$entry}{rippleProcessed} );
|
| 185 |
|
185 |
|
| - |
|
186 |
#
|
| - |
|
187 |
# Handle old fomat
|
| - |
|
188 |
#
|
| - |
|
189 |
if ( ! exists $ScmVersions{$entry}{data} )
|
| - |
|
190 |
{
|
| - |
|
191 |
$ScmVersions{$entry}{data}{errFlags} = $ScmVersions{$entry}{errFlags};
|
| - |
|
192 |
$ScmVersions{$entry}{data}{BadProjectBase} = $ScmVersions{$entry}{BadProjectBase} if defined $ScmVersions{$entry}{BadProjectBase};
|
| - |
|
193 |
}
|
| - |
|
194 |
|
| - |
|
195 |
|
| 186 |
$globalErrors++ if ( $ScmVersions{$entry}{data}{errFlags} eq 'e' );
|
196 |
$globalErrors++ if ( $ScmVersions{$entry}{data}{errFlags} eq 'e' );
|
| 187 |
$pkgBase++ if ( $ScmVersions{$entry}{data}{BadProjectBase} );
|
197 |
$pkgBase++ if ( $ScmVersions{$entry}{data}{BadProjectBase} );
|
| 188 |
$adjustedPath++ if ( $ScmVersions{$entry}{data}{adjustedPath} );
|
198 |
$adjustedPath++ if ( $ScmVersions{$entry}{data}{adjustedPath} );
|
| 189 |
unless ( $ScmVersions{$entry}{TagCreated} )
|
199 |
unless ( $ScmVersions{$entry}{TagCreated} )
|
| 190 |
{
|
200 |
{
|