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 which I don't know for what they 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?