Creating Managed Repositories For New and Existing Projects
Creating Managed Repositories when Creating a New Project
Managed repositories can easily be created in Codebeamer. You can create a managed repository when creating a project:
1. Select the Projects tab.
2. Click to generate a new project.
3. Name the project.
4. Add a description –“ you can use wiki markup here if desired.
5. Click Next button, the wizard will show the list of Version Control systems available. Select yours from the list.
6. Select Create New Managed Repository.
7. Set your repository name (or leave it as it is).
8. Use the suggested repository name or create a new one, and if desired
9. Upload a dump/bundle file using Load dump file.
10. Click Finish.
Explore your new project –it will be created immediately. However if a dump/bundle file is uploaded, then repository creation might continue in the background.
Creating Managed Repositories for Existing Projects
Managed Repositories can be also created/added to already existing projects. using the following steps:
1. Select the SCM Repositories tab.
2. Click New Repository tab.
3. Select the VCS type you want to use (managed repositories are only supported for Subversion, Git and Mercurial) and click Configure >.
4. Select Create New Managed Repository and click Next.
5. Set your repository name (or select the default name) and select the files to upload if any.
6. Click Finish.
Was this helpful?