473,385 Members | 1,531 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Version control tool that understands XML ?

New (to me) project represents two years work for half-a-dozen people
and still has no source code control. (Yes, I know, I know....)

So I'm looking for something, which needs the following features:

- Works well with XML. There's a couple of MB of XSLT involved here

- Works with text files too, not just XML. There's a little code in
SQL and ASP that needs to be looked after.

- Plays well with both Windows and Linux. Ideally it's hosted on a
Windows file server, but we also need to roll out final deployments
onto our live Apache servers under RedHat.

Any suggestions ? I'm woefully out of touch in what's out there that
can handle XML.

Thanks for any advice

--
Smert' spamionam
Jul 20 '05 #1
1 1178
Andy Dingley wrote:
New (to me) project represents two years work for half-a-dozen people
and still has no source code control. (Yes, I know, I know....)

So I'm looking for something, which needs the following features:

- Works well with XML. There's a couple of MB of XSLT involved here

- Works with text files too, not just XML. There's a little code in
SQL and ASP that needs to be looked after.

- Plays well with both Windows and Linux. Ideally it's hosted on a
Windows file server, but we also need to roll out final deployments
onto our live Apache servers under RedHat.

Any suggestions ? I'm woefully out of touch in what's out there that
can handle XML.

Thanks for any advice


Consider CVS (License: GPL) as option zero. It handless well text files.

You can put CVS tags in special xml nodes. CVS will update them during
check-ins/check-outs.

<?xml version="1.0" encoding="iso-8859-1"?>
<mydocument>
<cvs-info>
<revision>$Revision$</revision>
<lastupdate>$Date: 2004/02/24 16:52:45 $</lastupdate>
<log>$Log$</log>
</cvs-info>
....
</mydocument>

P.S.
It is a good idea to compare any product to its free alternative - it helps
when you know what your are paying for :)

--
Andrzej [en:Andrew] Adam Filip an**@priv.onet.pl an**@xl.wp.pl
http://anfi.webhop.net http://slashdot.org/~anfi
*Random Epigram* :
When Alexander Graham Bell died in 1922, the telephone people interrupted
service for one minute in his honor. They've been honoring him intermittently
ever since, I believe.
-- The Grab Bag

Jul 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

28
by: AK | last post by:
Hi, I recently read an advice here that one should try to use make and version control system even if you're the only one working on the program. Is that a good advice? How many of you do that? ...
2
by: CaptRespect | last post by:
We've been using CVS for our HTML, JAVA etc.. Now we would like to use it for our SQL CODE to. We have a large database with many stored procedures. I would like to have something using Ant...
4
by: The Plankmeister | last post by:
Hi. I'm redesigning my site using CSS and have just decided to start again from scratch as I was using too much javascript to do positioning and stuff. My question is: What version of CSS is it...
0
by: yonision | last post by:
There is a new way to implement version control in SQL server: It's a new tool out there, and right now, since their latest version is out in beta, its FREE!! ...
0
by: Willem | last post by:
Based on MK's TSI_SOON (http://www.trigeminal.com/)I've created a nifty little procedure that - whenever you compact you db you get an incremental backup copy. Given that you have a table with...
2
by: Nadav | last post by:
Hi, I am new to WebControls, I have created a WebControl that is used to present an image, the image bing presented is created on runtime, each client side button click causes the image to...
0
by: Gazelle | last post by:
I have a dilemma, that I am hopping I can find some help with. He is the back story so everyone sort of understands what it is that I am trying to accomplish. My problem: I have multiple...
2
by: Mark A. Sam | last post by:
Hello, I want to use a literal control to provide information about people listed on a webpage, where the control is on the same line as the person it addresses, so that I have a button, the...
12
by: lawpoop | last post by:
I'm developing a php website that I have under subversion version control. I'm working on an image upload functionality, and in the middle of it I realized that any files that a user uploads will...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.