A typical Developer Blog
by Gordon Franke
Icon

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.

Author:

Category: symfony, Uncategorized, unix

Tagged: , ,

2 Responses

  1. acubens says:

    Exellent!
    But where i paste this code (file,svn!?)?

  2. 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

Leave a Reply

CommentLuv badge