Re: [xml-dev] Is CVS A Practical Means to Manage XML Versions In A Production Environment

From
Manos Batsis <>
To
XML Developers List <>
Date
2011-09-17T05:23:46Z
ID
<>
Thread
Re: [xml-dev] Is CVS A Practical Means to Manage XML Versions In A Production Environment
On 09/17/2011 03:18 AM, Len Bullard wrote:
> Assembling a free to near free environment for multiple authors working
> on multiple projects where some must be able to simultaneously edit then
> merge XML and illustrations, is free CVS a practical means?

IMHO, a source control system is only relevant if used as a vehicle for 
a versioning scheme and a development point, similarly to any source 
repository.

One may use such a tool to develop and provide versions via URL locators 
for example, but the development/versioning scheme is the important bit 
- a source control system can reflect thhe scheme used via branches, 
tags, the trunk etc.

Manos