xwp / wp-dev-lib

DEPRECATED. Common code used during development of WordPress plugins and themes
MIT License
279 stars 65 forks source link

Overwrite `wp-includes` directory when installing WordPress #311

Closed pierlon closed 4 years ago

pierlon commented 4 years ago

Overwrite wp-includes folder when downloading from Core SVN repository. This would prevent the error:

svn: E155000: Destination directory exists; please remove the directory or use --force to overwrite

Relates to #310.