alarmz / boar

Automatically exported from code.google.com/p/boar
0 stars 0 forks source link

Continuous replication mode for clone command #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The clone command will update an older copy of a repository with all the 
changes in a more recent version. It would be useful to be able to make boar 
automatically keep a clone updated.

The boar "clone" command shall take a new flag, "--continuous" which shall make 
boar simply repeat the clone operation every n seconds.

Original issue reported on code.google.com by ekb...@gmail.com on 18 Aug 2011 at 2:21

GoogleCodeExporter commented 9 years ago
Implemented in changeset 4dfb98247add. I chose to name the flag "--replicate" 
instead of "--continous".

Original comment by ekb...@gmail.com on 19 Aug 2011 at 8:31