Python bindings for RCS apps

R

riklaunim

There is pySVN for subversion but does other revision control system
systems have some good python bindings/apis ? with good docs and some
examples.
 
P

Paul Boddie

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
 
R

riklaunim

I want some RCS for document management which could be controlled by
python :) a bit like a wiki.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top