I recommend not to do this. Creating groups (which look like folders) in Xcode does not actually create folders in the file system. This is detrimental to the hierarchy of modules.
In addition, the integration of SCM in Xcode is very awkward. After getting used to using Subversion with Eclipse, Xcode's Subversion support is hopelessly primitive. Itβs practically easier to just run svn commands on the command line so that they understand whatβs happening.
If you must use Xcode, use it to open individual py files. Use it as a slow, relatively featureless text editor.
If you want to use Xcode for SCM, take a look at the tutorial on using Xcode with Subversion .
Wesley
source share