Re: Python bindings for RCS apps
- From: "Paul Boddie" <paul@xxxxxxxxxxxxx>
- Date: 4 Dec 2006 11:49:32 -0800
riklaunim@xxxxxxxxx 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
.
- Follow-Ups:
- Re: Python bindings for RCS apps
- From: riklaunim@xxxxxxxxx
- Re: Python bindings for RCS apps
- References:
- Python bindings for RCS apps
- From: riklaunim@xxxxxxxxx
- Python bindings for RCS apps
- Prev by Date: Re: Why not just show the out-of-range index?
- Next by Date: Re: Why not just show the out-of-range index?
- Previous by thread: Python bindings for RCS apps
- Next by thread: Re: Python bindings for RCS apps
- Index(es):
Relevant Pages
|