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;

Related posts:

  1. Unix Helfer Ein paar Fragen und ein paar Antworten. Für jedes Kommando...
  2. Wie kann ich alle Zimbra datenbanken und tabellen überprüfen und optimieren? 1 2 3 4 5 6 7 8 9...
  3. Bash Skript zum Erstellen eines Symfony Projekts mit sfDoctrinePlugin, sfDoctrineGuardPlugin und sfDoctrineGuardExtraPlugin 1 2 3 4 5 6 7 8 9...

Related posts brought to you by Yet Another Related Posts Plugin.

Author: Gordon Franke

Category: Uncategorized, symfony, 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 Enabled