tags:

views:

26

answers:

2

I am trying to remove specific files from the revision history that I did not mean to commit. Can someone provide a way to do this?

+1  A: 

You'll need to use svndumpfilter. The procedure involves dumping your repository, filtering (with svndumpfilter) your dumpfile, and reloading the results into a new repository. See this chapter in the subversion book for details.

Mark
A: 

You can't remove the revision history.

Daniel Moura
That's not true at all... that's the entire "raison d'etre" of the svndumpfilter utility.
Mark