How can i remove all generated symfony base files automatically from svn? | A typical Developer Blog

call this from your project root for DIR in `find lib -name base -type d`; do svn propset svn:ignore base $DIR/..;svn rm $DIR; done;

Read the rest here:
How can i remove all generated symfony base files automatically from svn? | A typical Developer Blog

Related posts:

Home | About | Contact | Privacy Policy