Setting up SVN using Apple Developer Connection manual (http://developer.apple.com/mac/articles/server/subversionwithxcode3.html). Regardless of it, I managed to setup SVN repository on local harddisk and even connect to it.
Problem: would like to put several non-related projects under one repository. How to do that with XCode? For now it looks like I can have only one project in one repository. I have 25 python projects, which I would like to put under proper version control. Separate repositories for each one would be way too much trouble. Any suggestions?