Game Development Community

Source Control

by Samuel Cartwright · in General Discussion · 01/14/2009 (12:28 am) · 2 replies

I'm just starting a new project (my first), and I'm looking for some sort of source control - preferably one that does not require a server (like git, but easier to use).

I wanted to ask the community which version control platforms they use. Has anyone had experience with a simple application. I've used SVN - but I don't want to set up a server just for some solo development.

Cheers,
Sam

#1
01/14/2009 (1:42 am)
You can use TortoiseSVN without a server. TortoiseSVN is based on subversion.
http://tortoisesvn.net/serverless_subversion
#2
01/14/2009 (4:56 am)
Thanks!
I've been using TortoiseSVN a long time, but I never read that before. Seems like a useful thing to know!
You've just made my life a whole lot easier!
- Sam