Home Solutions Web and Application Hosting Site Development Services InfraServer Application Server Technical Support Corporate Login
|
|
Version Control is an essential feature of a publishing or development environment. It commonly includes [1] the ability for multiple users to coordinate efforts and automate conflict prevention and resolution; [2] a historical record of content state enabling roll-backs and error discovery; [3] file backup; [4] the ability to arbitrarily label the versions of a group of files (whether the group was ever entirely in that state or not) for later reference.
The InfraServer has built-in Version Control capability, modeled with respect to commands after CVS though the commands are issued from a GUI. Any component may be designated for Version Control (and by rule it's child components will be subject to the same repository), allowing arbitrary granularity of repositories, though a repository with a Directory as root will feel more like other version control clients, and the usefulness of a 'diff' will vary by component.
|