I need to move current and ALL past revisions of a file in my repository, and then replace them with a new file. Basically, without thinking, I forgot (and continuously forgot) to remove the mysql password for the database connection file, and would like to remove any traces of this.
The simplest fix would be to change the mysql password and from this point on, do not include the password in the file, however, I'd like to just clean up the revision history.