I’m trying to import SVN repo into GIT.
svn2git terminates with this error message:
command failed:
2>&1 git svn fetch
When I’m trying to run “git svn fetch” manually, it gives this error:
r8641 = dbb23736330e97c356a5ecd0dd29634265b7956c
(refs/remotes/svn/trunk) Permission denied: Can’t open
‘/tmp/report.tmp’: Permission denied at C:\Program Files
(x86)\Git/libexec/git-core\git-svn line 3187
(running script under admin rights).
Any advise?
UPD I’ve noticed, that before this error happens – some files are processed successfully (i.e. svn fetch executes for some time). The error happens in random time after command start, usually in a few seconds.
Running svnserve with -d -r can be a solution:
http://blog.dbtracer.org/2010/01/20/porting-subversion-git-with-error/