RepoFile represents a file at a specific revision,
including support for file deletion.
- filePathNo ID field - file versions identified by filePath within revision context
- isDeleted
- sizeBytes
- fileMode
- revisionRevision!Octal file permissions (e.g., "0644", "0755"), null if default Revision that introduced this file version
- contentRepoFileContentFile content (null if deleted)