At 01:39 PM 8/6/2005 +0800, limodou wrote: >2005/8/6, Phillip J. Eby <[EMAIL PROTECTED]>: > > At 08:35 AM 8/6/2005 +0800, limodou wrote: > > >2005/8/5, Phillip J. Eby <[EMAIL PROTECTED]>: > > > > At 07:59 PM 8/5/2005 +0800, limodou wrote: > > > > >But I found some deleted files also included in the package. These > > > > >files are .pyc suffixed. I use subversion. I checked the setuptools' > > > > >code, and found that setuptools indeed follows the .svn/entries file, > > > > >but it only retrieves files, and check if the file is exist. But in my > > > > >entries file, just like: > > > > > > > > > ><entry > > > > > name="EasyElements.pyc" > > > > > kind="file" > > > > > deleted="true" > > > > > revision="33"/> > > > > > > > > > >You can see the "deleted" field is "true", so the file should not be > > > > >included in the package, even through the file is exist. So I think > > > > >maybe the .pyc, .pyo file should be omited. > > > > > > > > Did you try checking in your changes first? > > > > > > > > > >Yes, I did. In entries file, the deleted entries are still in there. > > > > That seems odd; I grepped through several large projects of mine for a > > 'deleted' entry in an entries file, and didn't find any. What version of > > Subversion do you use? > > > > >0.5a13
No, what version of *Subversion* are you using, not what setuptools version. >I want to ask if deleted files entries are also in .svn/entries? I'm not seeing any in my projects, that's why I'm asking. Of course, I have configured Subversion to ignore *.pyc and *.pyo files; it looks to me like maybe you've done something different with yours? _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
