Re: How to use subversion in Ubuntu server using Wordpress for CMS
From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Tue, 24 Mar 2009 00:42:04 -0500
On Mar 23, 2009, at 20:25, Maruf Khan wrote:
> We have already installed Wordpress for our non-profit org.
If you would like to start using Subversion to update your Wordpress
First, what version of Wordpress did you already install? Find its
http://svn.automattic.com/wordpress/tags/
For example, if you installed Wordpress 2.6, then the tag directory is:
http://svn.automattic.com/wordpress/tags/2.6/
Now, go into the directory where the Wordpress 2.6 source code is
cd /path/to/wordpress
You can tell Subversion to check out into this existing directory.
svn co --force http://svn.automattic.com/wordpress/tags/2.6/ .
Note the very important "." at the end of the command. This means
Your Wordpress installation should now be the same as before, except
Now you need to decide whether you will follow the Wordpress trunk or
http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion
Alternate to my instructions above for converting your existing
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.