How to use more than one vcs in a project?
I have a project setup with the main module using CVS but I have some of my other modules versioned with git. I can't seem to find a way to use both version control systems from within the same project. Any help would be greatly appreciated.
Thanks,
Charlie
Please sign in to leave a comment.
I think this is supported even though I have never tried to use it. Go to Project Settings then Version Control. In the dialog you can add multiple directories and assign a VCS to each directory. If your directory structure looks like the following:
project/module1/
project/module2/
project/module3/
Add each directory to the Version Control dialog and select the VCS from the dropdown. Hope that works.
Grant
That worked great!
Thanks,
Charlie