aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MgaRepo/git.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/MgaRepo/git.py b/MgaRepo/git.py
index ae2db6e..ab89b25 100644
--- a/MgaRepo/git.py
+++ b/MgaRepo/git.py
@@ -53,6 +53,9 @@ class GIT(VCS):
return self.update(targetpath, clone=True, **kwargs)
def init(self, url, targetpath, fullnames=True, **kwargs):
+ # verify repo url
+ execcmd("svn", "info", url)
+
topurl = dirname(url)
trunk = basename(url)
tags = "releases"