Encoding problem (command remove)

Asked by Eugene

We added files to repository. The names of these files are cp1251 (created under Windows). After that we tried to remove these files using command remove, but we see the following message:

bzr: ERROR: Can't safely remove modified or unknown files:
added:
  ╨╣╨╣╨╣.txt
Use --keep to not delete them, or --force to delete them regardless.

Question information

Language:
English Edit question
Status:
Answered
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jelmer Vernooij (jelmer) said :
#1

You either have to decide that you would like to just unversion the file but keep it around ("bzr rm --keep ...") or that you would like to get rid of the file itself as well ("bzr rm --force ...")

Can you help with this problem?

Provide an answer of your own, or ask Eugene for more information if necessary.

To post a message you must log in.