[issue1725737] Distutils default exclude doesn't match top level .svn

2008-03-06 Thread Ralf Schmitt
Ralf Schmitt added the comment: _svn might also be a candidate. it is used on windows when SVN_ASP_DOT_NET_HACK is set. (see http://svn.collab.net/repos/svn/trunk/notes/asp-dot-net-hack.txt). But, I don't care enough to provide a patch. What do you thinkm about excluding *~ and .*# ?

[issue1725737] Distutils default exclude doesn't match top level .svn

2008-03-06 Thread Martin v. Löwis
Martin v. Löwis added the comment: -1 on including anything that is a temporary file of some program. It's the job of the packager to clean the directory before packaging. I personally don't want to spend any more time on this issue. _ Tracker [EMAIL

[issue1725737] Distutils default exclude doesn't match top level .svn

2008-03-06 Thread Ralf Schmitt
Ralf Schmitt added the comment: then close this one and also http://bugs.python.org/issue1095784 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1725737 _ ___

[issue1725737] Distutils default exclude doesn't match top level .svn

2008-03-05 Thread Georg Brandl
Georg Brandl added the comment: Committed as r61263. I'll let Martin decide about a backport. -- assignee: - loewis nosy: +loewis resolution: - accepted status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1725737

[issue1725737] Distutils default exclude doesn't match top level .svn

2008-03-05 Thread Martin v. Löwis
Martin v. Löwis added the comment: Backported as r61268. Georg, can you please add a NEWS entry for the trunk as well? -- assignee: loewis - georg.brandl _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1725737

[issue1725737] Distutils default exclude doesn't match top level .svn

2008-03-05 Thread Georg Brandl
Georg Brandl added the comment: Done! _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1725737 _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1725737] Distutils default exclude doesn't match top level .svn

2008-02-25 Thread Ralf Schmitt
Ralf Schmitt added the comment: The original patch should by betelgeus should be applied to 2.5 branch. Georg, this is complete from my point of view and could be applied. Unless you want *~ and .#* to also be excluded? -- versions: +Python 2.5, Python 2.6

[issue1725737] Distutils default exclude doesn't match top level .svn

2008-02-23 Thread Ralf Schmitt
Ralf Schmitt added the comment: running setup.py sdist --prune results in: making hard links in ex-0.0.0... hard linking MANIFEST.in - ex-0.0.0 hard linking setup.py - ex-0.0.0 hard linking .hg/00changelog.i - ex-0.0.0/.hg hard linking .hg/dirstate - ex-0.0.0/.hg hard linking .hg/requires -

[issue1725737] Distutils default exclude doesn't match top level .svn

2008-02-23 Thread Ralf Schmitt
Ralf Schmitt added the comment: .hg, .git, are also candidates _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1725737 _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1725737] Distutils default exclude doesn't match top level .svn

2008-02-23 Thread Ralf Schmitt
Ralf Schmitt added the comment: .bzr, and _darcs (yes, underscore) also. _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1725737 _ ___ Python-bugs-list mailing list

[issue1725737] Distutils default exclude doesn't match top level .svn

2008-02-23 Thread Ralf Schmitt
Ralf Schmitt added the comment: also patch docs. Added file: http://bugs.python.org/file9528/more-vcs-exclude+docs.txt _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1725737 _

[issue1725737] Distutils default exclude doesn't match top level .svn

2008-02-23 Thread Ralf Schmitt
Changes by Ralf Schmitt: -- nosy: +georg.brandl _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1725737 _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1725737] Distutils default exclude doesn't match top level .svn

2008-02-23 Thread Ralf Schmitt
Ralf Schmitt added the comment: http://bugs.python.org/issue1095784 proposes to exclude: .#* (CVS conflict files, but emacs sometimes also generates them) *~ would also be a candidate _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1725737

[issue1725737] Distutils default exclude doesn't match top level .svn

2008-01-14 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: I suggest this bug be closed as invalid. _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1725737 _ ___ Python-bugs-list mailing

[issue1725737] Distutils default exclude doesn't match top level .svn

2008-01-14 Thread Ralf Schmitt
Changes by Ralf Schmitt: -- nosy: +schmir _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1725737 _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1725737] Distutils default exclude doesn't match top level .svn

2008-01-14 Thread Ralf Schmitt
Ralf Schmitt added the comment: I can easily reproduce it using python 2.5. I'll test with trunk. _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1725737 _ ___