It is possible to completely remove a file from my SVN repository?

后端 未结 5 2067
长情又很酷
长情又很酷 2021-01-17 13:16

I am using tortoise SVN for a project that I\'m working alone and I have committed (by mistake) a huge file to my repository (a VC++ Intellisense Database). Now I want to re

5条回答
  •  广开言路
    2021-01-17 13:43

    We ran into the same problem. My SVN server admin tells me this cannot be done. The only way you can do it is start a new repository and archive the old one to disk or whatever.

    Don't make any changes to the file, esp. if it's a binary file, because then I believe SVN stores multiple copies of it.

提交回复
热议问题