• Resolved Ron Fredericks

    (@ronf)


    I have added a few png image files within my “trunk” subdirectory. After checking in the new version of my plugin, I still see that this subdirectory under trunk shows an (!) exclamation mark. The PHP code was updated my the darn jpg images are not getting updated.

    The missing files are located here: trunk/phpmathpublisher/doc/img
    The img directory shows a green checkmark with all required png images, but the new png image files added for this release are not moving to the www.remarpro.com plugin site.

    The web page with the missing images is shown here: https://www.biophysicslab.com/wp-content/plugins/wpmathpub/phpmathpublisher/doc/help.html

    Any ideas how to get the exclamation point out of the subdirectory and to get the handful of extra png files to move to the WordPress site during checkin?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Ron Fredericks

    (@ronf)

    I found the solution…

    svn add {many subdirectories one by one}/*
    svn delete {various obsolete files and directories}

    Then proceed with svn ci, and svn trunk tags/{your tag}

    Not too pretty as I am new to svn. But all is well after this.
    The problem is that the basic instructions don’t really address a mature plugin – that’s ok – its on me to learn

    Problem solved

Viewing 1 replies (of 1 total)
  • The topic ‘SVN not updating all files under trunk for my plugin’ is closed to new replies.