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:
There is a conversation about this in https://github.com/WordPress/gutenberg/issues/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 plugins
What is your proposed solution?
Add support for SVN sources so internal plugins can also be managed by @wordpress/env
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 here https://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 https://github.com/WordPress/gutenberg/issues/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