Sounds like you're asking about two separate issues here:

1. How to update your WordPress files in your SVN repository

2. How to push changes in your SVN repository to your web server

The two are mostly unconnected. For the second issue, the simple
solution would be to just use SSH to connect to your web server and
manually copy over all the files (or all the changed files).
Alternately, you could set up a post-commit hook in your SVN
repository to automatically copy changed files to your web server
whenever a change is committed. That's a bit more complicated to set
up.

Updating a large software package like WordPress is always kind of a
pain if you actually have those files under version control. I would
say the best solution is to actually use WordPress as an SVN external.
There's a tutorial about that here:
http://josephscott.org/archives/2009/02/installing-wordpress-as-a-subversion-checkout-or-external-in-a-subdirectory/

Hope that helps,
-Gabriel


On Dec 9, 2:58 am, markmapstone <chilledheatm...@gmail.com> wrote:
> sorry guys, there's always one isn't there....
>
> i've just got versions installed to be able to update my website,
> after my developer advised I drop ftp and use svn and ssh. Great
> advice, bad training. I'm now flapping about trying to figure how to
> upgrade my wordpress to 3.0.3 (you wait years for a WP upgrade, then 2
> happen at once)... anyways...
>
> Don't ask me to svn via the terminal, I've already b0rked that on
> Dreamhosts advice to download tortoise (don't do it people).. so I'm
> now running Versions, checking out and committing happily. However my
> Developer (who isn't available to help) set up all the folders
> (repositories?) for me.
>
> I understand that I have to grab the new core files from wordpress,
> but how I set that up to commit to my server isn't clear... and as you
> can guess I really don't want to screw that up.
>
> Any help, steering towards links to read etc, I'd be grateful for.
>
> thanks - mark

-- 
You received this message because you are subscribed to the Google Groups 
"Versions" group.
To post to this group, send email to versi...@googlegroups.com.
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en.

Reply via email to