[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Subversion 1.8.8 externals error

From: Sen Haerens <sen_at_senhaerens.be>
Date: Fri, 4 Apr 2014 23:55:54 +0200

Hi,

Subversion 1.8.8 returns an error when checking out or updating a working
copy with the following externals.

$ svn proplist -v
Properties on '.':
  svn:externals
    https://github.com/SenH/sinatra-formkeeper/trunk/lib/sinatra lib/sinatra
    https://github.com/SenH/formkeeper/trunk/lib/ lib/formkeeper

  svn:ignore
    .bundle
    Gemfile.lock

$ svn up

Fetching external item into 'lib/sinatra':
External at revision 45.

Fetching external item into 'lib/formkeeper':
External at revision 37.

Removed external 'lib': '/var/www/thais-sander/thais-sander.be/lib' is
already locked via '/var/www/thais-sander/thais-sander.be'.
svn: warning: W200000: Error handling externals definition for 'lib':
svn: warning: W155004: '/var/www/thais-sander/thais-sander.be/lib' is
already locked via '/var/www/thais-sander/thais-sander.be'.
Updated to revision 122.
svn: E205011: Failure occurred processing one or more externals definitions

The working copy doesn't have the 'lib' folder but according to the book:
"The relative target subdirectories of externals definitions must not
already exist on your or other users' systems
Subversion will create them when it checks out the external working copy."

This has always worked in 1.6.17.
Any pointers?
Received on 2014-04-04 23:57:43 CEST

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.