0

We have an SVN server (v. 1.6.11) on a Linux box. One of our developers accidentally committed code to repository x, which should have been in repository y.

We now have to make available to a client, the contents of repository x, and the 'wrong' code commits need to be removed, so as not to breach confidentiality agreements.

svnadmin dump repo_y > filename.dump

.. fine. But how do I remove the incorrect code before reimporting the dump?

Many thanks.

bmargulies
  • 97,814
  • 39
  • 186
  • 310
  • 4
    http://subversion.apache.org/faq.html#removal – Robert Apr 24 '15 at 14:38
  • possible duplicate of [It is possible to completely remove a file from my SVN repository?](http://stackoverflow.com/questions/1111346/it-is-possible-to-completely-remove-a-file-from-my-svn-repository) – Patrick Quirk Apr 24 '15 at 15:22
  • Dumped the repo, ran it through svndumpfilter and then reloaded it. Got 'database locked'. – user27880 Apr 26 '15 at 12:07

0 Answers0