Renaming a project suite under git control
does anyone have any experience with renaming a project suite that is under git version control? i have a project suite that essentially has three projects in it but i want to split them apart into three separate project suites. after cloning the project suite and doing the necessary editing to remove the other two extraneous projects from each of the three new ones I'm left with the problem that all three project suites have an identical name for the .pjs file. if i rename the .pjs file inside test complete it will have the git "?" icon. Can i simply right click the top level project suite when i have the project suite open in test complete and perform a source control -> add? or would it be better to rename the <suitename>.pjs file (and the <suitename>.pjs.tcLS and the <suitename>.tcCfgExtender files) in the windows folder? or is it maybe a combination of both these things?
Just trying to avoid any issues in git. i've cloned projects before but i've never cloned a project suite and just wondering if anyone out there has.
Use only TestComplete to perform renaming, so that it updates the necessary project files and references. Don't use any other tools!
Commit to your local repository, then Push to remote repository.
Also the Git that is provided with TestComplete, will have limited functionality.