Tuesday, July 11, 2006

Delete Unwanted CVS Version

To delete unwanted CVS version, e.g. a version called v3-2-20050105 of project apSuiteConsole, do the following,

1. on CVS server, run

#cd /usr/local/cvsroot
#cvs rtag -R -d v3-2-20050105 apSuiteConsole

2. on Eclipse CVS repository view, configure branches and versions, select the v3-2-20050105, click Remove.

done.

No comments: