Integration with CVS source code

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
wroxbox
Posts: 2
Joined: 16 Mar 2005, 11:38

Integration with CVS source code

Post by wroxbox »

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?
Oscar
Posts: 1
Joined: 19 Mar 2005, 16:08
Location: Munich, Germany (born in Ukraine)

Post by Oscar »

Hi, wroxbox!

I'm not sure, but it seems to be, that you have no 'cvsuser' in mantis.
The line:
Invalid source control account ('cvsuser').
shows it.

It's good, that you have in "config_inc.php"
$g_source_control_account = 'cvsuser';
, but you have also to signup this user in mantis.

And I've updated User Contributed Notes recently, it can also help you, I think.
vboctor
Site Admin
Posts: 1304
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post by vboctor »

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
wroxbox
Posts: 2
Joined: 16 Mar 2005, 11:38

no linux user needed?

Post by wroxbox »

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.
So the g_source_control_account should be mantis -user? not the linux user?

I'm little confused, but I will try that ..
Post Reply