126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
|
space and newline, no other whitespace characters are allowed in
the check-in comment. Nor are any unprintable characters allowed
in the comment.
A manifest must have exactly one D-card. The sole argument to
the D-card is a date-time stamp in the ISO8601 format. The
date and time should be in coordinated universal time (UTC).
The format is:
<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>
A manifest has zero or more F-cards. Each F-card identifies a file
that is part of the check-in. There are one, 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
|
|
|
>
|
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
|
space and newline, no other whitespace characters are allowed in
the check-in comment. Nor are any unprintable characters allowed
in the comment.
A manifest must have exactly one D-card. The sole argument to
the D-card is a date-time stamp in the ISO8601 format. The
date and time should be in coordinated universal time (UTC).
The format one of:
<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><br>
<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><b>.</b><i>SSS</i>
</blockquote>
A manifest has zero or more F-cards. Each F-card identifies a file
that is part of the check-in. There are one, 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
|