1 Jul 01:36
Re: First cut svn repository
Hilmar Lapp <hlapp <at> gmx.net>
2007-06-30 23:36:45 GMT
2007-06-30 23:36:45 GMT
On Jun 28, 2007, at 3:43 PM, George Hartzell wrote: > I just did the experiment, and filename-insensitivity seems to be > breaking something. > > I'm using an svn I picked up from http://www.codingmonkeys.de/mbo/. > > I reformatted a memory stick to be case sensitive and co of > > bioperl/bioperl-live/tags/release-0-9-2/t > > worked, then I made a directory in my home dir (normal mac thing) and > got the same error as above. You picked up a rename of a file from lower case extension to upper case extension. Unfortunately, there are several months between adding the upper-case and removing the lower-case version. We can reconstruct what happened with this using svn log on the directory (this does not require a checkout): $ svn log --verbose svn+ssh://dev.open-bio.org/home/hartzell/bioperl/ bioperl-live/trunk/t/data Searching for HUMBETGLOA yields the following two commits that added one and removed the other: ------------------------------------------------------------------------ r2245 | jason | 2001-12-08 11:59:05 -0500 (Sat, 08 Dec 2001) | 2 lines(Continue reading)
RSS Feed