
October 5, 2008, at 4:51 pm |
SVN for Wordpress and its plugins
Go to the root of your webserver and type
1
| svn co http://svn.automattic.com/wordpress/trunk/ . |
You need to have svn installed – if not yet done the following command should do this for you.
1
| aptitude install subversion |
If you want to update your Wordpress plugins remotely through your linux server, you have to install them through SVN. Go to your plugin-in folder (ususally: ../wp-content/plugins/) and type
1
| svn propedit svn:externals . |
(Please note that the period at the end is important).
Your editor of choice should now open and you have to integrate your wished plugins. Find below one example:
1
2
3
4
5
6
7
8
9
| akismet http://plugins.svn.wordpress.org/akismet/trunk/
flickr-slideshow-wrapper http://plugins.svn.wordpress.org/flickr-slideshow-wrapper/trunk
sociable http://plugins.svn.wordpress.org/sociable/trunk/
google_sm http://plugins.svn.wordpress.org/google-sitemap-generator/trunk/
lightbox-2 http://plugins.svn.wordpress.org/lightbox-2/trunk/
wp-security-scan http://plugins.svn.wordpress.org/wp-security-scan/trunk/
snapshot http://plugins.svn.wordpress.org/snap-shots-for-wordpressorg/trunk/
syntaxhighlighter-plus http://plugins.svn.wordpress.org/syntaxhighlighter-plus/trunk/
twitter-tools http://plugins.svn.wordpress.org/twitter-tools/trunk/ |
Please not that I’m using here the ‘trunk’-version, which are the latest development and might contain bugs. You can alternatively specify /tags/XYZ/ – XYZ being the release version you want to install.
After having saved your new entry you have to go back to your root folder (e.g. by cd ../..) and then please type:
The system will now download the latest version(s) and you only have to (re-)activate your plugins within Wordpress.
A regular updating with ’svn up’ will keep your plugins updated.
Related Posts - Sharepoint - Edit in datasheet view doesn't work Obviously sometimes the datasheet view is not working for clients using Microsoft Sharepoint Server. The reasons are multiple, depending on the Office product and release. Symptoms differ from does just not work to the following error message: "The list cannot be displayed in Datasheet view for one or more of......
- ExpressionEngine One Of The Best CMS Systems Finally I achieved to move my whole blog to expressionengine.com technology. I bought the full license already a couple of years ago, tried in a sandbox and have to say that I always gave up after a couple of hours as you do need some leisure time to understand the......
- Installing Debian Etch on rootserver The following document describes how to install debian etch server on a dedicated 1&1 AMD 64-bit server. Install minimal Debian Etch installation via 1&1 fronted. As no SSH control is yet installed, you have to connect via your terminal (e.g. putty, or Mac OS terminal). The string should look somehow......
- Backup Of Joomla, Drupal, EE, Wordpress, etc. It doesn't matter what you're running as CMS, forum or blog. Most software solutions are based on an Apache2 Server and a mySQL database. But only a few people are aware of appropriate backup solutions. I hope below script will help people, who are not yet familar with rootserver, and......
- How to open .7z files on a mac (SevenZip) 7z is a compressed archive file format that supports several different data compression, encryption and pre-processing filters. The 7z format initially appeared as implemented as a Windows solution. Both the 7-Zip program and a library to read the 7z file format are publicly available under the terms of the GNU......
Related Websites - Alternate Recent Posts Widget I've been fooling around with WordPress a lot lately, trying to get GeekLad.com configured just how I like it. Most recently I added a Recent Posts widget. The default Recent Posts widget displays links to all of your most recent posts. If you are already displaying your most recent posts......
- Installing a WordPress Blog If you want to install WordPress on your own server, the first step is to download the necessary files from the website at WordPress.org download. Next, you will use an FTP program to upload the files to your host site. If you use Cpanel, you can use Fantastico in order......
- Download Windows Server 2008 & Vista SP2 Microsoft released Windows Server 2008 and Windows Vista: Service Pack 2 on 26th May. I earlier had Windows Vista Ultimate: Service Pack 1 on my Dell Lappy. I upgraded it to SP2. Here are some screenshots: Before installing, here are few things you need to know: Prerequisites If you have......
- Precautions before you upgrade to wordpress 2.8 !! How to roll back to wordpress 2.7.1 if 2.8 fails? I am running this blog on wordpress 2.7.1 and looking forward to upgrade it to 2.8 and just posted a post about 2.8 sometime back. So before upgrading my blog to the new version, just out of curiosity and went......
- Finding the Best WordPress Plugins for your Blog WordPress originally saw the light of day in 2003, and is now being used on thousands of different websites in countries all over the world. WordPress is designed to be a simple open source blogging tool that can be taken advantage of in two different ways: You can either take......
[...] Besides those obvious awesomenesses, svn has a few other perks for doing wordpress development in particular. One of the neatest ones is that you can specify external repositories for SVN to pull code from, on a directory-level basis! So, in this case, to install and keep up-to-date my massive list of plugins, all I have to do it first type: svn propedit svn:externals /path/to/plugin-dir, then add a line for each plugin, save and type svn up /path/to/plugin-dir. SVN will then go out and check if it needs to pull anything (or not if there have been no changes to the remote repositories). Read more about integrating wordpress and svn here. [...]
[...] SVN for Wordpress and its plugins ramgad com Posted by root 38 minutes ago (http://www.ramgad.com) Oct 5 2008 powered by google translate 1 comment to svn for wordpress and its plugins the pictures from the dogschools are either taken Discuss | Bury | News | SVN for Wordpress and its plugins ramgad com [...]