Changeset 3189 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/zip/class-builder.php
- Timestamp:
- 05/20/2016 09:38:13 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/zip/class-builder.php
r3081 r3189 91 91 $build_dir = "{$this->tmp_build_dir}/{$this->slug}/"; 92 92 93 $res = SVN::export( $svn_url, $build_dir );93 $res = SVN::export( $svn_url, $build_dir, array( 'ignore-externals' ) ); 94 94 if ( ! $res['result'] ) { 95 95 throw new Exception( __METHOD__ . ': ' . $res['errors'][0]['error_message'], 404 );
Note: See TracChangeset
for help on using the changeset viewer.