Changeset 285

Show
Ignore:
Timestamp:
01/28/2007 06:09:54 AM
Author:
luedi
Message:

auto_props: forgot to specify the config file from the commandline

Files:

Legend:

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

    r284 r285  
    834834    $action_sth = $gCfg{dbh}->prepare($sql); 
    835835 
    836     my $autoprops = Vss2Svn::Dumpfile::AutoProps->new() if $gCfg{auto_props}; 
     836    my $autoprops = Vss2Svn::Dumpfile::AutoProps->new($gCfg{auto_props}) if $gCfg{auto_props}; 
    837837    my $dumpfile = Vss2Svn::Dumpfile->new($fh, $autoprops); 
    838838 

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.