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;
No related posts.
Ähnliche Artikel bereitgestellt von 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