Game Development Community

Source control in Torsion

by Joaquin Maguire · in Torsion · 03/28/2010 (3:49 pm) · 3 replies

Does Torsion offer support for any source or version control software. I have found the number of files involved in a Torque project makes it difficult to manage with just a command-line client.

#1
03/28/2010 (8:24 pm)
you can use TortoiseHg, its better than subversion...
#2
03/29/2010 (6:11 pm)
Well... you mean TortoiseSVN...

http://tortoisesvn.tigris.org/

... which is a shell extension for Subversion.

TortoiseHg is for Mercurial.

http://tortoisehg.bitbucket.org/
#3
04/05/2010 (12:31 am)
Thanks, folks. I did end up downloading mercurial and registering at Bitbucket.