> Uwe,
> On Friday, 2021-06-04 08:14:12 +0200, you wrote:

> If an at least first solution  to your problem is  to simply rename file
> "STEVE" to "Steve" on a case agnostic file system, you simply have to do
> it in two steps, because both, "STEVE" and  "Steve" refer to exactly the
> same file:

>    hg mv STEVE Jobs
>    hg commit -m 'Move STEVE to Steve, step 1.'
>    hg mv Jobs Steve
>    hg commit -m 'Move STEVE to Steve, step 2.'


Now I tried


hg mv 
Mini-Examen-Quim/13-14/Result-Final/CALIFICACIONES_EstadisticaCalcNumerico13-14.csv
 Mini-Examen-Quim/13-14/Result-Final/steve
hg ci -m "First move"
hg mv Mini-Examen-Quim/13-14/Result-Final/steve 
Mini-Examen-Quim/13-14/Result-Final/Calificaciones_EstadisticaCalcNumerico13-14.csv
 
hg ci -m "Second move"

But again I obtain

hg up english
beautifygraph: unsupported encoding, UTF-8 required
abort: case-folding collision between 
Mini-Examen-Quim/13-14/Result-Final/Calificaciones_EstadisticaCalcNumerico13-14.csv
 and 
Mini-Examen-Quim/13-14/Result-Final/CALIFICACIONES_EstadisticaCalcNumerico13-14.csv



I am starting to get really desperate, developers, this case but occur
for all windows and default-file-sytem-using Mac users  

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Mercurial mailing list
[email protected]
https://www.mercurial-scm.org/mailman/listinfo/mercurial

Reply via email to