What source control to use for my private gaming server?h

Posted by crosenblum on Programmers See other posts from Programmers or by crosenblum
Published on 2011-02-18T05:06:50Z Indexed on 2011/02/18 7:32 UTC
Read the original article Hit count: 213

Filed under:

It has sql server components, client launcher, server software.

I want to use an online resource where people can make updates, and make it easier to roll out any changes to players.

Most of the files are just text files, or gtx image files.

I don't think this qualifies as open source, so I don't know what to do.

I tried github, and have a free account there, but it was really clunky, mass adding every file to be comitted.

I really dont' like subversion but if that's the best option, i'll use it.

The other people who will need access to the files will have no familiarity with any kind of source control, so I need an easy system for them to download files, make changes, and comit to the repository.

Any suggestions?

© Programmers or respective owner

Related posts about version-control