1 1/20/85 convert_meetings.ec
2
3 Syntax: ec convert_meetings MEETING_LIST RESULT_DIR
4
5
6 Function: Converts a group of version 1 meetings to version 2 and deletes
7 the version 1 meetings. The conversion is done is such a way that it
8 succeeds even if the v1 and v2 meetings cannot coexist because of
9 insufficient quota.
10
11
12 Arguments:
13 MEETING_LIST
14 Specifies the name off a file containing pathnames of version 1
15 Forum meetings. This should be a file created by the forum_find_v1
16 exec_com.
17 RESULT_DIR
18 Specifies the directory where the resulting files will be placed.
19 See "Notes" for a description of the output of this exec_com.
20 If this argument is not specified, the files are placed in the
21 working dir.
22
23
24 Access Required:
25 This exec_com requires access to the hphcs_ and forum_admin_ gates.
26
27
28 Notes:
29 The following output file is created:
30
31 CONVERT_ERRORS: This is a list of any errors encountered. Each message
32 in this file is associated with the pathname off the meeting which was
33 being converted.