How do I add a folder/group to SCM (CVS) in Xcode?

Posted by Brad on Stack Overflow See other posts from Stack Overflow or by Brad
Published on 2011-01-01T04:38:43Z Indexed on 2011/01/01 4:54 UTC
Read the original article Hit count: 299

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about xcode