Put configuration and data files under revision control
Bug #938628 reported by
Eike
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bug-repo-syncer |
New
|
Wishlist
|
Unassigned |
Bug Description
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(
}}}
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}" """
)
}}}
Changed in bug-repo-syncer: | |
milestone: | none → 0.2.0 |
importance: | Undecided → Wishlist |
Changed in bug-repo-syncer: | |
milestone: | 0.2.0 → 0.3.0 |
description: | updated |
summary: |
- Put configuration files under revision control + Put configuration and data files under revision control |
Changed in bug-repo-syncer: | |
milestone: | 0.3.0 → 0.4.0 |
To post a comment you must log in.