I am migrating several projects from SVN to Git, and I am using Git's 'svn clone' feature. I am trying to run the following:
git svn clone --stdlayout --authors-file=authors.txt <path-to-svn-project> <local-git-repo-name>
I have been able to clone several smaller projects, but when I try and clone a larger project it gives the following errors:
couldn't truncate file at /usr/lib/perl5/site_perl/Git.pm line 1322.
Error removing .git/Git_04wYzV at /usr/lib/perl5/5.8.8/File/Temp.pm line 890.
I thought it likely to find a quick fix in a google search, but instead this looks to be an unusual error. Does anyone have a clue how I can get past this?
My versions are pretty recent, and I'm trying to run this on Windows 8.1:
Git: using version 1.9.4.msysgit.0
Subversion: using version 1.8.9
git-svn: using version 1.9.4.msysgit.0