-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
18 lines (14 loc) · 714 Bytes
/
README
File metadata and controls
18 lines (14 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Perforce scripts
p4stream.py
Dump stream utilization (and optionally dump client population per stream)
p4top.py
Much like unix/linux 'top': uses the monitor table to report server activity
p4type.py
Dumps audits of the file type that various files are stored as and can migrate those files to a differen type (preserving attributes)
p4workspace.py
Reports how the local file system state differs in comparison to the repository state on the server-side
* Reports files that are missing from your computer
* Reports files open for edit
* Reports files open for add
* Reports files unknown to the server (extra files, and in consideration to #have...)
* Has routines to clean up the state of local the workspace