diff --git a/doc/bugs/__39__client__39___repo_starts_pulling_in___39__archive__39___content/comment_1_56f9cd5cc2e089b32cb076dc2e2a8ca5._comment b/doc/bugs/__39__client__39___repo_starts_pulling_in___39__archive__39___content/comment_1_56f9cd5cc2e089b32cb076dc2e2a8ca5._comment new file mode 100644 index 0000000000..cf309b8b34 --- /dev/null +++ b/doc/bugs/__39__client__39___repo_starts_pulling_in___39__archive__39___content/comment_1_56f9cd5cc2e089b32cb076dc2e2a8ca5._comment @@ -0,0 +1,22 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-03-01T19:59:23Z" + content=""" +I've added some debug info to the log for transfers and drops. You have to start the assistant with the --debug flag, then you'll get stuff like: + +
+[2013-03-01 15:23:10 JEST] Committer: queued Upload UUID \"a0cd7cb6-57ee-4551-955f-aa77738135cc\" myfile : newly added file +[2013-03-01 15:25:00 JEST] Watcher: queued Download UUID \"a0cd7cb6-57ee-4551-955f-aa77738135cc\" ./foo : new or renamed file wanted +[2013-03-01 15:54:00 JEST] Watcher: dropped ./archive/foo (from: here) (copies now: 1): file renamed ++ +It would take more work to show the preferred content expressions that caused the transfer or drop, but this is simple to determine: + +* for Uploads it should always be the preferred content expression of the remote being uploaded to +* for Downloads it is always the preferred content expression of the local repository +* for drops it is always the preferred content expression of the repository it is dropped from + +Have not managed to reproduce problem yet. +"""]]