Re: [python-win32] Python Interface to PVCS.

2008-03-05 Thread Tim Roberts
Graessle, Glenn (FC COE) wrote: > Thanks. Have you seen a basic, command-line-wrapper class anywhere? > Do you mean, specifically for PVCS? No. I just rolled my own. This was a number of years ago, and I don't think I even have the wrappers I wrote any more. They weren't all that complic

Re: [python-win32] Python Interface to PVCS.

2008-03-05 Thread Tim Roberts
Graessle, Glenn (FC COE) wrote: > Anyone know where I can find a Python interface to Merant's CM tool > called PVCS? I found it was easier just to call their command line tools with the subprocess module. There's supposed to be an API, but their product is baroquely complicated. -- Tim Rober