Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: ABerglund on March 27, 2010, 01:30:00 PM

Title: "plugins locked" during svn up in 3432
Post by: ABerglund on March 27, 2010, 01:30:00 PM
I have a development server running the latest svn for testing, which I update daily. The past couple of days I get a warning during the update:

Code: [Select]
# svn up

Fetching external item into 'plugins'
svn: warning: Working copy 'plugins' locked

At revision 3432.


Any ideas? Is this something I did, or is it something in the repo?
Title: "plugins locked" during svn up in 3432
Post by: JohnDoh on March 27, 2010, 02:35:55 PM
thats probably related to this RoundCube Mailing Lists (http://lists.roundcube.net/mail-archive/dev/2010-03/0000046.html) have you tried deleting your copy and getting a fresh checkout?
Title: "plugins locked" during svn up in 3432
Post by: ABerglund on March 27, 2010, 03:30:35 PM
I'd prefer not to have to do that if I can avoid it, as I have numerous small customizations in my copy. I guess I could diff it and archive the current copy, and then re-apply the diff.

As an svn tyro, can anyone suggest any other options or things I can do to straighten it back out?
Title: "plugins locked" during svn up in 3432
Post by: ABerglund on March 29, 2010, 06:11:49 PM
Figured out how to query the repo for the plugins separately.