Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

wso2 svn update - E205011: Failure occurred processing one or more externals definitions

Tags:

svn

wso2

I am trying to svn update the 4.0.0 platform branch, but repeatedly hit the error:

E205011: Failure occurred processing one or more externals definitions

My svn info output:

C:\wso2\src\wso2carbon_platform_branch_400>svn info
Path: .
Working Copy Root Path: /cygdrive/c/wso2/src/wso2carbon_platform_branch_400
URL: https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.0.0
Relative URL: ^/carbon/platform/branches/4.0.0
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 176686
Node Kind: directory
Schedule: normal
Last Changed Author: [email protected]
Last Changed Rev: 176658
Last Changed Date: 2013-06-28 19:28:29 +0100 (Fri, 28 Jun 2013)

Any ideas?

like image 624
Chris Snow Avatar asked Jun 29 '13 14:06

Chris Snow


1 Answers

To solve this, I deleted the old checked out branch and checked it out again. This time, no problem.

like image 138
Chris Snow Avatar answered Sep 27 '22 23:09

Chris Snow