made getpack fail if the project is not hosted on SVN
Compare changes
@@ -152,6 +152,7 @@ class ProjectConf(ProjectBaseConf):
@@ -152,6 +152,7 @@ class ProjectConf(ProjectBaseConf):
@@ -311,7 +312,22 @@ class ProjectConf(ProjectBaseConf):
@@ -311,7 +312,22 @@ class ProjectConf(ProjectBaseConf):
Maybe we should have a scheme for SVN hosted at CERN? Not sure we'll ever have to force SVN once we've migrated to GIT...
May be and may be not. This
inSVN
at the moment means more "can I get it with getpack?".In the long term
getpack
will disappear and thisProject
class will be replaced by something else, so I would not worry too much at the moment.Fair enough