Sep 5, 2009
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:
- Unix Helfer Ein paar Fragen und ein paar Antworten. Für jedes Kommando...
- Wie kann ich alle Zimbra datenbanken und tabellen überprüfen und optimieren? 1 2 3 4 5 6 7 8 9...
- 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.









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