For Xcode 3 I always added *.mod1v3 and *.pbxuser to svn:ignore. Which are the user-specific files in Xcode4?
My first intent would be to add the folders xcuserdata and project.xcworkcpace to svn:ignore
Under the folder "project.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/" there are some files wich i don't know for what there are used within xcode. And so i did not know if i should add them to SVN.
What are your best practices with SVN and Xcode 4 ?