I am working on a C# project, It has a solution which has more than 100 projects and some thousands folder and files, I have added some new files to different projects of this solution in different folders.
Now I want to add them to the source control and check them in, but I don’t know how I can track them as a bunch.
So far I have to track them down one by one to add them!
Note: there are hundreds of private files in those folders that should not be checked in.
I used to use Mercurial and by that I was able to see the modified files and new files and I was able to create ignore list so I was able to pick the files that I wanted to add to the repository and ignore the ones that I do not wanted to add, but I can’t find anything similar in ClearCase.
I found some threads that explains that how to add files as a bunch but only when you want to add whole content of the folders.
I do not want to add all files in those folders to source control, only selected files shall be added and I want clear case to ignore other files. (as I mentioned I know how I can do this in mercurial through the TortoiseHG workbench but I can’t find similar feature for ClearCase!)
How can I do this action by CleareCase?