Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9337128
D5966.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
985 B
Subscribers
None
D5966.diff
View Options
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 <swh-loader-svn>`
loader for `Subversion <https://subversion.apache.org/>`_ repositories
+:ref:`swh.loader-cvs <swh-loader-cvs>`
+ loader for `CVS <https://savannah.nongnu.org/projects/cvs>`_ repositories
+
:ref:`swh.model <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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jul 3 2025, 7:55 AM (10 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3222504
Attached To
D5966: Update documentation entry point with the new loader cvs module
Event Timeline
Log In to Comment