Archive

Archive for September, 2010

How to set up svn ignore in command line

September 16th, 2010 No comments

Often I ran into this, so here are the steps to set up the ignore files in command line or in a shell.

When adding new xcode project into svn repository: Let’s say the project name is “helloapple” and user name is “myuser”.

When editor opens up, add these lines

And finally, commit the changes