Breadcrumbs
Tag: "version_control"
-
Beanstalk SVN Hosting
- Author
- Date
- Sat 20 Sep 2008 at 12:37
- Type
- Blog Entry
- Comments
- 8 comments
Version control is an important aspect of a good development environment. Even a single-developer project should have a version control system in place to manage their code changes. However, it is especially important to have version control for a project with multiple developers, to allow each developer to work on the project without screwing up everyone else's work. Unless you have your own server, you are going to have to find a company that offers hosted version control, probably for SVN or for CVS. Often these services are pricey (espe…
