Skip to content

Commit

Permalink
Fix command failed: git checkout "blabla"
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomb2 committed Jun 27, 2024
1 parent 95b6493 commit d9e32a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/svn2git/migration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def fix_branches
if @cannot_setup_tracking_information
run_command(Svn2Git::Migration.checkout_svn_branch(branch))
else
status = run_command("git branch --track \"#{branch}\" \"remotes/svn/#{branch}\"", false)
status = run_command("git branch \"#{branch}\" \"remotes/svn/#{branch}\"", false)

# As of git 1.8.3.2, tracking information cannot be set up for remote SVN branches:
# http://git.661346.n2.nabble.com/git-svn-Use-prefix-by-default-td7594288.html#a7597159
Expand Down

0 comments on commit d9e32a3

Please sign in to comment.