• Hi!

    I am running a wordpress site that was setup for me in a linux site using svn.

    I added a theme to the theme folder, verified that it is in the theme directory through subversion but the theme is not showing up in the wp admin page: /blog/wp-admin/themes.php

    What’s the deal? I don’t have to update the MySQL database for themes to show up do I?

    https://www.zambaleta.org/blog

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi shalzers,

    Although I use SVN in a local environment, I’ve never used it on a remote server therefore I’m not sure of any possible nuances. Perhaps someone more knowledgeable can pipe in.

    In the meantime, check to make you haven’t nested the theme folder. It should be,

    /wp-content/themes/your-theme

    as opposed to

    /wp-content/themes/your-theme/your-theme

    No the database has nothing to do with themes.

    What kind of subversion server are you using? Even though you added the theme to your directory, did you remember to commit the theme? Did you deploy the theme to your WordPress install?

    Hopefully you meant your wp-content folder and not your wp-admin folder. Themes belong in the wp-content directory.

    Thread Starter shalzers

    (@shalzers)

    Thanks everyone, my updates weren’t deployed yet. Having a laugh as the engineers tell me I have to tell them every time I need to make changes to the MySQL database.

    So it’s all good now.

    I am using Subversion 1.5.1 (r32289) I am not sure about the server. The engineers set it up in Linux I think.

    Is anybody using wordpress with svn. Is this practical? I can’t even imagine having to get another blogger up to speed on how to use svn.

    ~Ss

    WordPress works great with svn. I usually develop my sites locally then deploy those changes though svn instead of through regular ftp. It’s also compatible with the automatic upgrades.

    Thread Starter shalzers

    (@shalzers)

    Hmmmm… Compatable with automatic upgrades? Gonna have to beg to differ on that one with ya.

    https://img.skitch.com/20100329-erfc7c1ccgyigif1s1j5381g7.jpg

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘SVN & WordPress Themes’ is closed to new replies.