I'm going to be installing Vault in a situation where the are lots of small projects, each lasting anywhere from 2 weeks to 2 months. The previous manager would start a new VSS repository at the beginning of every year, marking the previous year's repository as read-only.
There are 6 years worth of projects and quite often, I get asked about a bug that we fixed or a feature we implemented on a certain project. Accessing the history of a project is very important and I don't always know what year the project was finished--or even if it spanned two years--so I have to open each repository until I find the project and can look at the history.
What I need to do is be able to import all the history from all the repositories into one new Vault database. As I mentioned previously, some projects span multiple years. So my question is: Can Vault import more than one VSS repository without overwriting information and if so, do I need to import them in a specific order so that the project history can build on a previous year's project history?
Thanks!
import from multiple repositories?
-
- Posts: 25
- Joined: Mon Jan 17, 2011 10:33 am
- Location: Portland, Oregon
- Contact:
Re: import from multiple repositories?
You can import from many VSS databases into Vault, but you can't import items of the same file name on top of each other. We can't merge histories of two items by the same name.
What you would end up as an end result might look like:
$
|---Project 1
........|---imported files and folders
|---Project 2
........|---imported files and folders
|---Project 3
........|---imported files and folders
You could also import each VSS database into it's own repository. You would get better performance out of a repository that way versus placing everything into one repository.
What you would end up as an end result might look like:
$
|---Project 1
........|---imported files and folders
|---Project 2
........|---imported files and folders
|---Project 3
........|---imported files and folders
You could also import each VSS database into it's own repository. You would get better performance out of a repository that way versus placing everything into one repository.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
-
- Posts: 25
- Joined: Mon Jan 17, 2011 10:33 am
- Location: Portland, Oregon
- Contact:
Re: import from multiple repositories?
Thank you very much for this information. There are 3 general groupings of projects, so I'll probably put each into a separate database and import the various years of a project into "branches" of a project so that the history can be kept together as much as possible.
Thanks again!
Thanks again!