1
vote
3answers
238 views

Audit and data history in java

I have a set of domain objects and its related tables for application's configurations. Authenticated users can change these domain objects data thru a presentation layer. These domain objects have ...
0
votes
1answer
380 views

Mercurial: How to move a project/module, but keep the revision history

Consider the following multi-module project (within a single repository): Module A (i.e. parent) - Module 1 (various core stuff) - Module i - Module 2 (non-core, depends on 1) - Module ii ...