Control Version System for webSites
I work as a webmaster with another guy, who is gonna moving away from our city. We're thinking of using a control version system to keep on working but we 're looking for help choosing one.
We do not develop big heavily-coded sites, but small presentation sites (you can have an example here )
The most important things are: we have to work on the same files from different city (even states :D) we wont to keep trace of different version of each file (so we can easily roll back to a previous version).
It w开发者_运维百科ould be nice if we can trace picture change too.
Last but not least: we're using a VPS (debian/lenny+apache2) for testing sites. It would be very nice (but not necessary) to have the new site version (after a new commit) directly visible in a web brower
thankyou
Note that CVS isn't used much for new projects. Subversion is similar (in principle) but improved. It also provides a web browser view.
精彩评论