Game Development Community

Version rollback

by Steve D · in Torque Game Engine · 03/30/2008 (12:59 pm) · 3 replies

Can anyone recommend inexpensive, easy to use software to rollback code to a past date and time? I want to be able to roll back my entire torque script directory in case I screw something up! Did some searches but can't find anything.

#1
03/30/2008 (1:18 pm)
SVN is a great version system:

http://tortoisesvn.tigris.org/

You will need to setup a server with the SVN service, or rent one.
#2
03/30/2008 (1:21 pm)
Subversion is what we use at GG. It's open source, extremely configurable, and does just about everything you need in a version control system.
#3
03/30/2008 (2:31 pm)
Or if it is for local systems only: FileHamster :) (works great for art especially)