Actions:
|
2012-08-30 08:44 AEST by Glen Starrett - Enhancement for CVSAGENT: monitor sandboxes, auto update on interval or
notification
If a user wants to have a batch of documents automatically updated (ala a
"dropbox" or "offline copy server share" type setup) they might want to have
non-conflicting items automatically updated (or all items automatically
updated). I suggest CVSAgent would be the place to put this polling since it
seems to make sense.
Some thoughts on the update interval possibilities:
* Timed (e.g. "every 30 minutes")
* Event ("When logging in", "when logging out / shut down", "connected to network")
* Notified (server gets commit, "notification" plugin sends out multicast or,
better yet, sends notification to list of cvsagents that have registered with
server for notifications). |