[New-bugs-announce] [issue3814] Add VCS support

Douche report at bugs.python.org
Tue Sep 9 12:25:19 CEST 2008


New submission from Douche <sdouche at gmail.com>:

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 <report at bugs.python.org>
<http://bugs.python.org/issue3814>
_______________________________________


More information about the New-bugs-announce mailing list