Add support for SVN sources in @wordpress/env
#33499
Labels
[Type] Enhancement
A suggestion for improvement.
[Type] Project Management
Meta-issues related to project management of Gutenberg
What problem does this address?
I'm trying to create a
.wp-env.json
to recreate with the@wordpress/env
package the development environment needed for DevHub as explained herehttps://make.wordpress.org/docs/handbook/devhub/
There are several plugins required for this environment that doesn't seem to have a
.zip
available and are only available through their SVN addresses, for example:Is there any current way to deal with these SVN addresses or these types of internal plugins?
This is what I'm trying to use but the SVN sources are not recognized
.wp-env.json
There is a conversation about this in #20325 and the solution suggested was that
.zip
support should be enough for all cases but I think there are no.zip
version of these internal pluginsWhat is your proposed solution?
Add support for SVN sources so internal plugins can also be managed by
@wordpress/env
The text was updated successfully, but these errors were encountered: