Re: Subversion doesn't appear to see class files in Xcode
Re: Subversion doesn't appear to see class files in Xcode
- Subject: Re: Subversion doesn't appear to see class files in Xcode
- From: Richard Humiston <email@hidden>
- Date: Mon, 23 Feb 2009 19:58:02 -0500
Yes I mean files that declare classes. In my case dSliderCell.h and dSliderCell.m. I navigated to the working project directory and entered
richard-humistons-imac:xTestWorkingCopy rhumiston$ svn st ? xTest.xcodeproj/project.pbxproj
then
richard-humistons-imac:xTestWorkingCopy rhumiston$ svn info dSliderCell.m Path: dSliderCell.m Name: dSliderCell.m URL: file:///Developer/Subversion/xTest/trunk/dSliderCell.m Repository Root: file:///Developer/Subversion/xTest Repository UUID: cad2a9ea-34e0-4eef-a6b0-ce0908a7bb43 Revision: 4 Node Kind: file Schedule: normal Last Changed Author: rhumiston Last Changed Rev: 3 Last Changed Date: 2009-02-22 21:04:06 -0500 (Sun, 22 Feb 2009) Text Last Updated: 2009-02-22 21:08:34 -0500 (Sun, 22 Feb 2009) Checksum: 34ba77c658a3e49e07f452e84b15a6a6
thank you,
Rich
On Feb 23, 2009, at 10:17 AM, Fritz Anderson wrote:
On 22 Feb 2009, at 8:38 PM, Richard Humiston wrote:
I followed all of the directions in Xcode # Unleashed to create a subversion repository...etc...check out....etc. A local repository. It all appears to work fine except the class files in my project don't seem to be recognized by subversion.
Just so I'm clear on this...
By class files, do you mean files that declare classes (e.g., DataPoint.h), or those that define/implement classes (e.g. DataPoint.m), or both?
If DataPoint.m is a problem, open the Terminal, cd to your project directory, and type
svn st
and
svn info DataPoint.m
and tell me what the results are.
— F
--
Fritz Anderson -- Xcode 3 Unleashed: Now in its second printing -- <http://x3u.manoverboard.org/>
|
_______________________________________________
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