Chris

Results 102 comments of Chris

Not 100% sure if this can be done, will need looking into.

From that list i think it would be easy to do - open these files - open these files and close all other files - commit changelist - revert changelist...

encoding is detected as `windows1252` https://github.com/JohnstonCode/svn-scm/blob/master/src/svn.ts#L178 I think that configuration should override detection. Thoughts @edgardmessias ?

@Yanpas @Blashaq @nihlet @michelegalante Can you all update to `2.10.0` and set `svn.experimental.detect_encoding` to `true` and see if you have any encoding issues please? Can you also remove `"files.encoding"` and...

This extension and git use the exact same encoding detection.

can you send me said file?

@Yanpas can you try `2.10.1`

Thanks for that @Yanpas will see if i can fix it today

`jschardet` guesses the correct encoding for your file. it is the default encoding of `utf8` and auto-guess being disabled that doesn't get it to run. https://github.com/JohnstonCode/svn-scm/blob/master/src/svnRepository.ts#L313 https://github.com/JohnstonCode/svn-scm/blob/master/src/svnRepository.ts#L336