Skip to content
Snippets Groups Projects
  1. May 26, 2023
  2. May 23, 2023
  3. May 03, 2023
    • Antoine Lambert's avatar
      utils: Fix parsing of external path between single quotes · 8509bb2a
      Antoine Lambert authored
      Official subversion documentation only mentions that paths containing
      spaces must be surrounded by double quotes but we can find some external
      definitions in the wild whose paths are surrounded by single quotes.
      Those are properly handled by the official subversion client so we must
      do the same when parsing externals.
      8509bb2a
  4. Apr 17, 2023
    • Antoine Lambert's avatar
      replay: Filter externals to copy in copyfrom operations · 644fbb1d
      Antoine Lambert authored
      When a directory is copied from another one in a previous revision,
      externals must be copied only if they have been defined in a revision
      greater or equal to the revision the directory is copied from.
      
      So store the revision number an external is defined and use it to filter
      externals when performing copyfrom operations.
      644fbb1d
  5. Apr 04, 2023
  6. Mar 06, 2023
  7. Mar 02, 2023
  8. Mar 01, 2023
  9. Feb 17, 2023
  10. Feb 16, 2023
  11. Feb 02, 2023
  12. Jan 20, 2023
  13. Jan 18, 2023
  14. Jan 17, 2023
  15. Dec 19, 2022
  16. Dec 14, 2022
  17. Dec 12, 2022
Loading