[Buildman] ! Created: (BMN-8) Project.class.php undefined variable $wc
Eugene Klimov (JIRA)
jira at limb-project.com
Mon Sep 17 09:56:56 MSD 2007
Project.class.php undefined variable $wc
----------------------------------------
Key: BMN-8
URL: http://jira.limb-project.com/browse/BMN-8
Project: Buildman
Issue Type: Bug
Reporter: Eugene Klimov
Assigned To: Pavel Shevaev
Priority: Critical
Project.class.php
221 строка
function retrieveChangelog($from=null, $to=null)
{
$svn = BUILDMAN_SVN_BIN;
$scm_opts = $this->_getRaw('scm_opts');
$rev = ($from && $to) ? "-r$from:$to" : '';
return `$svn log $scm_opts -v $rev $wc`;
Undefined variable $wc :^^^^^^^^^^^^^^
}
где брать??
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.limb-project.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the buildman
mailing list