All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Feature Request: Versioning

JimmyFurtado 2 May 2012 11:00 idea, rejected

Due to the flexibility, usefulness, and performance boosts, I've moved most of my template code into Low Variables. The one issue I'm struggling a little with is versioning. Since using flat files impacts performance, I'd like to avoid using them. This presents a problem when changes are made. There is no easy way to return to a prior version so I either need to manually make copies or I need to wing it (which isn't a great idea). Is there any way version control can be added to the module?

Thanks for considering.

Replies

  1. Low 2 May 2012 17:35

    I think versioning would work best with saving vars as files and just using Git. You could use the config override to not use the files on the production server. Native versioning is not very likely at the moment.

  2. JimmyFurtado 2 May 2012 19:55

    OK, thanks.