1

Is there a command to simply purge all files including external files on a workspace, instead of creating a list of all files using accurev stat command and dealing with each kind separately.

H.D.
  • 455
  • 5
  • 19

1 Answers1

0

External files are not purged, you delete them.

Otherwise, you need to run the stat command to generate the list of elements you want purged.

jstanley
  • 2,087
  • 15
  • 22