Sep 5, 2009
How can i remove all generated symfony base files automatically from svn?
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;
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.











Exellent!
But where i paste this code (file,svn!?)?
run this code in your project root folder it set the base folders for your models and all plugin models to svn:ignore and remove the files from your svn