putting the initial colon in the -d switch breaks checkouts/exports from local repos: drush_shell_exec("(cd %s; cvs -d:%s checkout -d%s %s %s)", $this->project->tmp_path, $this->project->download['root'], $this->project->name, $flags, $this->project->download['module']);

attached patch fixes this, and also cleans up some duplicate code in that class.

CommentFileSizeAuthor
drush_make_fix_cvs_download.patch1.96 KBhunmonk

Comments

dmitrig01’s picture

Status: Needs review » Fixed

ok committed - thanks

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.