/srv/irclogs.ubuntu.com/2014/07/21/#bzr.txt

thrustcorehow come my bzr folder has a 26 GB folder called ".bzr" full of binary junk? Can I safely delete this folder? (It's become so big that I can't run bzr update anymore)10:42
spivthrustcore: 'bzr pack --clean-obsolete-packs'10:55
spivand *maybe* 'bzr pack', but that happens periodically automatically10:55
spivYou can't safely delte .bzr though, it contains your revision history!10:55
fullermdAlso, don't version blurays   :)10:57
thrustcoreI'm pretty sure we're not versioning blu rays10:59
thrustcorebut how come it's storing 20 gb's of packs that aren't obsolete11:00
thrustcorewhat the hell is in there11:00
fullermdThe stuff you've committed.11:04
thrustcorejesus shit, I can't believe I've committed so many gb's11:14
thrustcorethis folder is just going to keep growing then11:14
thrustcoreI'm out of hard drive space, what do I do?11:14
fullermdI'd start by figuring out what the heck you're committing that's getting that big.  I suspect you haven't written 20 gig of source code.11:16
thrustcoreprobably virus definition files11:16
thrustcoreI'm not in charge of the repository11:16
thrustcoreand the text file that I commit the most often is only about 65K lines11:17
thrustcoreI should be able to commit that thousands of times11:17
thrustcoreit's only 8 megs11:17
thrustcorewhy do I even need to keep these committed packs around?11:18
fullermdIf you don't have revs that reference them, you theoretically don't.  But you presumably do, unless you toss history regularly.11:21
fullermdVCSen as a rule deal poorly with the case "big lumps of binary data changing all the time"...11:22
thrustcoreI don't really get what you mean by tossing history11:26
thrustcoreis that something I can do to save disk space?11:26
maxbAs in, throwing away all your history and starting version control afresh11:27
fullermdWell, sorta.  You don't need to spend space storing the history, if you throw away the history...11:27
maxbNot generally a particularly viable solution though11:27
thrustcorewhy the hell do I have to store the history locally though, why isn't it stored somewhere else11:32
fullermdThat comes along mostly by definition in the 'D' part of 'DVCS'.11:36
thrustcorebzr is distributed eh?11:37
thrustcoregoddamn, no wonder11:37
thrustcorefullermd: is it possible to store the revision packs on a different drive? (windows)12:18
fullermdOh, probably a few ways, of varying degrees of intrusiveness.  The easiest would just be to move the whole workspace over; no reason to complicate things beyond that unless some part of it really needs to be in the current location.12:21
=== anthonyf` is now known as anthonyf
spiv26 GB is unusally huge.  I'd suspect there's unwanted large binaries in there.  It may be simplest to throw the history away and start again (or if you really care, filter it via fastexport/import perhaps).12:40
spivDepends on what you need.12:40
=== jpds_ is now known as jpds
thrustcoreit's 30Gb now14:32
thrustcorewhat the hell lol14:32
thrustcoreI've only been committing the same text file over and over14:32
thrustcorewhat exactly is the difference between the "packs" and "upload" folders?14:33
thrustcorepacks has 21 gigs but upload only 514:33
=== zyga is now known as zyga-snorkel
beunothrustcore, you could try running "bzr pack" manually14:34
beunoand it'll optimize as much as it can14:34
beunoit does so automatically every now and then14:34
beunobut that's as small as you'll get it, after the pack14:35
thrustcorebeuno: I can't run bzr pack because I have no disk space14:39
thrustcorecan I run the pack so that it uses another volume to work on?14:40
spivIf pack can't run, that will exacerbate your problem :(14:40
thrustcoregah, that's horrible14:40
thrustcoreI'll move my virtual machine to the slow disk and try again :(14:41
beunospiv!  hey there14:41
spivbeuno: howdy!14:42
spiv(I'm actually in London this week, as it happens)14:42
jelmerhey beuno, spiv15:17
beunoit's a reunion!15:17
jelmerbeuno: :)15:19
jelmerbeuno: what are you working on these days?15:19
beunojelmer, the appstore for the ubuntu phone15:20
beunoand surrounding things like payments and sso15:20
beunolots of juju and scaling15:20
beunofun15:20
beunoyou?15:20
jelmerbeuno: ah, cool :) That's the server side of the store then?15:22
jelmerbeuno: I'm working on google's frontend15:23
jelmermostly DNS related things15:23
beunojelmer, yeah, with the new click format, which is much easier to work with than debs15:23
=== zyga-snorkel is now known as zyga
=== r0bby is now known as robbyoconnor
=== SamB__ is now known as SamB

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!