It would be convenient to have a "working copy" object per project, as opposed to the global drush option. For example:

projects[test_project][type] = module
projects[test_project][download][type] = git
projects[test_project][download][branch] = dev
projects[test_project][download][working_copy] = true

This way a developer could pull a working copy of a module they are developing and keep read only copies for anything else being pulled from an scm provider.

Comments

joestewart’s picture

defiantbyte’s picture

Status: Active » Closed (duplicate)

Thanks! That is exactly what I'm looking for.