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.
#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)
Torque 3D Owner Peter Simard
Default Studio Name
http://tortoisesvn.tigris.org/
You will need to setup a server with the SVN service, or rent one.