Skip to content

Instantly share code, notes, and snippets.

@ishida
Created May 9, 2012 13:37
Show Gist options
  • Save ishida/2644568 to your computer and use it in GitHub Desktop.
Save ishida/2644568 to your computer and use it in GitHub Desktop.
Commit Xcode files to svn
cd PROJECT_TOP_DIRECTORY
svn add --force .
svn revert "build" --recursive
svn propset svn:ignore "build" .
svn revert Example.xcodeproj/*.mode1v3
svn revert Example.xcodeproj/*.pbxuser
svn propedit svn:ignore Example.xcodeproj/
*.mode1v3
*.pbxuser
svn commit -m "New Xcode project"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment