I am using command line svn (also I have tried visual svn, there is also same problem I have faced).
- firstly I have imported project directory on svn URL
- I have taken checkout of svn repository
- then I have opened a project and make some change in storyboard file.
- and then commit, it committed successfully.
- then I have taken update using svn update
- again made some change in Main.storyboard and tried to commit but this I am not able to commit storyboard file. this is happening with storyboard file only I got the following error error - svn: E175002: Unexpected server error 500 'Internal Server Error' on '/scm/svn/ACI-EM/!svn/wrk/1d01e196-c6d9-43c5-87e2-7a3513047a8f/Code/trunk/IOS/SVNDemoProject/DemoProject/Base.lproj/Main.storyboard'
another file is working fine. I didn't get where I am going wrong.