Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
unified workspace and cbp under Windows for different wxWidgets versions
gd_on:
--- Quote ---So, the way it to "remove" the FortanProject plugin's cbp file from the svn trunk?
--- End quote ---
Probably, but add the cbp to the original repos and restore the link to this repository.
Miguel Gimenez:
I have just added FortranProject_cbsvn_Windows.cbp to the FortranProject repository, please remove the folder and the CBP from the C::B repository so they do not clash (i.e., revert this)
--- Code: ---add /trunk/src/plugins/contrib/FortranProject
add /trunk/src/plugins/contrib/FortranProject/FortranProject_cbsvn_Windows.cbp
--- End code ---
Pecan:
What can I do about this error?
Miguel Gimenez:
You can revert the change by ollydbg indicated in my previous message: Change to the plugins/contrib folder and run
--- Code: ---svn delete FortranProject
svn commit
--- End code ---
Pecan:
--- Quote from: Pecan on March 01, 2026, 07:42:30 pm ---What can I do about this error?
--- End quote ---
Neither TortoiseSVN nor svn will let me do that.
--- Code: ---PS F:\usr\Proj\cbDevel328WrkCC> cd .\trunk\
PS F:\usr\Proj\cbDevel328WrkCC\trunk> svn delete FortranProject
svn: E200005: Use --force to override this restriction (local modifications may be lost)
svn: E200005: 'F:\usr\Proj\cbDevel328WrkCC\trunk\FortranProject' is not under version control
PS F:\usr\Proj\cbDevel328WrkCC\trunk>
--- End code ---
And a clean update gets the error.
--- Code: ---PS F:\usr\Proj\cbDevel328WrkCC\trunk> svn update
Updating '.':
Fetching external item into 'src\plugins\contrib\FortranProject':
svn: warning: W155035: The external 'https://svn.code.sf.net/p/fortranproject/code/trunk' defined in svn:externals at 'F:\usr\Proj\cbDevel328WrkCC\trunk\src\plugins\contrib' cannot be checked out because 'F:\usr\Proj\cbDevel328WrkCC\trunk\src\plugins\contrib\FortranProject' is already a versioned path.
At revision 13804.
svn: E205011: Failure occurred processing one or more externals definitions
PS F:\usr\Proj\cbDevel328WrkCC\trunk>
--- End code ---
Even using --force does not work.
--- Code: ---PS F:\usr\Proj\cbDevel328WrkCC\trunk> svn delete FortranProject --force
svn: E125001: 'F:\usr\Proj\cbDevel328WrkCC\trunk\FortranProject' does not exist
PS F:\usr\Proj\cbDevel328WrkCC\trunk> svn update
Updating '.':
Fetching external item into 'src\plugins\contrib\FortranProject':
svn: warning: W155035: The external 'https://svn.code.sf.net/p/fortranproject/code/trunk' defined in svn:externals at 'F:\usr\Proj\cbDevel328WrkCC\trunk\src\plugins\contrib' cannot be checked out because 'F:\usr\Proj\cbDevel328WrkCC\trunk\src\plugins\contrib\FortranProject' is already a versioned path.
At revision 13804.
svn: E205011: Failure occurred processing one or more externals definitions
PS F:\usr\Proj\cbDevel328WrkCC\trunk>
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version