Activity log for bug #172861

Date Who What changed Old value New value Message
2007-11-29 17:28:53 David Roberts bug added bug
2007-11-29 17:45:40 John A Meinel bzr: importance Undecided Medium
2007-11-29 17:45:40 John A Meinel bzr: status New Triaged
2007-11-30 12:45:26 Alexander Belchenko description The following appears to demonstrate that on Win32 there is a bug in add that will allow filenames which are aliases due to case-insensitivity to be added. G:\bzrtempco>bzr --version Bazaar (bzr) 0.91.0 [...... ] G:\bzrtempco>mkdir bzr91 G:\bzrtempco>cd bzr91 G:\bzrtempco\bzr91>bzr init G:\bzrtempco\bzr91>echo content > Bzr G:\bzrtempco\bzr91>bzr add added Bzr G:\bzrtempco\bzr91>bzr commit -m"initial checkin" Committing revision 1 to "G:/bzrtempco/bzr91/". added Bzr Committed revision 1. G:\bzrtempco\bzr91>rename Bzr bZR G:\bzrtempco\bzr91>bzr add added bZR G:\bzrtempco\bzr91> [Related to #34057, #77744] The following appears to demonstrate that on Win32 there is a bug in add that will allow filenames which are aliases due to case-insensitivity to be added. G:\bzrtempco>bzr --version Bazaar (bzr) 0.91.0 [...... ] G:\bzrtempco>mkdir bzr91 G:\bzrtempco>cd bzr91 G:\bzrtempco\bzr91>bzr init G:\bzrtempco\bzr91>echo content > Bzr G:\bzrtempco\bzr91>bzr add added Bzr G:\bzrtempco\bzr91>bzr commit -m"initial checkin" Committing revision 1 to "G:/bzrtempco/bzr91/". added Bzr Committed revision 1. G:\bzrtempco\bzr91>rename Bzr bZR G:\bzrtempco\bzr91>bzr add added bZR G:\bzrtempco\bzr91> [Related to #34057, #77744]
2010-03-18 06:00:09 Martin Pool bzr: status Triaged Confirmed
2017-11-08 22:57:23 Jelmer Vernooij tags win32 check-for-breezy win32
2019-02-16 03:43:25 Jelmer Vernooij tags check-for-breezy win32 case-sensitivity win32
2019-02-16 03:43:33 Jelmer Vernooij bug task added brz
2019-02-16 03:43:45 Jelmer Vernooij brz: status New Triaged
2019-02-16 03:43:49 Jelmer Vernooij brz: importance Undecided Medium