- Sep 21, 2018
-
-
Antoine Lambert authored
This commits adds a new loader class SvnLoaderFromRemoteDump enabling to load svn repositories in an incremental way. The loader is based on the creation of dump files generated with the rsvndump tool. Using dump files allow to greatly speedup the loading process compared to a client/server based approach. Related T1161
-
Antoine R. Dumont authored
Prior to this commit, the uncompression step happened in the __init__ call. Now, this happens in the prepare method. This allows to have 'partial' visit if something wrong happens during uncompression step (against None at the moment).
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Sep 20, 2018
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Sep 19, 2018
-
-
Antoine Lambert authored
This commit ensures that the end of line style for each file extracted from a svn revision respects the one defined by the svn:eol-style property if defined. Indeed, it exists some corner cases where badly formatted content data were saved into a subversion repository (for instance a file with CRLF line endings but with the property svn:eol-style set to native) that prevent the subversion loader to succeed. Closes T570
-
- Sep 13, 2018
-
-
Antoine Lambert authored
-
- Mar 12, 2018
-
-
Stefano Zacchiroli authored
-
- Mar 09, 2018
-
- Mar 08, 2018
-
-
Antoine R. Dumont authored
Related T982
-
Antoine R. Dumont authored
This avoids digging in code to understand how to trigger messages
-
Antoine R. Dumont authored
Related T982
-
Antoine R. Dumont authored
-
- Mar 07, 2018
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
- Feb 09, 2018
-
- Feb 08, 2018
-
-
Antoine R. Dumont authored
Related T570
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Feb 06, 2018
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Close T948
-
Antoine R. Dumont authored
Starting their commit range at 0 instead of 1. Close T947
-
Antoine R. Dumont authored
Remove no longer needed inheritance scheme.
-
Nicolas Dandrimont authored
- Feb 04, 2018
-
-
Antoine R. Dumont authored
Example: Svn repository with first commit in errors.
-