Re: SCM and Bundles - again
Re: SCM and Bundles - again
- Subject: Re: SCM and Bundles - again
- From: Mark Szymczyk <email@hidden>
- Date: Sun, 18 Sep 2005 19:02:31 -0400
I tried placing a project with a nib file under CVS using Xcode 2.1 to see what would happen if I didn't use the cvswrappers file for the nib file. I was able to save changes to the nib file from Xcode as well as add a new nib file to the repository. What I could not do was see a list of revisions made to the nib file. When I selected a nib file and looked at its SCM information, the information was blank.
Before you can use Xcode with CVS, you must do two things from the command line. Import your project with the cvs import command, then check out the files with the cvs checkout command.
In Xcode you must turn on version control. Select the project name from the Groups and Files list. Click the Info button to open the project's information panel. Click the General tab. Select CVS from the SCM System menu and select the Enable SCM checkbox.
Now you should be able to save changes to files and add files to the repository from Xcode.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden