JDBC equivalent for SCMs?

Is there a JDBC equivalent for accessing revision control systems? There really should be. At the least Ant and CruiseControl could both use it. I’m sure other Java programs have written their own code for accessing CVS and Subversion and what not.

This entry was posted in All, Computers and tagged . Bookmark the permalink.

2 Responses to JDBC equivalent for SCMs?

  1. modified says:

    Tigris (makers of Subversion) provides Java bindings: http://svnup.tigris.org/

    As for a JDBC-like interface for accessing any RCS with generic commands? Would be cool.. let’s get on it.

Leave a Reply

Your email address will not be published. Required fields are marked *