1

I'm using Tortoise 2.4.2 and I have a strange issue:

  • on Windows 7 when cloning repository X from server everything is well
  • on XP when cloning repository X from server I get some files modified although they are not modified

IMPORTANT NOTE: I tried this, this and this without success.

On XP when I try to do a diff I get no difference (binary equal).

Has someone experienced this issue and is there a solution for this?

Thanks for any suggestions.

Community
  • 1
  • 1
INS
  • 10,594
  • 7
  • 58
  • 89

1 Answers1

0

It seems that the mercurial.ini file contained some unwanted options. It had activated the eol extension but at [eol] section there was an extra option that created the unwanted behavior on Windows XP (this was not present on Windows 7).

Hope this saves some neurons in the future.

[eol]
;only-consistent = False
; the previous line should be commented and the repository re-cloned
INS
  • 10,594
  • 7
  • 58
  • 89
  • 1
    aah :) I should have considered settings in `mercurial.ini`; [here](http://selenic.com/pipermail/mercurial-devel/2010-October/025699.html)'s a discussion that might help – smooth reggae Sep 28 '12 at 13:05