Profile
Achievement
zingo's Recent SnippetsTagged php
- All /
« Prev 1 Next »
Substitute and update keywords like $HeadURL$, $Revision$, etc. in a file on every commit to subversion repos.
1. Set svn:keywords on repos:
$ svn propset --recursive svn:keywords 'HeadURL Revision LastChangedBy Date' /path/to/repo
2. Use this...
0
961
posted 16 years ago by zingo
Recursively SVN rename (move) all thtml-files to ctp-files . Fires this up in CakePHPs /views path.
0
1038
posted 16 years ago by zingo