Changeset 291
- Timestamp:
- 02/05/2007 09:29:38 AM
- Files:
-
- trunk/script/vss2svn.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/script/vss2svn.pl
r287 r291 710 710 711 711 if (defined($physinfo) && $physinfo->{type} != $row->{itemtype} ) { 712 &Throw Error("Inconsistent item type for '$row->{physname}'; "712 &ThrowWarning("Inconsistent item type for '$row->{physname}'; " 713 713 . "'$row->{itemtype}' unexpected"); 714 next ROW; 714 715 } 715 716
