PDA

View Full Version : Software Version Control/Auditiing


sir pannels
02-09-2008, 10:33 AM
Hello all,

I have been working on a software project for a while and its getting bigger and bigger more and more changes and features every week. I need to start some type of version tracking.

I'm looking for software (opensource or commercial) that lets me track the versions/subversions/changes across the whole thing and all files.

Bare in mind that the project is an online game and is browsed based, and many versions of the same software run at any one time (different games get changed at different rates from base code) it is not redistrubuted source... so many of the packages for such a thing like CSV GNU ARCH and so forth are no good for me as they all focus on distributing the code. Nothing is distributed online here.

If you guys have any information or advise here it would be appreciated, i find myself getting lost in changes.

Kind Regards,
Sir P :D

oracleguy
02-09-2008, 07:39 PM
I've been using subversion for the past couple of years and works great. There are good clients for Windows and Linux. The Windows one TortoiseSVN is pretty nice since it integrates with the shell.

Also if you set subversion up with apache you can browse the top revision of a repository with a web browser and download files. It is pretty easy to set it up to use SSL if required.