Re: Xcode and Git - renaming classes by changing case.
Re: Xcode and Git - renaming classes by changing case.
- Subject: Re: Xcode and Git - renaming classes by changing case.
- From: Alex Zavatone <email@hidden>
- Date: Fri, 10 Jul 2015 19:42:02 -0400
On Jul 10, 2015, at 5:19 PM, Marco S Hyman wrote:
>> I read somewhere there was a way to make Git respect the Mac file system's case insensitivity, but don't have time to test if that's true.
>
> Set ignorecase to false in the config file. I believe it defaults to
> true.
>
> Or change things in two steps.
>
> git mv foo foo.tmp
> git mv foo.tmp Foo
>
NOOOOOOO.
That will only work until you restart Xcode. We found that out the hard way sharing our repo across 3 continents. Everyone had Xcode fail with "file not found in index" when we each relaunched the project.
> Either should get you where you want to be.
>
_______________________________________________
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