1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
start ---------------------------------------------------
start: sync_type = push
start: remote_keyname = tester@test.net
start: includes = testbranch
start: excludes =
sent pubkey: tester@test.net
sent revision: new_id = REV1
sent revision: revision = format_version "1"
new_manifest [MAN1]
old_revision []
add_dir ""
add_file "testfile"
content [FILE1]
sent revision: cert.name = author
sent revision: cert.value = tester@test.net
sent revision: cert.key = tester@test.net
sent revision: cert.name = branch
sent revision: cert.value = testbranch
sent revision: cert.key = tester@test.net
sent revision: cert.name = changelog
sent revision: cert.value = blah-blah
sent revision: cert.key = tester@test.net
sent revision: cert.name = date
sent revision: cert.value = DATE1
sent revision: cert.key = tester@test.net
sent revision: new_id = REV2
sent revision: revision = format_version "1"
new_manifest [MAN2]
old_revision [REV1]
patch "testfile"
from [FILE1]
to [FILE2]
sent revision: cert.name = author
sent revision: cert.value = tester@test.net
sent revision: cert.key = tester@test.net
sent revision: cert.name = branch
sent revision: cert.value = testbranch
sent revision: cert.key = tester@test.net
sent revision: cert.name = changelog
sent revision: cert.value = blah-blah
sent revision: cert.key = tester@test.net
sent revision: cert.name = date
sent revision: cert.value = DATE2
sent revision: cert.key = tester@test.net
end: status = 200
end: certs in/out = 0/8
end: revs in/out = 0/2
end: keys in/out = 0/1
end -----------------------------------------------------
|