Case sensitivity

Alexander Belchenko bialix at ukr.net
Mon Aug 31 17:11:56 BST 2009


Vincent Ladeuil пишет:
>>>>>> "bialix" == Alexander Belchenko <bialix at ukr.net> writes:
> 
> <snip/>
> 
>     bialix> IIUC:
> 
>     bialix> C:\Temp>bzr init 1
>     bialix> Created a standalone tree (format: pack-0.92)
> 
>     bialix> C:\Temp\1>echo foo > foo.txt
> 
> 
>     bialix> C:\Temp\1>bzr add FOO.txt
>     bialix> adding foo.txt
> 
>     bialix> C:\Temp\1>bzr st
>     bialix> added:
>     bialix>   foo.txt
> 
>     bialix> C:\Temp\1>bzr ci -m "so far so good"
>     bialix> Committing to: C:/Temp/1/
>     bialix> added foo.txt
>     bialix> Committed revision 1.
> 
>     bialix> C:\Temp\1>ren foo.txt FOO.TXT
> 
> 
>     bialix> C:\Temp\1>bzr st
>     bialix> removed:
>     bialix>   foo.txt
>     bialix> unknown:
>     bialix>   FOO.TXT
> 
> Ha yes, well done. Sounds a lot like what could have happened to
> Larry.
> 
> So from there:
> 
>    ren FOO.txt foo.txt
> 
> or
> 
>    bzr mv foo.txt FOO.TXT

bzr mv foo.txt FOO.TXT --after

> Should both put things back in sync right ?

Should.

> I'm surprised that 'bzr st' report that on a case insensitive
> working tree though...

So, it's not "by design"?




More information about the bazaar mailing list