CakePHP SVN Ignores


/ Published in: SVN
Save to your folder(s)



Copy this code and paste it in your HTML
  1. svn propset svn:ignore "*.swp
  2. *.swo
  3. *~
  4. svn-commit*" . -R
  5. svn propset svn:ignore "*.swp
  6. *.swo
  7. *~
  8. core.php
  9. database.php
  10. svn-commit*" config
  11. svn propset svn:ignore "*" tmp -R

URL: http://bakery.cakephp.org/articles/view/setting-svn-ignore-properties

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.