Changeset 331

Show
Ignore:
Timestamp:
10/30/2007 07:14:28 PM
Author:
ldavis
Message:

Test to see if auto_props and label_mapper files are readable.

Files:

Legend:

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

    r326 r331  
    19411941    $gCfg{dumpfile} = 'vss2svn-dumpfile.dat' if !defined($gCfg{dumpfile}); 
    19421942 
     1943    if (defined($gCfg{auto_props}) && ! -r $gCfg{auto_props}) { 
     1944        die "auto_props file '$gCfg{auto_props}' is not readable"; 
     1945    } 
     1946 
     1947    if (defined($gCfg{label_mapper}) && ! -r $gCfg{label_mapper}) { 
     1948        die "label_mapper file '$gCfg{label_mapper}' is not readable"; 
     1949    } 
     1950 
    19431951    $gCfg{sqlitedb} = "$gCfg{tempdir}/vss_data.db"; 
    19441952 

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.