Skip to content
Snippets Groups Projects

Use tar to dump/restore repos instead of git bundle create/git clone.

Closed gitlab-qa-bot requested to merge github/fork/mizzy/repo-dump-and-restore-with-tar into master

Created by: mizzy

"git bundle create" fails if target repository is empty and can not keep hooks scripts.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Created by: moregeek

    There have to be another solution instead of just replacing bundle with tar.

    There are some other reasons why using bundle > tar:

    • You can import bundles/parts into existing repositories
    • You can verify if a git bundle is ok - eg. "bundle verify" ...

    By Administrator on 2012-11-30T19:11:17 (imported from GitLab project)

    By Administrator on 2012-11-30T19:11:17 (imported from GitLab)

  • Created by: riyad

    @moregeek +1

    By Administrator on 2012-11-30T19:55:27 (imported from GitLab project)

    By Administrator on 2012-11-30T19:55:27 (imported from GitLab)

Please register or sign in to reply
Loading