Windows XP path case problem (NTFS)
Andrei Vermel
avermel at mail.ru
Tue Dec 26 13:00:04 UTC 2006
Turns out path reported by windows changes case depending on how you do 'cd'.
This IS annoying.
g:\x_drive\repo>cd App\ptams
g:\x_drive\repo\App\ptams>
g:\x_drive\repo\App\ptams>hg stat -I .
M App\ptams\ptams.vcproj
g:\x_drive\repo\App\ptams>cd ..\..\
g:\x_drive\repo>
g:\x_drive\repo>cd app\ptams
g:\x_drive\repo\app\ptams>
g:\x_drive\repo\app\ptams>hg stat -I .
g:\x_drive\repo\app\ptams>
More information about the Mercurial-devel
mailing list