loader: Fix loading when CVSROOT/config file is missing
Compare changes
Files
2+ 16
− 0
@@ -1358,3 +1358,19 @@ def test_loader_cvs_with_rev_numbers_greater_than_one(
When using the rsync protocol the loader parses the CVSROOT/config file to look for a custom keyword definition.
However, it exists CVS repositories where such file is missing and thus loadings were failing as file existence was not checked prior opening it.
Fixes SWH-LOADER-CVS-3P