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
  • #2467

Closed
Open
Created Jan 03, 2013 by Administrator@rootOwner

Cannot move *new* projects to global namespace

Created by: felixhummel

Hi,

I just did a fresh install of Gitlab 4.0 stable.

Steps taken:

  • create new project
  • Admin area > Projects > Edit
  • Select Namespace /

Expected: It moves. ;)

Actual: Error. Trace:

Project::TransferError (Project test cannot be moved from /home/git/repositories/felixhummel/test.git to /home/git/repositories/test.git):
  app/roles/namespaced_project.rb:27:in `rescue in transfer'
  app/roles/namespaced_project.rb:3:in `transfer'
  app/contexts/project_update_context.rb:11:in `execute'
  app/controllers/admin/projects_controller.rb:28:in `update'

Problem: Gitlab tries to move a git repository that does not exist yet. After pushing something (and thus creating the repo), moving works.

Thanks for this great tool!

Cheers, Felix

Assignee
Assign to
Time tracking