Changeset 337

Show
Ignore:
Timestamp:
03/10/2008 04:44:37 PM
Author:
toby
Message:

Add patch from Richard Hughes to fix infinite recursion issue when a former
parent is moved to become a child of one of its own children.

Files:

Legend:

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

    r334 r337  
    600600    AND physname = ? 
    601601    AND actiontype = ? 
     602    AND timestamp <= ? 
    602603EOSQL 
    603604 
    604605    my $sth = $gCfg{dbh}->prepare($sql); 
    605     $sth->execute( @{ $row }{qw(parentphys actiontype)} ); 
     606    $sth->execute( @{ $row }{qw(parentphys actiontype timestamp)} ); 
    606607 
    607608    $parents =  $sth->fetchall_arrayref( {} ); 

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.