[Buildman] ! Resolved: (BMN-8) Project.class.php undefined variable $wc
Pavel Shevaev (JIRA)
jira at limb-project.com
Tue Sep 18 10:12:56 MSD 2007
[ http://jira.limb-project.com/browse/BMN-8?page=all ]
Pavel Shevaev resolved BMN-8.
-----------------------------
Resolution: Fixed
Исправил, попробуй плиз.
> 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