Skip to content
Snippets Groups Projects
  1. Mar 13, 2025
    • Antoine Lambert's avatar
      loader: Prevent errors when loading repository sub-path from a dump · f94f1d0e
      Antoine Lambert authored
      When loading a sub-path of a repository from a dump file it has been
      observed it is less error-prone to dump the whole repository as some
      partial dumps fail to be loaded by svnadmin or svnrdump can end up
      with error.
      
      In that case, we try to produce a dump file for the whole repository
      and we stop to dump revisions once the last one modifying the repository
      sub-path was dumped (revisions not modifying sub-path are then filtered
      out during the loading process).
    • Antoine Lambert's avatar
      loader: Prefer to use svn protocol instead of http(s) when available · 6ff27254
      Antoine Lambert authored
      The performances when communicating with a remote subversion repository
      are much better with the svn protocol than with http(s).
      
      So when a subversion repository URL starts with http(s), check if the
      one using svn protocol works and use that URL to communicate with the
      remote repository instead.
      6ff27254
  2. Feb 27, 2025
  3. Feb 17, 2025
  4. Dec 02, 2024
  5. Nov 26, 2024
  6. Sep 11, 2024
  7. Sep 10, 2024
  8. Sep 02, 2024
  9. Aug 27, 2024
  10. Jul 15, 2024
  11. Jun 28, 2024
  12. Jun 04, 2024
  13. May 23, 2024
  14. May 21, 2024
    • Antoine Lambert's avatar
      replay: Rework code for removing externals · 66300455
      Antoine Lambert authored
      Removing an external path from the reconstructed filesystem can
      be tedious due to numerous edge cases where externals are defined
      in different directories but some of their paths overlap.
      
      Previous code was not properly handling all cases so rework it
      to ensure it does and add a new test with a new edge case.
      66300455
  15. May 15, 2024
  16. Mar 29, 2024
  17. Mar 14, 2024
  18. Mar 12, 2024
  19. Mar 11, 2024
  20. Feb 20, 2024
  21. Feb 05, 2024
  22. Jan 16, 2024
  23. Jan 03, 2024
  24. Dec 21, 2023
  25. Dec 19, 2023
Loading