Subversion Repositories DevTools

Rev

Rev 5710 | Rev 6133 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5710 Rev 5969
Line 547... Line 547...
547
    #
547
    #
548
    #   Look in the cache - have we seen this before
548
    #   Look in the cache - have we seen this before
549
    #
549
    #
550
    if ( exists $TruePathCache{lc($path)} )
550
    if ( exists $TruePathCache{lc($path)} )
551
    {
551
    {
552
        Verbose( "TruePath Cache Hit: $path");
552
        Verbose2( "TruePath Cache Hit: $path");
553
        return $TruePathCache{lc($path)};
553
        return $TruePathCache{lc($path)};
554
    }
554
    }
555
 
555
 
556
    #
556
    #
557
    #   Split the directory into components
557
    #   Split the directory into components
Line 617... Line 617...
617
            Error ("TruePath Internal error. File may have been deleted: $tag");
617
            Error ("TruePath Internal error. File may have been deleted: $tag");
618
        }
618
        }
619
        Debug ("Have: $TrueComponent");
619
        Debug ("Have: $TrueComponent");
620
    }
620
    }
621
 
621
 
622
    Verbose ("TruePath: $TrueComponent");
622
    Verbose2 ("TruePath: $TrueComponent");
623
    return $TrueComponent;
623
    return $TrueComponent;
624
}
624
}
625
 
625
 
626
#-------------------------------------------------------------------------------
626
#-------------------------------------------------------------------------------
627
# Function        : CleanPath
627
# Function        : CleanPath