Getting Started with CVS in Xcode
Getting Started with CVS in Xcode
- Subject: Getting Started with CVS in Xcode
- From: Ian McGregor <email@hidden>
- Date: Fri, 14 Nov 2003 10:55:29 -0800
I am new to CVS and have read a bunch of things about it. I am however
having some difficulty in getting it to work with Xcode, and would
appreciate a pointer in the right direction.
Currently, my Xcode projects are set to handle SCM as default.
I have created a root cvs: /usr/local/cvsroot directory, gave myself
wheel permission, and did a cvs init. All the cvs file appear to be in
order in this directory.
I then set up the bash .profile to contain the cvs environment.
Next, I went to my projects folder and added the files to the cvs as a
new project:
eg "cvs import -m "myProj" cocoa/myProj local start"
This appeared to import the project to the cvs, and the MyProj appears
in /usr/local/cvsroot/cocoa/myProj
By how do I get Xcode to see this? For example, when editing one of my
class files in MyProj via xcode, nothing ever seems to happen to the
repository. I apologize if this is all a bit basic, but I just need a
kick in the right direction.
Cheers,
Ian
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.