cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Support at Codebeamer how can move a git repository from a project to another

KV_10898351
4-Participant

Support at Codebeamer how can move a git repository from a project to another

how can i move a git repository from one project to another? unfortunately i can't find any help in the codebeamer help center.

2 REPLIES 2

Now I found a way to move git repo with the same name between 2  codebeamer projects:

  1. create bundle by git bundle create dmp.bundle --all
    1. be sure that all branches are checkout locally otherwise they are not in bundle (you may need to write a script)
    2. make tests that the bundle contains everything
  2. in CodeBeamer you need administration permission
    1. got to current project
      1. delete the current git repo 
      2. clean up the trash
    2. on filesystem of Codebeamer delete (rename) the current git repo
    3. got to new project
      1. create new repo with indication of created dmp.bundle and the same repo name
  3. clone repo for testing

Good luck!

 

Announcements



Top Tags