• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Refactoring class names, Xcode and git.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Refactoring class names, Xcode and git.


  • Subject: Re: Refactoring class names, Xcode and git.
  • From: Marco S Hyman <email@hidden>
  • Date: Wed, 13 May 2015 10:52:42 -0700

> To be clear, the class files are named the same, but the case of certain letters have been changed, that's it.

I don’t quite understand this statement.  file “foo” and file “Foo” are
different files — except on the apple filesystem where case is ignored.
Grumble.  Did the case of the file names change?

If you have changed “Foo.m" to “foo.m” and are having troubles it may be
because those are different files to git even though the OS (and perhaps
Xcode) sees them as one.  The command line does the expected thing using

  “git mv Foo.m foo.m”   (git 2.3.4)

Marc
 _______________________________________________
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


  • Follow-Ups:
    • Re: Refactoring class names, Xcode and git.
      • From: Alex Zavatone <email@hidden>
References: 
 >Refactoring class names, Xcode and git. (From: Alex Zavatone <email@hidden>)

  • Prev by Date: Refactoring class names, Xcode and git.
  • Next by Date: Re: Refactoring class names, Xcode and git.
  • Previous by thread: Refactoring class names, Xcode and git.
  • Next by thread: Re: Refactoring class names, Xcode and git.
  • Index(es):
    • Date
    • Thread