# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#13 | 9643 | Robert Cowham | Renamed to p4transfer - in the above directory | ||
#12 | 9640 | Robert Cowham | Whitespace - convert tabs to spaces! | ||
#11 | 9639 | Robert Cowham | Merged in Sven's changes to do with keyword handling. | ||
#10 | 8960 | Robert Cowham |
Refactored to created P4Source and P4Target classes. Store change counter in a counter variable on the target rather than in config file. Tests alll pass |
||
#9 | 8959 | Robert Cowham | Make console handler a wtring buffer to hide the logging output | ||
#8 | 8900 | Robert Cowham | Turn on debugging and pass args properly | ||
#7 | 8895 | Robert Cowham | Make argument parsing 2/3 compatible and add tests for it. | ||
#6 | 8885 | Robert Cowham | Unicode test now works (for 2.7) | ||
#5 | 8881 | Robert Cowham | Test for unicode strings | ||
#4 | 8870 | Robert Cowham | Handle case where we see an integration and the source file has been obliterated. | ||
#3 | 8813 | Robert Cowham | Make tempdir a subdir of transfer to allow to run on Windows. | ||
#2 | 8812 | Robert Cowham | Fix whitespace warnings from pylint | ||
#1 | 8808 | Robert Cowham | Branching using cowhamr.sven.utils | ||
//guest/sven_erik_knop/P4Pythonlib/scripts/transferTest.py | |||||
#10 | 8463 | Sven Erik Knop |
Fixed further problem with files that have an illegal file name containing @,#,* or %. Now it is possible to re-edit the file again as well. Added test case to prove the point. |
||
#9 | 8461 | Sven Erik Knop |
Fixed adding files with illegal chars like '@'. Also added test case. |
||
#8 | 8432 | Sven Erik Knop | Added pre-flight checks (-p) to avoid overwriting existing files. | ||
#7 | 8425 | Sven Erik Knop |
Make PerforceTransfer unidirectional from source to target. Adjusted test cases accordingly. Still missing: Update change user and timestamp to the source user and timestamp Reverify ktext files affected by the change update. Add proper logging |
||
#6 | 8216 | Sven Erik Knop |
Added test cases for integration from outside transfer scope. Fixed bug for integrated deletes from the outside. |
||
#5 | 8215 | Sven Erik Knop |
Upgraded test to include merge w/ edit Fixed a bug in PerforceTransfer.py avoiding a tamper check error. |
||
#4 | 8213 | Sven Erik Knop | Test case for re-add added | ||
#3 | 8212 | Sven Erik Knop |
Added integrate-delete test case Solved integrate-delete problem in PerforceTransfer |
||
#2 | 8211 | Sven Erik Knop |
Additional test cases for integrate Fixed a bug with "ignore", can now be replicated. |
||
#1 | 8210 | Sven Erik Knop |
Fixed a bug in PerforceTransfer where an add followed by an integ to another branch would break the add. Also added the beginning of a test framework to catch those kind of problems in the future. Currently the test framework only checks add, edit, delete and simple integrates. |