[Documentation] [TitleIndex] [WordIndex

The graveyard is where code goes which is not maintained anymore but has information or code which may want to be recovered in the future.

Deletion Policies

How to move to the graveyard

the graveyard is next to trunk at the root of the repository. For example to graveyard the package foo in the wg-ros-pkg repository, the invocation would be as follows:

svn mv https://code.ros.org/svn/wg-ros-pkg/trunk/foo https://code.ros.org/svn/wg-ros-pkg/graveyard

The easiest way to get the url for the package. Is to do roscd foo && svn info.


2024-04-20 12:15