How do I add a folder/group to SCM (CVS) in Xcode?
- by Brad
I have an iPhone project in Xcode which is checked into CVS via XCode's SCM support.
I have created a new folder in this project, and created a group for it's files. However, the files in this group/folder are not in CVS, and I cannot figure out how to get them in there. The usual "Add to repository" under the "SCM" menu is always grayed-out when I try to select one of the files - I would assume this is because the folder is not in CVS.
How do I add the folder/files to CVS?