Activity log for bug #938628

Date Who What changed Old value New value Message
2012-02-22 12:45:12 Eike bug added bug
2012-02-22 12:45:20 Eike bug-repo-syncer: milestone 0.2.0
2012-02-22 12:45:24 Eike bug-repo-syncer: importance Undecided Wishlist
2012-03-06 15:10:52 Eike bug-repo-syncer: milestone 0.2.0 0.3.0
2012-03-23 21:01:13 Eike description The configuration file is a complex piece of text. It should be put under revision control. Command "init" should crate a Bazaar repository in the project directory, and commit the configuration file to it. Changed configuration files should be committed when the repositories were synchronized successfully. The configuration file is a complex piece of text. It should be put under revision control. Command "init" should create a Bazaar repository in the project directory, and commit the configuration file to it. Changed configuration files should be committed when the repositories were synchronized successfully. Create new structure for VCS commands: {{{ VcsCommands = namedtuple("VcsCommands", "init_cmd, commit_cmd") }}} The configuration file would contain code like this: {{{ vcs_commands = VcsCommands( init_cmd = """ bzr init bzr add syncer_config.py sync-data.pickle """ commit_cmd = """bzr commit -m "{msg}" """ ) }}}
2012-03-27 09:29:24 Eike summary Put configuration files under revision control Put configuration and data files under revision control
2012-03-27 16:17:49 Eike bug-repo-syncer: milestone 0.3.0 0.4.0