Alternatives to SVN Subversion for xCode Development
Do you need SVN or is there another way to manage code? We use and manage an SVN server dedicated to our xCode development, but mostly because we can, not because we need to. We have the servers, knowledge and experience to do this so we did. I thought I would suggest another way to share code among multiple developers, and still keep thorough backups of all the things you need. There are a few exceptions and we will list them first. 1. Technically SVN allows for two people to work on the same code at the same time, and for those changes to be mashed together. Sort of. However this is not really the case. SVN does such a lame job of mashing when compared to some TFS systems we have used for years, that we would advise strongly against thinking it will solve this problem. For this reason,… Read More »Alternatives to SVN Subversion for xCode Development