Error with Git SVN clone -
i migrating several projects svn git, , using git's 'svn clone' feature. trying run following:
git svn clone --stdlayout --authors-file=authors.txt <path-to-svn-project> <local-git-repo-name>
i have been able clone several smaller projects, when try , clone larger project gives following errors:
couldn't truncate file @ /usr/lib/perl5/site_perl/git.pm line 1322. error removing .git/git_04wyzv @ /usr/lib/perl5/5.8.8/file/temp.pm line 890.
i thought find quick fix in google search, instead looks unusual error. have clue how can past this?
my versions pretty recent, , i'm trying run 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
run git --version
, ensure on version 2.4+. can't find link right now, in 2.2.x , before, there bug in git svn code cause fail @ various points through large repository migrations. ended working git developers on irc , using patch posted git mailing list, , got working. patch has since been merged , released, though. ensure have recent git , recent svn. can resume git svn clone
running git svn fetch
inside directory. also, --verbose
helps see more context on error.
Comments
Post a Comment