Question about case-insensitive support in the bzr 1.11
Alexander Belchenko
bialix at ukr.net
Sat Jan 31 10:01:55 GMT 2009
Alexander Belchenko пишет:
> According to release notes bzr 1.11 improves case-insensitive filesystem
> support,
> it claims:
>
> "This first monthly release of Bazaar for 2009 improves Bazaar's
> operation in Windows, Mac OS X, and other situations where file names
> are matched without regard to capitalization: Bazaar tries to match the
> case of an existing file."
>
> However I see that bzr is still don't support changes in filenames case:
>
> C:\Temp>bzr init 6
> Repository tree (format: pack-0.92)
> Location:
> shared repository: .
> repository branch: 6
>
> C:\Temp\6>bzr mkdir foo
> added foo
>
> C:\Temp\6>bzr st
> added:
> foo/
>
> C:\Temp\6\foo>echo test > Test
>
> C:\Temp\6\foo>bzr add
> added foo/Test
>
> C:\Temp\6>bzr ci -m 1
> Committing to: C:/Temp/6/
> added foo
> added foo/Test
> Committed revision 1.
>
> C:\Temp\6\foo>ren Test test
>
> C:\Temp\6>bzr st
> removed:
> foo/Test
> unknown:
> foo/test
Oh, and BTW, `bzr revert` cannot fix this situation:
C:\Temp\6>bzr revert
C:\Temp\6>bzr st
removed:
foo/Test
unknown:
foo/test
Where user should expect to see improvements?
More information about the bazaar
mailing list