annoying case collision in the Pharo VM repository on Gitorious

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

annoying case collision in the Pharo VM repository on Gitorious

philippeback
 
I wanted to fork the repo so that I can do my own little work with the
safety of a SCM.

But, no matter what, there is a problem in the history (and one cannot
do the fork stuff on a repo with no history...)

Here is the problem:

abort: case-folding collision between
macbuild/mpeg3Plugin/mpeg3Plugin-Info.plist and
macbuild/Mpeg3Plugin/Mpeg3Plugin-Info.plist

Would it be possible to clean this so that it is possible to fork properly?

Thanks

Phil
Reply | Threaded
Open this post in threaded view
|

Re: annoying case collision in the Pharo VM repository on Gitorious

Igor Stasenko
 
On 24 March 2013 12:41, [hidden email] <[hidden email]> wrote:

>
> I wanted to fork the repo so that I can do my own little work with the
> safety of a SCM.
>
> But, no matter what, there is a problem in the history (and one cannot
> do the fork stuff on a repo with no history...)
>
> Here is the problem:
>
> abort: case-folding collision between
> macbuild/mpeg3Plugin/mpeg3Plugin-Info.plist and
> macbuild/Mpeg3Plugin/Mpeg3Plugin-Info.plist
>
> Would it be possible to clean this so that it is possible to fork properly?
>
.plist files is vmmaker -> xcode autogenerated files.
(unless there is leftovers in some dark corners which we didn't reached yet)..

Esteban, if this file is not hand-made (for iOS builds), then we can remove it?
Can you please check?


> Thanks
>
> Phil

--
Best regards,
Igor Stasenko.
Reply | Threaded
Open this post in threaded view
|

Re: annoying case collision in the Pharo VM repository on Gitorious

EstebanLM

I removed them in my branch... did I forget to merge? :P

Esteban


On Mar 25, 2013, at 3:16 PM, Igor Stasenko <[hidden email]> wrote:

>
> On 24 March 2013 12:41, [hidden email] <[hidden email]> wrote:
>>
>> I wanted to fork the repo so that I can do my own little work with the
>> safety of a SCM.
>>
>> But, no matter what, there is a problem in the history (and one cannot
>> do the fork stuff on a repo with no history...)
>>
>> Here is the problem:
>>
>> abort: case-folding collision between
>> macbuild/mpeg3Plugin/mpeg3Plugin-Info.plist and
>> macbuild/Mpeg3Plugin/Mpeg3Plugin-Info.plist
>>
>> Would it be possible to clean this so that it is possible to fork properly?
>>
> .plist files is vmmaker -> xcode autogenerated files.
> (unless there is leftovers in some dark corners which we didn't reached yet)..
>
> Esteban, if this file is not hand-made (for iOS builds), then we can remove it?
> Can you please check?
>
>
>> Thanks
>>
>> Phil
>
> --
> Best regards,
> Igor Stasenko.