[SVN] r2723 (SQL)

Allan Odgaard throw-away-1 at macromates.com
Tue Feb 21 10:08:09 UTC 2006


On 21/2/2006, at 1:45, Brad Miller wrote:

> Yikes!  I'm not sure what happened.  But I just blew away the SQL  
> bundle on my other machine and updated.  Now I have Support and  
> support-old.
>
> I have a feeling this started because I made a typo when I added  
> the support directory in the first place.  The directory itself was  
> name Support but I typed svn add support.  I probably should have  
> stopped and figured out how to undo things at that point, but I  
> kept going instead not realizing what a mess it would make.

Yeah… mostly a mess because HFS+ is case preserving, but not case  
sensitive (by default). And stuff like svn is made with case  
sensitive systems in mind, so it’ll treat support and Support  
differently, but on Mac it will be able to load Support as support,  
or fail to create Support when there already is a support etc.

The first rename you did (support => support-old) was somehow  
incomplete, in that the old support directory didn’t get a D. Don’t  
know why, but it meant that this directory was left, and either  
forked or split into two.

I moved the old (lowercase) support out as support-old (so to not  
cause problems). I don’t know if any of the files in that directory  
is needed? If not, we can just remove it.




More information about the textmate-dev mailing list