Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hdlmake
Manage
Activity
Members
Labels
Plan
Issues
20
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Hdlmake
Commits
39345e13
Commit
39345e13
authored
13 years ago
by
Pawel Szostek
Browse files
Options
Downloads
Patches
Plain Diff
Fix minor bug with svn repos
parent
94927fc0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hdlmake
+0
-0
0 additions, 0 deletions
hdlmake
src/fetch.py
+1
-1
1 addition, 1 deletion
src/fetch.py
with
1 addition
and
1 deletion
hdlmake
+
0
−
0
View file @
39345e13
No preview for this file type
This diff is collapsed.
Click to expand it.
src/fetch.py
+
1
−
1
View file @
39345e13
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment