A Mercurial repository I use for my research group got several large movies added to it, so that several machines could no longer pull. I removed them; my notes on the process:
hg convert --config convert.hg.saverev=False robotics_research_big robotics_research --filemap no_ogv, where no_ogv follows this format, per ideas here.
In Bitbucket, strip to revision 0 to empty out the repository (the strip trick).
No comments:
Post a Comment