Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9312567
D1898.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
598 B
Subscribers
None
D1898.diff
View Options
diff --git a/swh/loader/svn/loader.py b/swh/loader/svn/loader.py
--- a/swh/loader/svn/loader.py
+++ b/swh/loader/svn/loader.py
@@ -76,6 +76,8 @@
}),
}
+ visit_type = 'svn'
+
def __init__(self):
super().__init__(logging_class='swh.loader.svn.SvnLoader')
self.origin_url = None
@@ -446,7 +448,7 @@
origin_url=None, **kwargs):
self.origin = {
'url': origin_url if origin_url else svn_url,
- 'type': 'svn',
+ 'type': self.visit_type,
}
self.visit_date = visit_date
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 2, 10:58 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3229115
Attached To
D1898: Add attribute visit_type to svn loader.
Event Timeline
Log In to Comment