We’d have to use propset command from SVN.
$#: cd /path/to/repository/cake_project $#: svn delete app/tmp/* $#: svn propset svn:ignore '*' tmp/
Now, after you commit the changes your tmp/files won’t be commited to the SVN repo.
Posted in Linux, PHP
Tags: cakephp, PHP, svn