A typical Developer Blog
by Gordon Franke
Icon

Wie kann ich alle von symfony generierten base Dateien vom svn löschen?

Dieses im Projekt root Verzeichnis aufrufen.

for DIR in `find lib -name base -type d`; do svn propset svn:ignore base $DIR/..;svn rm $DIR; done;

No related posts.

Ähnliche Artikel bereitgestellt von Yet Another Related Posts Plugin.

Author:

Category: symfony, Uncategorized, unix

Tagged: , ,

2 Responses

  1. acubens sagt:

    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