Hi!
I have done all what people are expalaining in this page:
http://manual.mantisbt.org/manual.insta ... ration.php
I have also tested the commented versions, but no success.
No I need some help.
My /usr/local/cvsroot in owned by cvsuser:cvsusers with chmod wxr,wxr,w-r
The config_inc.php file contains:
$g_source_control_account = 'cvsuser';
the cvsroot/CVSROOT/verifymsg has
DEFAULT /usr/bin/php -q /srv/www/htdocs/mantis/core/checkin.php
(tested also with ALL)
The checkin.php has the changes mentioned abow (actually tested also the original version). Now I get the error
cvs commit: warning: verifymsg line doesn't contain any format strings:
"/usr/bin/php -q /srv/www/htdocs/mantis/core/checkin.php"
Appending default format string (" %l";), but be aware that this usage is
deprecated.
Invalid source control account ('cvsuser').
cvs [commit aborted]: Message verification failed
Where I should start debugging?
Integration with CVS source code
Moderators: Developer, Contributor
Hi, wroxbox!
I'm not sure, but it seems to be, that you have no 'cvsuser' in mantis.
The line:
It's good, that you have in "config_inc.php"
And I've updated User Contributed Notes recently, it can also help you, I think.
I'm not sure, but it seems to be, that you have no 'cvsuser' in mantis.
The line:
shows it.Invalid source control account ('cvsuser').
It's good, that you have in "config_inc.php"
, but you have also to signup this user in mantis.$g_source_control_account = 'cvsuser';
And I've updated User Contributed Notes recently, it can also help you, I think.
The $g_source_control_account should refer to a valid mantis user account that have access right to add notes to the issues that will be fixed via commits to CVS.
Regards,
Victor
Mantis to Go?
http://www.futureware.biz/mantisconnect
Regards,
Victor
Mantis to Go?
http://www.futureware.biz/mantisconnect
no linux user needed?
So the g_source_control_account should be mantis -user? not the linux user?vboctor wrote:The $g_source_control_account should refer to a valid mantis user account that have access right to add notes to the issues that will be fixed via commits to CVS.
I'm little confused, but I will try that ..