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: Fritz Anderson <email@hidden>
- Date: Mon, 23 Feb 2009 09:17:58 -0600
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