Skip to content
Snippets Groups Projects
Commit 39345e13 authored by Pawel Szostek's avatar Pawel Szostek
Browse files

Fix minor bug with svn repos

parent 94927fc0
Branches
Tags
No related merge requests found
No preview for this file type
......@@ -57,7 +57,7 @@ class ModulePool(list):
os.chdir(module.fetchto)
cmd = "svn checkout {0} " + module.basename
if rev:
if module.revision:
cmd = cmd.format(module.url + '@' + module.revision)
else:
cmd = cmd.format(module.url)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment