luanzhiye / tortoisesvn

Automatically exported from code.google.com/p/tortoisesvn
1 stars 1 forks source link

file diff dialog sorts case-sensitive #676

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
reported on the mailing list:
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=30919
15

Bug reproduction:
------------------------
add + commit

folder fooBig
folder fooBig\bar
file fooBig\Cc
file fooBig\bar\Cc
------------------------
copy + commit 

fooBig to fooBig_
------------------------
add content + commit

file fooBig\Cc
file fooBig\bar\Cc
------------------------
add content

file fooBig\Cc
file fooBig\bar\Cc
------------------------

- check for modification on fooBig (also same on commit dialog)
 - sort asc on path
  - bar/Cc
  - Cc
<screen:big01.png>

- in repobrowser mark fooBig and fooBig_ 
- right click - compare urls
 - sort asc on path
  - Cc
  - bar/Cc
<screen:big02.png>

Original issue reported on code.google.com by tortoisesvn on 28 Nov 2014 at 3:56

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r26072.

Original comment by tortoisesvn on 28 Nov 2014 at 5:43

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r26075.

Original comment by tortoisesvn on 28 Nov 2014 at 6:25