bakulf / bbox

...something like dropbox based on subversion.
http://bbox.nois3lab.it
Other
36 stars 4 forks source link

Automatic download a file from a server doesn't work #15

Closed bohous closed 13 years ago

bohous commented 13 years ago

if i copy some files to the sync directory, BBox automatically uploads them to server, but BBox of another computer doesn't download it automatically, i have to click to tray and sync it manually

bakulf commented 13 years ago

bbox has a timeout of 5 minutes. Any 5 minutes it checks if something is changed on the server. You can reduce this timer in the settings. Let me know if this comment helps you.

bohous commented 13 years ago

I have in ~/.config/BBox/BBox.conf this line: timerRemoteAction=1. But BBox hasn't automatically downloaded changes from a server for several hours.

bakulf commented 13 years ago

Ok this is definitely a bug :) Can you provide the debug log to me? If you just redirect the stderr of BBox in a file, this is enough... I should be able to fix this bug. Thanks!

bohous commented 13 years ago

Here is my debug log: http://pastebin.com/VqqTGRnZ I deleted a file in my repository from another computer and then started BBox on my computer. BBox on my computer didn't recognize changes on the server.

bakulf commented 13 years ago

Ok it should be fixed. Thanks!