Perforce 2005.2 P4 User's Guide | ||
<< Previous Chapter Glossary |
Table of Contents Index Perforce on the Web |
Next Chapter >> Index |
To determine the type of a file under Perforce control, issue the p4 opened or p4 files command. To change the Perforce file type, specify the -t filetype flag. For details about changing file type, refer to the descriptions of p4 add, p4 edit, and p4 reopen in the Perforce Command Reference.
Keyword |
Description |
Comments |
How stored by the Perforce server |
---|---|---|---|
apple |
Macintosh file |
AppleSingle storage of Macintosh data fork, resource fork, file type and file creator. For full details, see the Macintosh platform notes at http://www.perforce.com/perforce/technical.html |
full file, |
binary |
Nontext file |
Synced as binary files in the workspace. Stored compressed within the depot. |
full file, |
resource |
Macintosh resource fork |
(Obsolete) This type is supported for backward compatibility, but the apple file type is recommended. |
full file, |
symlink |
Symbolic link |
UNIX and BeOS client machines treat these files as symbolic links. Non-UNIX client machines treat them as text files. |
delta |
text |
Text file |
Synced as text in the workspace. Line-ending translations are performed automatically. |
delta |
unicode |
Unicode file |
Perforce servers operating in internationalized mode support a Unicode file type. These files are translated into the local character set. For details, see the Internationalization Notes. |
UTF-8 or UTF-16 |
The following table lists the file type modifiers.
Some file types are compressed to gzip format when stored in the depot. The compression occurs when you submit the file, and decompression happens when you sync (copy the file from the server to the workspace). The client workspace always contains the file as it was submitted.
Windows uses timestamps on third-party DLLs for versioning information (both within the development environment and also by the operating system), and the +m modifier enables you to preserve the original timestamps to prevent spurious version mismatches. The +m modifier overrides the client workspace [no]modtime setting (for the files to which it is applied). For details about this setting, refer to"File type modifiers" on page 110.
Perforce 2005.2 P4 User's Guide | ||
<< Previous Chapter Glossary |
Table of Contents Index Perforce on the Web |
Next Chapter >> Index |