ListTheTree.1 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. .\" $XConsortium: ListTheTree.1 /main/3 1995/10/30 14:04:20 rswiston $
  2. .TH ListTheTree 1 "" "" HP-UX
  3. .ds )H Hewlett-Packard Company OSSD-CV
  4. .ds ]W July 1993
  5. .SH NAME
  6. ListTheTree \- OSSD-CV tree and lock listing script
  7. .SH SYNOPSIS
  8. .B ListTheTree
  9. .I <directory>
  10. DIRECTORY MUST BEGIN with "/"
  11. .SH DESCRIPTION
  12. .I ListTheTree
  13. is a perl script that creates three files in
  14. .IR directory :
  15. .IR :TreeListing ,
  16. .IR :TreeListing.locks ,
  17. and
  18. .IR :TreeListing.changes .
  19. .I :TreeListing
  20. contains a complete recursive listing of all of the files in
  21. .IR directory .
  22. .I :TreeListing.locks
  23. contains a complete recursive listing of all of the files in
  24. .IR directory
  25. that are locked in RCS, and the name of the locker.
  26. .I :TreeListing.changes
  27. contains a complete listing of all of the files that have been
  28. checked in since the last listing and who checked them in.
  29. .SH SEE ALSO
  30. master_build(1),
  31. buildAdmin(5).
  32. .SH AUTHOR
  33. .I ListTheTree
  34. was originally developed by Jim Andreas, OSSD-CV, Hewlett Packard.
  35. It was modified extensively and converted to a perl script by
  36. Marc Ayotte, OSSD-CV, Hewlett Packard.