[Patches] [ python-Patches-1725737 ] Distutils default exclude doesn't match top level .svn

SourceForge.net noreply at sourceforge.net
Wed May 30 00:06:05 CEST 2007


Patches item #1725737, was opened at 2007-05-25 12:44
Message generated for change (Comment added) made by draghuram
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1725737&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Distutils and setup.py
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Petteri Räty (betelgeus)
Assigned to: Nobody/Anonymous (nobody)
Summary: Distutils default exclude doesn't match top level .svn

Initial Comment:
betelgeuse at pena ~/java-config-trunk $ cat MANIFEST.in 
global-include *
prune make-release

Gives me:
hard linking .svn/all-wcprops -> java-config-2.0.33/.svn
hard linking .svn/dir-prop-base -> java-config-2.0.33/.svn
hard linking .svn/entries -> java-config-2.0.33/.svn
hard linking .svn/format -> java-config-2.0.33/.svn
hard linking .svn/prop-base/make-release.svn-base -> java-config-2.0.33/.svn/prop-base
hard linking .svn/text-base/AUTHORS.svn-base -> java-config-2.0.33/.svn/text-base
hard linking .svn/text-base/MANIFEST.in.svn-base -> java-config-2.0.33/.svn/text-base
hard linking .svn/text-base/NEWS.svn-base -> java-config-2.0.33/.svn/text-base
hard linking .svn/text-base/TODO.svn-base -> java-config-2.0.33/.svn/text-base
hard linking .svn/text-base/make-release.svn-base -> java-config-2.0.33/.svn/text-base
hard linking .svn/text-base/setup.py.svn-base -> java-config-2.0.33/.svn/text-base

The documentation on the other hand says:
          * any RCS, CVS and .svn directories


----------------------------------------------------------------------

Comment By: Raghuram Devarakonda (draghuram)
Date: 2007-05-29 18:06

Message:
Logged In: YES 
user_id=984087
Originator: NO

I did.

----------------------------------------------------------------------

Comment By: Petteri Räty (betelgeus)
Date: 2007-05-29 18:04

Message:
Logged In: YES 
user_id=924568
Originator: YES

Did you use global-include * in MANIFEST.in?


----------------------------------------------------------------------

Comment By: Raghuram Devarakonda (draghuram)
Date: 2007-05-29 17:58

Message:
Logged In: YES 
user_id=984087
Originator: NO

I tested with latest built python on Linux but couldn't reproduce the
problem. I created directories .svn in distribution root directory as well
as under "foobar". Both of them got skipped. It will be helpful if you can
create a very small distribution manifesting reported problem and upload
tar.gz file here. I can then give a try using that distribution.

----------------------------------------------------------------------

Comment By: Petteri Räty (betelgeus)
Date: 2007-05-29 15:07

Message:
Logged In: YES 
user_id=924568
Originator: YES

python setup.py sdist --formats=bztar

----------------------------------------------------------------------

Comment By: Raghuram Devarakonda (draghuram)
Date: 2007-05-29 14:32

Message:
Logged In: YES 
user_id=984087
Originator: NO


Can you tell the exact command you ran to get the above output?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1725737&group_id=5470


More information about the Patches mailing list