New submission from Douche <[EMAIL PROTECTED]>: This is a basic try (4h) to extract specific SVN code out of the core and add entry points for: - filters (.svn, .hg, ...) - find files in repos - get revision's number
Thoughts: - if repos have 2 VCS entries (.svn and .hg for example), the first valid entry point is used. - walk_revctrl function needs more love. I keep the philosophy of iterator but is it the good way ? Notes: - vcs_svn.py & vcs_hg.py are only for demo. The natural place are into Setuptools plugins. - filters must return a list. - revisions must return a int or None (not 0). Critics welcome. ---------- components: Distutils files: setuptools-sd-20080908.patch keywords: patch messages: 72837 nosy: sdouche severity: normal status: open title: Add VCS support type: feature request versions: 3rd party Added file: http://bugs.python.org/file11435/setuptools-sd-20080908.patch _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3814> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com