Changeset 326

Show
Ignore:
Timestamp:
10/30/2007 03:19:13 PM
Author:
ldavis
Message:

Fixed typo. Fixed 'uninitialized value in concatenation' warning.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/script/vss2svn.pl

    r321 r326  
    12841284 
    12851285    my $ssversion = &GetSsVersion(); 
     1286    my $auto_props = (!defined $gCfg{auto_props}) ? "" : $gCfg{auto_props}; 
     1287    my $label_mapper = (!defined $gCfg{label_mapper}) ? "" : $gCfg{label_mapper}; 
    12861288 
    12871289    print <<"EOTXT"; 
     
    12941296Dumpfile     : $gCfg{dumpfile} 
    12951297VSS Encoding : $gCfg{encoding} 
    1296 Auto Props   : $gCfg{auto_props} 
    1297 trunk dirk   : $gCfg{trunkdir} 
     1298Auto Props   : $auto_props 
     1299trunk dir    : $gCfg{trunkdir} 
    12981300md5          : $gCfg{md5} 
    12991301label dir    : $gCfg{labeldir} 
    1300 label mapper : $gCfg{label_mapper} 
     1302label mapper : $label_mapper 
    13011303 
    13021304VSS2SVN ver  : $VERSION 

PumaCode.org recommends CVSDude for fast, professional Subversion and Trac hosting:

CVSDude.com

These ads are automatically generated by Google. Revenue from these ads helps to pay for hosting this site; however, these ads do not constitute an endorsement by PumaCode.org.