Questions tagged [svn]
The svn tag has no summary.
72 questions
0 votes
1 answer
104 views
cURL request to plugin repository fails 403
I am trying to update a file in my plugin by getting the original contents from the wordpress repository via cURL The URL is of the format https://plugins.svn.wordpress.org/(plugin)/trunk/includes/...
0 votes
1 answer
48 views
Submitting a block to the .org repo: do I submit compiled code, or source code? [closed]
I plan on submitting a Gutenberg block to the repo. What am I supposed to submit? Only the compiled code is distributed. Based on how the SVN repo works, it seams I should NOT be submitting the source ...
0 votes
1 answer
114 views
A server-side hook failed when committing plugin code to SVN
We're trying to commit and push our initial release to the SVN repository assigned to us by the wordpress team. However when committing the code we're getting an error (probably because of the PHP8 ...
1 vote
1 answer
153 views
How to remove images from my plugin page in WP Directory?
I can't understand why, but I can't rid of old (unnecessary) screenshots of my plugin in WP Directory. I've removed assets folder from each version in tags, removed assets folder from trunk, made ...
0 votes
2 answers
579 views
WordPress SVN UTF-8 issue
I tried to commit the changes to the “Filenames to latin” plugin and got the SVN error. The error message: Error: Commit failed (details follow): Error: Commit blocked by pre-commit hook (exit ...
2 votes
5 answers
381 views
What is the usual process of saving changes made at the CMS level into source control?
I have a DEV environment setup with wordpress installed, where I have a wordpress developer working every day. I don't feel comfortable every time he changes something in the environment because there'...
1 vote
0 answers
77 views
Using SVN to upload plugin created with gutenberg blocks
I created a plugin using Gutenberg blocks. I have a node_module folder because its using dependencies like Wordpress components. The plugin folder size is about 100 Mo. I tried to use SVN to commit ...
-1 votes
1 answer
51 views
SVN precommit and nullable return types [closed]
When committing my plugin to the repo, I'm getting an error that looks like this: Commit blocked by pre-commit hook (exit code 1) with output: *********************************** PHP error in: ...
2 votes
2 answers
965 views
Banner not visible after plugin publishing
I published a first small plugin on wordpress.org. I tried to follow all steps but the banner does not appear. I named my banner like this : banner-772×250.jpg I commit with svn on the assets folder ...
0 votes
1 answer
7k views
Tortoise SVN showing 'Access to '/!svn/me'' forbidden error.
I recently want to commit a change to my WordPress plugin repo but it has been showing 'Access to '/!svn/me' forbidden' error whenever I wanted to commit any changes. Some articles have adviced me to ...
3 votes
2 answers
98 views
What CSS minifier does WP core use?
I did not see the minifier among the tools in https://code.trac.wordpress.org/browser/ . Is it in the repo somewhere? Or, what is it? (Note this question has been asked previously on Stack Exchange ...
7 votes
1 answer
446 views
Are there procedures to prevent malicious plugin updates?
This is a random thought I've had today. Here's the scenario: I've got a plugin on the WordPress store with 100+ active installs. I recently updated the plugin and pushed the changes to the WordPress ...
-2 votes
1 answer
62 views
Problems in updating a self-developed plugin
I have problems in publishing the new version of a plugin I published first 5 months ago. Here is what I have done: Developed the new functionality, tested all locally (by uploading the generated zip ...
0 votes
0 answers
287 views
Updating a WP Plugin SVN not showing on Wordpress Website or Zip
Thanks in advance for any help given, I have been happily developing a plugin over the past while and have recently released the first public versions on the WP site. I have however encountered a ...
1 vote
1 answer
185 views
How to show active version on wordpress.org of a published plugin?
I have published a plugin, first time, on wordpress.org. The problem I have is that it doesn't show the stats of active version and only option for download is a Development Version. My svn structure ...