nirvdrum / svn2git

Ruby tool for importing existing svn projects into git.
MIT License
2.11k stars 443 forks source link

command failed: git checkout -b #287

Closed mehrdad2000 closed 3 years ago

mehrdad2000 commented 4 years ago

Hi I try to use svn2git but after run below command give me error: svn2git svn+ssh://src/project --authors /opt/project/authors.txt

command failed: git checkout -b “projectT1” “remotes/svn/projectT1”

Any recommendation?

mehrdad2000 commented 4 years ago

after give chmod 777 to directory problem has been fixed!