Name | Modified | Size |
---|---|---|
.. | ||
IntegHistory.py | about a year ago | 17 KB |
IntegHistoryRebuild.py | 2 months ago | 74 KB |
oldClientsTasksLabels.py | about a month ago | 10 KB |
orphanedMetadataDetection.py | 5 years ago | 6 KB |
README.md | 3 years ago | 607 B |
Change | User | Description | Committed |
---|---|---|---|
31298 | Pascal Soccard | Split parallel checkpoint files are now processed | about a month ago |
31138 | Pascal Soccard | Added an --noverify option to keep the original digests in the metadata | 2 months ago |
30557 | Pascal Soccard | Fixed journal patch close to early for parallel checkpoint | 7 months ago |
30550 | Pascal Soccard | Added support for parallel checkpoint | 7 months ago |
30541 | Pascal Soccard | Add exception in case "p4 verify -v //..." fails It could fail if there is no data about... the parent of a lazy copy. « |
7 months ago |
30499 | Pascal Soccard | The self.p4.run_storage("-r") method could fail if: 'There is... no storage upgrade in progress to restart.' « |
8 months ago |
30249 | Pascal Soccard | Removed an extra comma for the workspace output. | 11 months ago |
30220 | Pascal Soccard | Stream path like "(.*?)" "(.*)" was incorrectly parsed | 12 months ago |
30219 | Pascal Soccard | Reworked previous change that was still not working properly with Python3 | 12 months ago |
30218 | Pascal Soccard | Fixed Python 3 issue only introduced by previous change (change 30185) | 12 months ago |
30185 | Pascal Soccard | Reworked "p4d -V" for Python 2.7 compatibility. | about a year ago |
30180 | Pascal Soccard | Added ditto mapping stream path type | about a year ago |
30179 | Pascal Soccard | Reworked the p4d version detection. Added creation of a .p4version files used by own scri...pts. « |
about a year ago |
30165 | Pascal Soccard |
Reworked how self.p4.user is used Setting P4LOG (-L) for all p4d commands |
about a year ago |
30157 | Pascal Soccard | Restructured how p4 instance is used (connection now in init method). The "p4 verify -v"... is now run as part of the script to update the digest of the dummy server depot files. Customer digest are sill present in file content, so "p4 diff"/"p4 copy" behaviour should not be affected by this change. « |
about a year ago |
30126 | Pascal Soccard | All the backslashes need to be escaped to prevent eval issues when running the IntegHisto...ryRebuild.py script « |
about a year ago |
30088 | Pascal Soccard | Reworked how to escape \n as a user can be set to "ABC\nick" | about a year ago |
30087 | Pascal Soccard | Reverted partially change 25690 as from my latest tests, the & character does not nee...d to be escaped. « |
about a year ago |
30060 | Pascal Soccard | Fixed creation of the branch spec when provided (mappings were reverse) | about a year ago |
29855 | Pascal Soccard | Fixed ParentView parsing | about a year ago |
29854 | Pascal Soccard | Follow up on IntegHistory.py "p4 fstat -Ob" change | about a year ago |
29853 | Pascal Soccard | For server version > 2016.2, use "p4 fstat -Ob" instead of... "p4 fstat -Oc" « |
about a year ago |
29793 | Pascal Soccard | Removed obfuscated mode as it is too difficult to analyse integration issue with obfuscat...ed data. « |
about a year ago |
29777 | Pascal Soccard | Handled better confusion with P4CHARSET when set in P4CONFIG locally | 2 years ago |
29688 | Pascal Soccard | Reworked how multiple files argument is passed to IntegHistory.py | 2 years ago |
29674 | Pascal Soccard | Fixed parsing issue for Ignored paths with spaces in the path | 2 years ago |
29474 | Pascal Soccard | Fixed branch argument for Python 3 (TypeError: can't concat st...r to bytes) « |
2 years ago |
29089 | Pascal Soccard | Fixed bad initialisation of parentview Added inclusive+ in Typ...e of stream path « |
2 years ago |
29060 | Pascal Soccard | Changed error reporting on failed connection like for example "Segmentation fault (core d...umped)" when running corrupted p4d « |
2 years ago |
28978 | Pascal Soccard | Initialisation of Owner and Description for a branch spec as a customer did not have them... set for a branch. When a exception is reported, I now report the traceback for easier debugging. « |
3 years ago |
28877 | Pascal Soccard | Added feature for collecting a branch spec | 3 years ago |
28689 | Pascal Soccard | Added support for "p4 -ztag -zconfigurables info". The -zconfigurables option was introdu...ced with 2021.2 and exposes some configurables without having super privileges. This is useful to get the dm.integ configurables which are not exposed by "p4 -ztag info" like the dm.integ.undo configurable. « |
3 years ago |
28610 | Pascal Soccard | Added experimental quick mode to exclude "into" integration data. In order to collect the... full integration history when using this mode, it is Requires to run "IntegHistory.py -q //source //target « |
3 years ago |
28488 | Pascal Soccard | Fixed obfuscate issues | 3 years ago |
28483 | Pascal Soccard | Perforce user was not added in the protection table | 3 years ago |
28482 | Pascal Soccard | Fixed fstat parsing method; attributes could have more than one - in their name | 3 years ago |
28444 | Pascal Soccard | Undone previous fix and reworked how to deal with change identity | 3 years ago |
28443 | Pascal Soccard | Added CHidentity for changes | 3 years ago |
28361 | Pascal Soccard | Removed reference the p4dstate.sh script which was moved to ftp | 3 years ago |
28347 | Pascal Soccard | Latest version is now available from http://ftp.perforce.com/perforce/tools/p4dstate/ | 3 years ago |
28346 | Pascal Soccard | Latest version is now available from http://ftp.perforce.com/perforce/tools/p4dstate/ | 3 years ago |
28345 | Pascal Soccard | Latest version is now available from http://ftp.perforce.com/perforce/tools/p4dstate/ | 3 years ago |
28115 | Pascal Soccard | Added exception to better report UnicodeDecodeError which requires to run the script with... Python 2 until I found a fix for this issue. « |
3 years ago |
28114 | Pascal Soccard | Fixed wrong flag for "p4 storage" (-r instead of -R) | 3 years ago |
28113 | Pascal Soccard | Removed extra keywords in validation | 3 years ago |
27927 | Pascal Soccard | Fixed a bug for lbrRev which is not necessary 1.X but could be 1.X.Y.Z for files submitte...d with a very old server release. « |
4 years ago |
27904 | Pascal Soccard | Strip newline being added when parsing configurables | 4 years ago |
27889 | Pascal Soccard | Fixed db.storage records population (maxCommitChange needs to be set) and use wrong "p4 s...torage" flag. « |
4 years ago |
27816 | Pascal Soccard | Replay could have failed if the user's client was refeirring to a stream unrelated to the... involved files « |
4 years ago |
27815 | Pascal Soccard | Some replication configurables should be ignored | 4 years ago |