Title: trunk is empty
Last modified: July 28, 2024

---

# trunk is empty

 *  [James Hunt](https://wordpress.org/support/users/bonkerz/)
 * (@bonkerz)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/trunk-is-empty/)
 * Just to let you know that this plugins trunk branch on the SVN is empty, which
   causes weird problems when trying to include this plugin as part of @wp-env and
   other dev environments.
 * See this issue – [https://github.com/WordPress/gutenberg/issues/57512](https://github.com/WordPress/gutenberg/issues/57512)
 * I have reproduced the same issue today and then found the above thread.
 * Including the trunk URL made my .wp-env.json script fail:
 *     ```wp-block-code
           "plugins": [       "https://downloads.wordpress.org/plugin/debug-log-manager.zip",        "."    ],
       ```
   
 * with failure:
 *     ```wp-block-code
       ✖ Response code 404 (Not Found)HTTPError: Response code 404 (Not Found)    at Request._onResponseBase (/Users/xxx/.asdf/installs/nodejs/20.16.0/lib/node_modules/@wordpress/env/node_modules/got/dist/source/core/index.js:913:31)    at Request._onResponse (/Users/xxx/.asdf/installs/nodejs/20.16.0/lib/node_modules/@wordpress/env/node_modules/got/dist/source/core/index.js:948:24)    at ClientRequest.<anonymous> (/Users/xxx/.asdf/installs/nodejs/20.16.0/lib/node_modules/@wordpress/env/node_modules/got/dist/source/core/index.js:962:23)    at Object.onceWrapper (node:events:634:26)    at ClientRequest.emit (node:events:531:35)    at origin.emit (/Users/xxx/.asdf/installs/nodejs/20.16.0/lib/node_modules/@wordpress/env/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)    at HTTPParser.parserOnIncomingClient (node:_http_client:698:27)    at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)    at TLSSocket.socketOnData (node:_http_client:540:22)    at TLSSocket.emit (node:events:519:28) {  code: 'ERR_NON_2XX_3XX_RESPONSE',
       ```
   
 * the workaround is to specify a version
 *     ```wp-block-code
       "plugins": [       "https://downloads.wordpress.org/plugin/debug-log-manager.2.3.3.zip",        "."    ],
       ```
   

The topic ‘trunk is empty’ is closed to new replies.

 * ![](https://ps.w.org/debug-log-manager/assets/icon-256x256.png?rev=2783658)
 * [Debug Log Manager - Conveniently Monitor and Inspect Errors](https://wordpress.org/plugins/debug-log-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/debug-log-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/debug-log-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/debug-log-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/debug-log-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/debug-log-manager/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [James Hunt](https://wordpress.org/support/users/bonkerz/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/trunk-is-empty/)
 * Status: not resolved