-- Pádraic Brady <[email protected]> wrote (on Friday, 18 December 2009, 04:10 AM -0800): > Delete the file and re-up if you are on a case insensitive OS. > > There is no actual fix without restoring the original filename, and that would > be a violation of the coding standard. The SVN trunk is NOT broken - it's a > valid name change. The only thing "broken" is your operating system which > can't > tell the difference between "a" and "A" ;). > > Presumably this also affects Windows.
Actually, yes -- and there was a conflict between a new barcode validator adapter (Upca.php) and an existing validator (UpcA.php). The latter is obsolete with the refactoring, and was causing a conflict on case insensitive systems, and I removed it yesterday to fix the issue. > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ > From: Simon R Jones <[email protected]> > To: Zend Framework General <[email protected]> > Sent: Fri, December 18, 2009 11:41:01 AM > Subject: Re: [fw-general] problems updating ZF SVN trunk > > I'm on the command line (Terminal on the mac), and doing the suggestion in > Tortoise will alter the ZF SVN repository. > > I am sure there is someone working on this component so I just wanted to > highlight the SVN trunk appears to be broken for case-insensitive machines at > present. Happy to help resolve it, if given permission :-) > > best wishes, > Si > > > I have same problem with tortoise. > > > > Regards, > > Saša Stamenković > > > > > > On Fri, Dec 18, 2009 at 12:18 PM, Daniel Latter <[email protected]> > > wrote: > > Hi, > > > > are you using TortoiseSVN? if so maybe this will help: > > http://tortoisesvn.net > /node/285 > > > > -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/
