> i need to build a plug-in for clearcase to use with trac. plz can any > one give suggestions
This is hardly feasible: AFAICT there is no Python wrapper for Clearcase: there is a C API which is known to be quite difficult to use, and the only other way is to perform system calls for every operation. Moreover, Clearcase is an outdated VCS that is file-centric (vs. changeset-centric VCS such as Subversion, Mercurial, Perforce, ...), which would make it less suitable for Trac. I would have say that your best chances would have been to start from a CVS plugin, but such a plugin does not even exist, see: http://trac.edgewall.org/ticket/2643 Cheers, Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
