Use svn-ready
to tag the current project of working directory to "ready". The working dircetory has to be under version control. The "ready" tag means, that the latest checked in version of the project is now marked to be included in the buildprocess.
Example:
The current working directory may be ~/workspace/ip
and must be under version control e.g of the project pro/ip
. Then
$ svn-ready
tags the latest committed version of the project to "ready" (svn-ci).