Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #4543

Closed
Open
Created Jul 12, 2013 by Administrator@rootOwner

404s and new repo page when I blow away old git with new git repo.

Created by: mmlb

So I had a git repo pushed to a project, but I then wanted to have a completely different git repo with no history in common as that project's code. I didn't want to start a new project because of the issues and wiki (wiki would be easy to move over though).

So I set up the new repo and git push -f origin and that worked fine, but Files and Commits still served up the old data. So I git push -f --mirror origin and that got rid of everything.

The Home page of the project reverted to the new project page, but Files and Commits and other links 404 because they point to the previous repo's shas.

I was pretty sure my push -f's would be bad, but I wonder if something can be done here short term and if this is a bug that you guys would want to address.

Assignee
Assign to
Time tracking