1 1/15/85 forum_find_v1.ec
2
3 Syntax: ec ffv1 SUBTREE_ROOT RESULT_DIR
4
5
6 Function: Searches a subtree in the hierarchy for version 1 forum
7 meetings and for directories which contain links to version 1 meetings.
8
9
10 Arguments:
11 SUBTREE_ROOT
12 Specifies the root of the portion of the hierarchy to be searched.
13 RESULT_DIR
14 Specifies the directory where the resulting files will be placed.
15 See "Notes" for a description of the output of this exec_com.
16 If this argument is not specified, the files are placed in the
17 working dir.
18
19
20 Notes:
21 This exec_com uses the walk_subtree command to traverse the hierarchy
22 subtree. It produces the following five output files:
23
24 MEETINGS: This is a list of all version 1 meetings found in the
25 subtree.
26
27 LINKS: This is a list of all of the directories containing links to
28 version 1 meetings found in the subtree.
29
30 MEETING_ERRORS: This is a list of errors encountered while examining a
31 segment to see if it is a version 1 meeting. This should be a short
32 file.
33
34 LINK_ERRORS: This is a list of errors encountered while examining
35 links to see if they point to version 1 meetings. Examples include
36 circular links.
37
38 ERRORS: This is a list of other errors encountered. This consists
39 mostly of incorrect access to directories.