[REPOST][BUG] Issue

Alexander Belchenko bialix at ukr.net
Thu Nov 15 08:10:21 GMT 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

QbProg пишет:
> 
> Now , here comes the problem.
> C:\Devel> bzr status -V
> removed:
> a.cpp
> b.cpp
> .
> .
> .
> .

One possible variant is that some files in your tree is change their case,
i.e. was 'a.cpp' and now it 'A.CPP'. Up to now bzr handle case-insensitive
filesystem as case-sensitive one and don't understand that 'a.cpp' and 'A.CPP'
is the same file on FAT32/NTFS. There are couple of bugs reported:

https://bugs.launchpad.net/bzr/+bug/77740
https://bugs.launchpad.net/bzr/+bug/77744

> 
> In fact, all the files of my previous two commits appeared as "removed".
> (the file in my checkout were of course present)

May be case-insensitivity is your case. Can you try to run status without '-V' flag, in this case
you should see report like this:

removed:
  a.cpp
unknown:
  A.CPP

Can you check it?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHO/7tzYr338mxwCURApaFAJ9E/hhyXWQrn5AP4VHkWg8rybAWlgCfXSBA
ibvpKVfi/BHqSY+ypIWzAp0=
=nMNK
-----END PGP SIGNATURE-----



More information about the bazaar mailing list