Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sun Apr 27, 2014 8:24 pm 
Offline
Junior Member
User avatar

Joined: Wed Feb 16, 2011 1:04 am
Posts: 24
Hello

I'd like to be able to enable automatic wordpress updates. The wordpress feature will not work if subversion is enabled or even installed on the server (my understanding of it).
So I'm wondering how do I now disable /uninstall subversion? I installed it on my server previously in order to make updating wordpress easier.

Thank you!


Top
   
PostPosted: Thu May 01, 2014 5:51 am 
Offline
Junior Member

Joined: Fri Nov 01, 2013 8:16 am
Posts: 21
Website: http://purbeckpixels.com
Location: England
I've not come across this issue before. I have Subversion installed on my Linode and use WordPress's built-in automatic updates for security releases, everything works fine.

I use Subversion to add new WordPress installs because it's quick, but don't use it after that. Because of this I remove all the .svn folders immediately after installing WordPress - maybe this is your problem, the existence of .svn folders in the default WordPress folders?

If so, to remove them, cd to the root of your WordPress install and type this command:

Code:
find . -name .svn -print0 | xargs -0 rm -rf


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group