Skip to content
Snippets Groups Projects
Commit 0c771e07 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

README.md: Update content and fix issues

Add jenkins badge for master branch build status.

Rephrase introduction sentence.

Remove remainings from when the file was written in restructuredText.

Add syntax highlighting to code blocks.
parent 82eef54f
No related branches found
Tags v1.3.5
No related merge requests found
swh-loader-svn
==============
# swh-loader-svn [![Build Status](https://jenkins.softwareheritage.org/job/DLDSVN/job/master/badge/icon)](https://jenkins.softwareheritage.org/job/DLDSVN/job/master/)
The Software Heritage SVN Loader is a tool and a library to walk a remote svn repository
and inject into the SWH dataset all contained files that weren't known before.
The Software Heritage Subversion loader is a tool and a library to walk a remote svn
repository and inject into the Software Heritage archive all contained files, directories
and commits that weren't known before.
The main entry points are
- :class:`swh.loader.svn.loader.SvnLoader` for the main svn loader which ingests content out of
- `swh.loader.svn.loader.SvnLoader` for the main svn loader which ingests content out of
a remote svn repository
- :class:`swh.loader.svn.loader.SvnLoaderFromDumpArchive` which mounts a repository out of a
- `swh.loader.svn.loader.SvnLoaderFromDumpArchive` which mounts a repository out of a
svn dump prior to ingest it.
- :class:`swh.loader.svn.loader.SvnLoaderFromRemoteDump` which mounts a repository with
- `swh.loader.svn.loader.SvnLoaderFromRemoteDump` which mounts a repository with
svnrdump prior to ingest its content.
# CLI run
## CLI run
With the configuration:
/tmp/loader_svn.yml:
```
```yml
storage:
cls: remote
args:
......@@ -29,7 +29,6 @@ storage:
Run:
```
swh loader --config-file /tmp/loader_svn.yml \
run svn <svn-repository-url>
```shell
$ swh loader --config-file /tmp/loader_svn.yml run svn <svn-repository-url>
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment