[Python-checkins] CVS: python/dist/src/PCbuild installer.bmp,NONE,1.2.18.1 python20.wse,1.39.2.2,1.39.2.3

Thomas Heller thomas.heller@ion-tof.com
Fri, 11 Jan 2002 10:54:46 +0100


> [Thomas Heller]
> > Did you check this one in as text file?
> 
> Probably.  If anyone knows how to change it to binary, be my guest.  Unless
> you're going to try building the Windows installer on a Linux box (i.e., no
> chance), though, I doubt it will hurt.

Doesn't seem so (unless you changed it to a pure black bitmap):

The HEAD revision looks good and has 50kB:

  C:\sf\python\dist\src\PCbuild>cvs update -A installer.bmp
  U installer.bmp

  C:\sf\python\dist\src\PCbuild>cvs status installer.bmp
  ===================================================================
  File: installer.bmp     Status: Up-to-date

     Working revision:    1.2
     Repository revision:  1.2     /cvsroot/python/python/dist/src/PCbuild/installer.bmp,v
     Sticky Tag:          (none)
     Sticky Date:         (none)
     Sticky Options:      -kb


  C:\sf\python\dist\src\PCbuild>dir installer.bmp
   Volume in drive C has no label.
   Volume Serial Number is 84E1-15FF

   Directory of C:\sf\python\dist\src\PCbuild

  01/11/2002  10:48a              50,324 installer.bmp
                 1 File(s)         50,324 bytes
                 0 Dir(s)   9,019,334,656 bytes free

  C:\sf\python\dist\src\PCbuild>start installer.bmp

The release21-maint version only has 9kB and shows up as a black square,
although the sticky options are -kb (as they should be):

  C:\sf\python\dist\src\PCbuild>cvs update -r release21-maint installer.bmp
  U installer.bmp

  C:\sf\python\dist\src\PCbuild>dir installer.bmp
   Volume in drive C has no label.
   Volume Serial Number is 84E1-15FF

   Directory of C:\sf\python\dist\src\PCbuild

  01/11/2002  10:49a               8,769 installer.bmp
                 1 File(s)          8,769 bytes
                 0 Dir(s)   9,019,375,616 bytes free

  C:\sf\python\dist\src\PCbuild>cvs status installer.bmp
  ===================================================================
  File: installer.bmp     Status: Up-to-date

     Working revision:    1.2.18.1
     Repository revision: 1.2.18.1        /cvsroot/python/python/dist/src/PCbuild/installer.bmp,v
     Sticky Tag:          release21-maint (branch: 1.2.18)
     Sticky Date:         (none)
     Sticky Options:      -kb


  C:\sf\python\dist\src\PCbuild>dir installer.bmp
   Volume in drive C has no label.
   Volume Serial Number is 84E1-15FF

   Directory of C:\sf\python\dist\src\PCbuild

  01/11/2002  10:49a               8,769 installer.bmp
                 1 File(s)          8,769 bytes
                 0 Dir(s)   9,019,375,616 bytes free

Something's wrong here. Can you delete the file from your machine,
do an cvs update, and look at the result?

Thomas