Can't svn update after installing plugin - "permission denied"
I installed the plugin into my development copy, then committed to our SVN repository, and finally svn-up'd our staging and production environments. Everything's working fine with the plugin, but when I go to do another svn update on staging I get an error "svn: Can't open file 'vendor/plugins/newrelic_rpm/.svn/lock': Permission denied" Any idea what I need to do to get around this?
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?This sounds like a subversion problem, or some local permissions problem. I can't think of anything about the script/plugin commands that would cause this.
Did you try svn cleanup? -
Inappropriate?Bill -thanks for the reply. It was indeed a unix permissions error. I had previously updated the project while logged in as root, so when I went to update again while logged in as a different user all of the new plugin files were owned by root and I couldn't override them, specifically the svn meta files.
I’m dopey
Loading Profile...



EMPLOYEE