v0.0.5 - Add svn update behavior as option (default to True) - d/control: Bump dependency version to swh-loader-core
v0.0.4 Add options for git-svn like behavior (git svn clone <url> --no-metadata) - Ignore empty folder - Add extra-line in svn commit message - No revision metadata (beware that this break the update repo mechanism) - Also, use <user>@<repo-uuid> pattern for committer/author
v0.0.3 - Improve filesystem cleanup (before: left empty directory) - Use pysvn to extract uuid information (before: subprocess with subversion call) - Keep the working copy's name on the local checkout
v0.0.2 Update to the right swh dependencies.