Hi,
We do a lot of XML editing in our department. The problem lies in version control of large XML files. Obviously we would like version control to:
Show the differences between different versions, and differences between any two versions at any point in time.
Be easy to administer and maintain - a lot of people in the department are really non-programmers and they shouldn't have to learn the ins and outs of this version control to use it.
Support concurrent development - not really needed but it's good just in case complex XML files requires multiple people.
Have a nice interface where management or users can see all the commit points, sort of like what you can do with the git web interface.
Thanks