Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 332613

Summary: Can't commit files with cyrillic names correctly
Product: [Technology] EGit Reporter: Mikhail Sviridov <sh2ka>
Component: CoreAssignee: Project Inbox <egit.core-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: remy.suen, robin.rosenberg
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Mikhail Sviridov CLA 2010-12-15 06:15:37 EST
Build Identifier: 

After commit files appear in repository with broken filenames (bad codepage).
And at the next commit these files appear in the files table (in the commit dialog) with status `Rem., not staged`. I think it reads files with correct codepage, but commits - with incorrect.

Reproducible: Always

Steps to Reproduce:
1. Create file with cyrillic name (russian for example, cp1251) in the working directory
2. Try to commit
3. Clone repository with command line tool cmd.exe to another location
4. You will see the problem there.
Comment 1 Robin Rosenberg CLA 2010-12-28 17:45:49 EST
This is a variation on http://code.google.com/p/msysgit/issues/detail?id=80

The problem is the definition of "correctly". Any encoding is "correct" at the moment and this
causes problems for us.

I think this is similar to the problems in Bug 325828 and Bug 325828
Comment 2 Robin Rosenberg CLA 2010-12-28 18:04:08 EST

*** This bug has been marked as a duplicate of bug 325828 ***