WP upgrade for a site already using Subversion?
-
Hi folks.
My website consists of a WP blog and a bunch of static HTML pages. (The static pages are not WP “pages”.) For a year I have happily used Subversion to manage the whole site, so I can track versions of my static pages and my WP themes. This means that my whole site — WP and all — is in one big repository. So far, so good.
Now I want to upgrade WP to the latest version. But how? I can’t simply checkout the latest version into my site with
svn
(per the Codex) because all my files are already undersvn
control in another repository (mine). And I can’t just unzip the new WP files into my working copy, because that risks either obliterating my.svn
folders, thereby ruining my working copy, OR creating new directories that aren’t properly created under.svn
control. Harrumph.So… Is there a nifty way to use
svn
to manage both my own site and any future WP upgrades? It should be so easy, but I just can’t figure it out.Thanks!
- The topic ‘WP upgrade for a site already using Subversion?’ is closed to new replies.