[EMAIL PROTECTED] wrote: > There is pySVN for subversion but does other revision control system > systems have some good python bindings/apis ? with good docs and some > examples.
Here are some starting points for some different systems: Bazaar ------ Something about the structure of bzrlib: http://bazaar-vcs.org/Classes Writing plugins: http://bazaar-vcs.org/WritingPlugins Mercurial --------- Writing extensions: http://www.selenic.com/mercurial/wiki/index.cgi/ExtensionHowto CVS/RCS ------- The ViewVC project deals with CVS repositories and RCS files: http://www.viewvc.org/ The cvs2svn tool might be useful: http://cvs2svn.tigris.org/ You might also want to search for repository converters, especially if your interest is focused on CVS, since many people seem to have been interested in migrating from CVS at some point. Paul -- http://mail.python.org/mailman/listinfo/python-list