P4Transfer.py #11

  • //
  • guest/
  • sven_erik_knop/
  • P4Pythonlib/
  • scripts/
  • P4Transfer.py
  • Commits
# Change User Description Committed
#11 7986 Sven Erik Knop Changed P4Transfer to PerforceTransfer to conform with naming convention.
#10 7973 Sven Erik Knop Enable re-adding of files for 2010.2+ servers.
The problem was that the server now adds integration records for re-added files,
which made P4Transfer believe this was a dirty branch instead of an add.
Now we check if the "how" is "add from", indicating a re-add.
#9 7971 Sven Erik Knop Updated P4Transfer to deal with merge w/ edit integrations.
All types of integrations should now be supported.
Also updated the documentation.
#8 7966 Sven Erik Knop Changed master and local to server1 and server2.
Also added first draft of a documentation that should serve pretty much as the
blog post I intend to write on this tool.
#7 7965 Sven Erik Knop Updated the shebang to avoid hardcoding the Python version.
#6 7964 Sven Erik Knop Changed type to kxtext by popular demand.
#5 7963 Sven Erik Knop Fixed the tamper problem.
#4 7962 Sven Erik Knop Updated P4Transfer with the ability to deal with +k types and merged files
from integration. The result of the latter is an 'edit from' to avoid a tamper
check problem. This is a hack for now until I can find a better way around it,
but the repercussions should be low.
#3 7961 Sven Erik Knop Enable preview (-n) again.
Not sure how it got lost.
#2 7960 Sven Erik Knop Updated Copyright date and changed to ktext.
#1 7959 Sven Erik Knop P4Transfer release 1.0.
Documentation to follow.