p4jrep #3

  • //
  • guest/
  • michael_shields/
  • bin.linux26x86/
  • p4jrep
  • Commits
  • Download .zip Download (317 KB)
# Change User Description Committed
#3 7887 Michael Shields p4jrep Version 0.92 (beta) binaries for 2010.2.
#2 6439 Michael Shields Updating for the 2008.1 p4d.
The format of the @vv@ record changed
in the 2008.1 p4d. The @vv@ record is the one and only journal
record the format of which is important to p4jrep.

This p4jrep can also be used with prior releases of p4d.

Version string:
  p4jrep Version 0.91 (beta)
#1 6155 Michael Shields Updated for the 2007.3 release while maintaining compatibility
with prior releases.

2007.3 and later servers might rotate the journal by renaming it
rather than copying and truncating it. A renamed journal is now
detected by comparing the device and inode returned from statting
by the journal's file name and statting by the journal's file
descriptor. This algorithm (suggested by J.T. Goldstone; thanks J.T.!)
is faster than reopening the journal and seeking if the journal was
not rotated (~2.0 seconds vs. ~2.7 seconds for 1,000,000 iterations
on my laptop).