Hi Qiang, Your stacktrace includes bin/snapshot which wasn't present in version v2.4.12, are you sure that is your version? I'm not sure what have caused the problem, but in case of missing dependencies Daniel's fix might help you.
Cheers, Pawel On 9 April 2014 09:51, Daniel Bausch <[email protected]> wrote: > I also had problems with snapshot, although my output looked slightly > different. My snapshot copied the whole root tree to the > tmp-backup-workdir/repos because repo_path occurred to be empty. I fixed > my problem by changing in lib/tasks/backup.rake the line > > task :snapshot => :env do > > to > > task :snapshot => [ :env, :environment ] do > > Maybe this helps in you case, too. > > Regards, > Daniel > > -- > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > > --- > You received this message because you are subscribed to the Google Groups > "Gitorious" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "Gitorious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
