On Feb 26, 2005, at 14:16, Allan Odgaard wrote: > Seems there were some lost snippets in the Rails bundle (using the > older .dict extension) And in case you are in a similar situation, an easy way to do batch renames (from bash/zsh): for file in *.dict; do svn mv $file ${file%dict}plist; done