Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a02c141

Browse files
pdfdrewdeponte
authored andcommitted
Fix for previous commit
1 parent fe626d8 commit a02c141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/svn2git/migration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def clone!
132132

133133
if rootistrunk
134134
# Non-standard repository layout. The repository root is effectively 'trunk.'
135-
cmd = "git svn init "--no-metadata --trunk=#{@url}
135+
cmd = "git svn init "
136136
cmd += "--no-metadata " unless metadata
137137
cmd += "--trunk=#{@url}"
138138
run_command(cmd)

0 commit comments

Comments
 (0)