﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
399	The retrieve option for chicken-install doesn't work for local transport	Mario Domenech Goulart	felix winkelmann	"Example:

{{{
$ chicken-install -r -t local -l /home/mario/src/chicken-eggs/release/4 html-utils
retrieving ...

Warning: destination for transport `local' ignored
 html-utils located at /home/mario/src/chicken-eggs/release/4/html-utils/tags/0.6
}}}

This command doesn't actually retrieve the egg code, although

{{{
$ chicken-install -r -t svn -l https://code.call-cc.org/svn/chicken-eggs/release/4 html-utils
}}}

and

{{{
$ chicken-install -r -t http -l http://code.call-cc.org/cgi-bin/henrietta.cgi html-utils
}}}

do."	defect	closed	minor	4.9.0	core tools	4.6.x	fixed	chicken-install, retrieve, transport, local		
