Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | One more tweak to fileformat.wiki |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
731eb8978754825e841243bdf7a23da2 |
| User & Date: | andygoth 2016-09-27 17:23:13.535 |
Context
|
2016-09-27
| ||
| 17:47 | Correct "From" URL in check-in MLINK table check-in: 24a0667e78 user: andygoth tags: trunk | |
| 17:23 | One more tweak to fileformat.wiki check-in: 731eb89787 user: andygoth tags: trunk | |
| 17:19 | Fix a couple tiny editorial inconsistencies in fileformat.wiki check-in: 9c2116a02b user: andygoth tags: trunk | |
Changes
Changes to www/fileformat.wiki.
| ︙ | ︙ | |||
244 245 246 247 248 249 250 | A cluster is an artifact that declares the existence of other artifacts. Clusters are used during repository synchronization to help reduce network traffic. As such, clusters are an optimization and may be removed from a repository without loss or damage to the underlying project code. Clusters follow a syntax that is very similar to manifests. | | | 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 | A cluster is an artifact that declares the existence of other artifacts. Clusters are used during repository synchronization to help reduce network traffic. As such, clusters are an optimization and may be removed from a repository without loss or damage to the underlying project code. Clusters follow a syntax that is very similar to manifests. A cluster is a line-oriented text file. Newline characters (ASCII 0x0a) separate the artifact into cards. Each card begins with a single character "card type". Zero or more arguments may follow the card type. All arguments are separated from each other and from the card-type character by a single space character. There is no surplus white space between arguments and no leading or trailing whitespace except for the newline character that acts as the card separator. |
| ︙ | ︙ |