What version control system can manage all aspects?
Posted
by
Andy Canfield
on Programmers
See other posts from Programmers
or by Andy Canfield
Published on 2011-11-19T07:08:06Z
Indexed on
2011/11/19
10:14 UTC
Read the original article
Hit count: 349
A few months ago I dug into Subversion and GIT and was disappointed. They handle SOURCE CODE fine but not other aspects. For example, a web site under version control needs to manage file/directory ownership, file/directory read & write access, Access Control Lists, timestamps, database contents. and external links. Is there a version control system that can do as perfect a reversion as reloading from a month-old backup?
© Programmers or respective owner