137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
|
<blockquote>
<i>YYYY</i><b>-</b><i>MM</i><b>-</b><i>DD</i><b>T</b><i>HH</i><b>:</b><i>MM</i><b>:</b><i>SS</i>
</blockquote>
<p>
A manifest has zero or more F-cards. Each F-card defines a file
(other than the manifest itself) which is part of the check-in that
the manifest defines. There are two, three, or three arguments.
The first argument
is the pathname of the file in the check-in relative to the root
of the project file hierarchy. No ".." or "." directories are allowed
within the filename. Space characters are escaped as in C-card
comment text. Backslash characters and newlines are not allowed
within filenames. The directory separator character is a forward
slash (ASCII 0x2F). The second argument to the F-card is the
|
|
|
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
|
<blockquote>
<i>YYYY</i><b>-</b><i>MM</i><b>-</b><i>DD</i><b>T</b><i>HH</i><b>:</b><i>MM</i><b>:</b><i>SS</i>
</blockquote>
<p>
A manifest has zero or more F-cards. Each F-card defines a file
(other than the manifest itself) which is part of the check-in that
the manifest defines. There are two, three, or four arguments.
The first argument
is the pathname of the file in the check-in relative to the root
of the project file hierarchy. No ".." or "." directories are allowed
within the filename. Space characters are escaped as in C-card
comment text. Backslash characters and newlines are not allowed
within filenames. The directory separator character is a forward
slash (ASCII 0x2F). The second argument to the F-card is the
|