Simple Version Contol
Posted
by
JM01
on Stack Overflow
See other posts from Stack Overflow
or by JM01
Published on 2011-06-23T22:55:51Z
Indexed on
2011/06/24
8:22 UTC
Read the original article
Hit count: 185
version-control
We work on a lot of small website projects. There are three of us in different physical locations. I would like a system that is very simple where the main concern is checking out and checking in web files (php, css, images, js) so that we don't accidentally overwrite each other's code. We also need a way to synch our local file systems with the files on the webserver and with each other. Rolling back to older versions is nice but features like branching and merging are not important. It seems like GIT may be overkill for our purpose or maybe not. Can you recommend anything?
© Stack Overflow or respective owner