0

We have the need to remove a file from Accurev existence. We have defuncted the file, but versions of the file can still be viewed which enables a user to re-create the code found in the file.

Is there a way to delete a file from the Accurev database, or at least remove the contents from being visible from all versions of a specific file?

Thanks in advance!

user3633543
  • 3
  • 1
  • 2

1 Answers1

2

Look at the command 'accurev archive'.

This will remove the data containers which will prevent someone from viewing the file.

jstanley
  • 2,087
  • 15
  • 22
  • This worked perfectly. I found the reference to the command using your post here: http://www.accurev.com/download/docs/4.7.4b_books/AccuRev_4_7_Admin.pdf From there we used the accurev archive command, followed by the accurev reclaim command. This completely removes the file from anybody retrieving the contents as well as unarchiving the file. – user3633543 May 13 '14 at 19:09