Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-loader-cvs
Source project has a limited visibility.
  • Antoine Lambert's avatar
    b976aa6a
    loader: Reconstruct repo filesystem incrementally at each revision · b976aa6a
    Antoine Lambert authored
    Instead of creating a from_disk.Directory instance after each replayed
    CVS revision by recursively scanning all directories of the repository,
    prefer to have a single one as class member kept synchronized with the
    recontructed filesystem after each revision replay.
    
    This should improve loader in terms of performance, especially when
    delaing with large repositories.
    b976aa6a
    History
    loader: Reconstruct repo filesystem incrementally at each revision
    Antoine Lambert authored
    Instead of creating a from_disk.Directory instance after each replayed
    CVS revision by recursively scanning all directories of the repository,
    prefer to have a single one as class member kept synchronized with the
    recontructed filesystem after each revision replay.
    
    This should improve loader in terms of performance, especially when
    delaing with large repositories.