Breadcrumbs
Tag: "svn"
-
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…
-
Setting up SVN on OSX Leopard
- Author
- Date
- Wed 6 Aug 2008 at 9:40
- Type
- Blog Entry
- Comments
- 6 comments
When I got my new Macbook, I knew that I wanted to setup a better system to control all of the source code on my computer. I have websites and applications for clients, Lowter, etc. Basically, I have a lot of code that was only loosely organised on my old iMac. On my iMac, I had everything organised nicely into folders, but that was about it. I had CVS setup, as it was built into OSX Tiger, but I did not make much use of it because it was too complex. I found out that SVN is built into OSX Leopard, rather than CVS. I really don't want t…
