How do I resolve this case-sensitivity problem on Windows.

Alexander Belchenko bialix at ukr.net
Wed Mar 5 05:53:15 GMT 2008


Talden пишет:
> Below is a short sequence of commands that, on Windows results in the
> working tree always reporting removed files.  How do I fix it so that
> the files are removed in the branch and the working tree reports
> clean?
> 
> NB: I know the ideal is to use "bzr mv" instead of the rename - this
> is a contrived example to simulate something that happened with a new
> vendor drop amongst thousands of files.

Yes, using mv is the right way for now.

> C:\test> ren Foo.txt foo.txt
> 
> C:\test> bzr st
> removed:
>   Foo.txt
> unknown:
>   foo.txt
> 
> C:\test> bzr add
> added foo.txt
> 
> C:\test> bzr commit -m "Second"
> Committing to: C:/test/
> added foo.txt
> Committed revision 2.
> 
> C:\test> bzr st
> removed:
>   Foo.txt

I believe it's the bug in commit command.



More information about the bazaar mailing list