Hi, I have a simple question. I am developing a tool which automates some routine work between remote CVS repository and end user. The tool is expected to be wise enough to keep the user from details and dangerous actions. The problem is to get common information from CVS repository about module such as existance of a module, module's branches and tags, kind of error(command exit status is not enough) and so on. I see one way to perform such task is to parse cvs commands output. And the question is: was cvs commands output standardized? In other words: can I expect that output of cvs commands is permanent and will not change in next cvs release? Thank in advance, Stepan.
