diff --git a/docs/index.rst b/docs/index.rst --- a/docs/index.rst +++ b/docs/index.rst @@ -126,6 +126,9 @@ :ref:`swh.loader-svn ` loader for `Subversion `_ repositories +:ref:`swh.loader-cvs ` + loader for `CVS `_ repositories + :ref:`swh.model ` implementation of the :ref:`data-model` to archive source code artifacts diff --git a/requirements-swh-dev.txt b/requirements-swh-dev.txt --- a/requirements-swh-dev.txt +++ b/requirements-swh-dev.txt @@ -22,6 +22,7 @@ ../swh-loader-git ../swh-loader-mercurial ../swh-loader-svn +../swh-loader-cvs ../swh-search ../swh-vault ../swh-web diff --git a/requirements-swh.txt b/requirements-swh.txt --- a/requirements-swh.txt +++ b/requirements-swh.txt @@ -12,6 +12,7 @@ swh.loader.git swh.loader.mercurial swh.loader.svn +swh.loader.cvs swh.model swh.objstorage[testing] swh.objstorage.replayer