Perforce scripts to fill in features lacking from client or command line.
Go to file
unknown d5dc8155f5 Fixed up path limitation issue with p4. 2015-06-08 14:50:07 -06:00
.gitignore Fixed up path limitation issue with p4. 2015-06-08 14:50:07 -06:00
README.md Split scripts up for now, may add all in one scripts later. Added 2015-02-18 15:09:57 -07:00
p4Helper.py Fixed up path limitation issue with p4. 2015-06-08 14:50:07 -06:00
p4RemoveUnversioned.py Fixed scripts up, improved logging so console has a waking thread now. 2015-05-13 12:06:54 -06:00
p4Sync.py Fixed up path limitation issue with p4. 2015-06-08 14:50:07 -06:00
p4SyncMissingFiles.py Fixed up path limitation issue with p4. 2015-06-08 14:50:07 -06:00

README.md

p4Tools

Removes unversioned files from perforce repository. Script is in beta, works well, but still going through continued testing. There are a few stats at the end, will be putting in more, like number of files/directories checked, so you have an idea how much work was required.

Concerning benchmarks: I used to have a HDD, now a SSD. So I can't provide valid comparisons to the old numbers until I do them on a computer with a HDD. That said, this single worker implementation runs faster than the old multi-threaded version. Can't wait to further update it, will only continue to get faster.

This script does parse .p4ignore ignore files, compiles the fields as regex, and scans every directory and file against the local and parent .p4ignore files. This is my first time doing something like this, and I just realized this isn't actually correct; I need to update how things are ignored to follow the spec, since it's not straight up regex. I need to re-add this to the newer script.

Files are currently permanently deleted, so use this at your own risk.