[cvsnt] CVSNT API

Arthur Barrett arthur.barrett at march-hare.com
Wed Jan 17 02:11:46 GMT 2007


> However are there libraries to interact with CVSNT Server 
> with Java, Python or other language ?

Please note that since CVSNT and EVS are both under heavy development - the best way to ensure that any integration you are creating supports newer versions of CVSNT and EVS is to "call out" to the cvs.exe regardless of the calling language.  This is what both WinCVS and TortoiseCVS do.

The CVSAPI library does make this easy for C++ programmers, but others need to create the "spawn" themselves.

Re-writing CVSNT client in half a dozen languages is rather pointless (much to the annoyance of all the Pure Java programmers) since it means keeping half a dozen projects in different languages in sync.

If you just need access to the history then use the database API of whichever database you are storing the Audit data in.

Regards,


Arthur




More information about the cvsnt mailing list