<br><br><div class="gmail_quote">On Fri, Nov 13, 2009 at 4:55 PM, Stephen Nelson-Smith <span dir="ltr"><<a href="mailto:stephen@atalanta-systems.com">stephen@atalanta-systems.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br>
<br>
A moron has checked in a DVD iso into subversion.<br>
<br>
How can I undo the damage, and make the repo a sensible size again?<br>
<br>
Also, is there a cunning way to get subversion to say: "Oi! Moron!<br>
This file is huge, you can't check it in!" ?<br>
<br>
S.<br>
_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br></blockquote><div><br>yum can try do that:<br>svnadmin dump -r x:y repos_path>svnproject (where x:y is revisions numbers. for y use revision before dvd) <br>
then delete that project and exactly don't remember, but probably smth like that:<br>svnadmin load REPOS_PATH<svnproject<br>of course it is better to play around with test projects<br>for better understand look into svnadmin help, or svn book<br>
<br><br></div></div><br>