Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Modeling Project Releng/Maintenance/SearchCVS
If you use the Search CVS to validate your plugins' and features' versions, you need to ensure that the database is current.
ssh modelingBuild@build.eclipse.org cd /opt/public/modeling/searchcvs/cvssrc_branches for f in $(find . -maxdepth 1 -type d -name "*R2_4_maintenance"); do \ cd $f; cvs -q up -Pd 2>/dev/null; cd ..; \ done
Once updated, you can re-run the web API for the version audit check to see if there are any additional problems:
See also Plugin Version Auditing - CVS checkouts.