From: Eric B. <eb...@il...> - 2008-08-08 22:36:24
|
Is this project still active? We're a computer science research group with large and long running (10+ years) CVS archive and are becoming dotProject users. Integrating checkins with dotproject logs would be handy. From reading the code it looks like about 90% of the functionality we would need is already present. The main sticking points would be the use of task_id in the cvs log, and the new column task_cvslinks. It seems like it would make more sense to have task_name in the cvs log and to look up the task_id based on best match for the task_name. A normal user can't even get the task_id from the standard dotproject UI. I can manage that extra lookup. But I am curious about the task_cvslinks column as it does not exist currently. Obviously could just comment it out, but I'm curious as to its purpose and what the plans were for making those visible in dotproject. |