PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Version Control » VersionControl_SVN » Bug #2821

Attribute $options or $args???

Details

Submitted2004-11-24 14:42 UTC
Fromgabryel at gmail dot com
StatusBogus
PackageVersionControl_SVN
PHP Version4.3.8
OSdebian
Roadmaps(Not assigned)

Comments

[2004-11-24 14:42 UTC] gabryel at gmail dot com

Description:
------------
the examples didn't work to me. When the "list" object are created, the Version_control never sets the options attribute to the List object. Well, it set it, but under the name of "options" and when list make the command ask for "args" attribute value, and never for $options.
Sorry for the english

Reproduce code:
---------------
VersionControl::init
(441) $obj->options = $options

List::prepare
(262) if(!empty($args)) {
$cmd .= ' '. join(' ',$args);
}

[2004-11-24 14:51 UTC] gabryel at gmail dot com

im a asshole