Hi Folks

Git newbie here.
We are trying to perform svn to git migration

(users-mapping file set with git config to point to a text file.)
When we performed 
git svn init <url> -T product/trunk --prefix=svn/ --no-minimal-url 
git svn fetch

git svn crashed with error message ...
warning: There are too many unreachable loose objects; run 'git prune' to 
remove them

We then turn off gc auto
We then performed
gc --aggresive
We then rerun on the existing local directory
git svn fetch

Are there any side effects in rerunning "git svn fetch" to complete this 
migration ?

Thanks

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to