[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] XML/XSL Revision Control/ Source Code Versioning:Ideas, Methods, Tools for Specific scenario as a Content Writer?
- From: Andrew Welch <andrew.j.welch@gmail.com>
- To: James Fuller <james.fuller.2007@gmail.com>
- Date: Mon, 10 Dec 2012 10:22:53 +0000
>> Thank you for your time & responses. I remember reading somewhere that a
>> pure text/ linear comparison based tool/ system may not be ideal to compare
>> & merge XML tree structure based documents.
>>
>> Are there any that are more XML aware?
cvs, svn, git, mercurial, rtc etc all merge xml files fine, just as
they merge any other code. There's nothing special about xml.
Usually I'd recommend svn to start with unless you really need the
abilities that git/hg/rtc provide (applying or removing whole change
sets) - do you want to spend your time understanding the difference
between a pull and rebase? Or why you can't push because of unstaged
files? but... maybe it's easier to understand a dvcs if you dont
already know cvs/svn. If you learn svn, a lot of that knowledge will
hinder learning a dvcs.
--
Andrew Welch
http://andrewjwelch.com
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]