lib/svn2git/migration.rb in svn2git-1.3.2 vs lib/svn2git/migration.rb in svn2git-1.3.3

- old
+ new

@@ -140,10 +140,10 @@ regex << "#{trunk}[/]" unless trunk.nil? regex << "#{tags}[/][^/]+[/]" unless tags.nil? regex << "#{branches}[/][^/]+[/]" unless branches.nil? end regex = '^(?:' + regex.join('|') + ')(?:' + exclude.join('|') + ')' - cmd += "'--ignore-paths=#{regex}'" + cmd += " '--ignore-paths=#{regex}'" end run_command(cmd) get_branches end