[Patches] [ python-Patches-959726 ] sdist versus SVN

SourceForge.net noreply at sourceforge.net
Mon May 31 14:25:25 EDT 2004


Patches item #959726, was opened at 2004-05-24 23:08
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=959726&group_id=5470

Category: Distutils and setup.py
Group: None
Status: Open
>Resolution: Accepted
Priority: 5
Submitted By: Tim Peters (tim_one)
>Assigned to: Tim Peters (tim_one)
Summary: sdist versus SVN

Initial Comment:
The particular magic the disutils sdist command uses to 
prune CVS and RCS directories doesn't appear available 
via anything I can type in MANIFEST.in.  So when using 
sdist from an SVN checkout directory, huge steaming 
mounds of SVN admin files get sucked up, and then sdist 
fails because it can't delete the read-only SVN admin 
files it copied.  The patch adds .svn to the same regexp 
used to special case CVS and RCS directories, which 
solves the problem.

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

>Comment By: Martin v. Löwis (loewis)
Date: 2004-05-31 20:25

Message:
Logged In: YES 
user_id=21627

The patch is fine, please apply.

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

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



More information about the Patches mailing list