• I uploaded new plugin version but in main plugin folder somehow exists trunk folder with previous version. How I can delete trunk folder ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • @wsjrcatarri

    I think you have not familiar with plugin structure in wordpress.org

    Refer documentation to get knowledge about trunk folder.

    https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/

    Thanks

    Thread Starter wsjrcatarri

    (@wsjrcatarri)

    I think I made by documentaion. I wanted to update to new version but svn cp trunk tags/1.1 not worked for me, so I svn add tags/* to add versions to tags, then svn cp trunk tags/1.1 and svn ci -m “tagging version 1.1”. But question was how to delete folder from SVN and not how to work with SVN. Now when I download my plugin from https://wordpress.org/plugins/ inside I have trunk folder and I need to remove this folder, I dont have this folder in local directory.

    Thread Starter wsjrcatarri

    (@wsjrcatarri)

    In documentation example
    $ svn cp trunk tags/1.1
    A tags\1.1

    But I have:
    $ svn cp trunk tags/1.1
    A tags\1.1\trunk
    And here where this folder was created, then I see this:

    Adding         tags\1.1\templates\pizza\components.php
    Adding         tags\1.1\templates\pizza\layers.php
    Adding         tags\1.1\templates\pizza\sides.php
    Adding         tags\1.1\trunk
    Replacing      tags\1.1\trunk\assets\css\admin.css
    Replacing      tags\1.1\trunk\assets\css\adminPizza.css
    Replacing      tags\1.1\trunk\assets\css\main.css
    Replacing      tags\1.1\trunk\assets\js\adminPizza.js

    where this trunk folder added to svn

    • This reply was modified 1 year, 9 months ago by wsjrcatarri.
    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    The best place for plugins help is the Slack #pluginreview channel.

    To use that channel you need a Slack account. You can obtain one via these instructions.

    https://make.wordpress.org/chat/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘delete folder from SVN’ is closed to new replies.