/srv/irclogs.ubuntu.com/2009/11/01/#bzr.txt

amanicaI assume that the "left parent" is basically the mainline.00:44
amanicadoes it have a fixed merge_depth=0 ?00:44
amanicanevermind. figured it out. stupid question.01:06
mindlaceis it possible to create a "middleweight" checkout that has some, but not all, of the changesets?09:23
PengStacked branches might store a bit more data locally.09:25
mindlacemight or do?09:25
mindlaceI want to implement/support a "gradual" fetch of history where I "fill in" historical data based on things like network availability09:26
PengOh, interesting. How will you avoid locking problems? (I mean, the repo has to be write-locked while it's doing this, so it gets in the way of anyone trying to use it.)09:31
mindlaceaha https://blueprints.launchpad.net/bzr/+spec/shallow-checkouts09:31
Pengmindlace: You might want to start with stacked branches, since they support only having partial history locally. Then code something up that gradually fetches more.09:32
mindlaceyah, just not clear yet on how to cause "gradual fetch" of more09:32
PengNo idea!09:34
PengLike  Isaid, if you want it to be some sort of background process, locking will be an issue.09:34
mindlaceyeah… well, i'm not tremendously worried about that for the moment, as it wouldn't be working on 'active' repos ...09:40
mindlacethe idea is to auto-fetch repos 'nearby' - reported via zeroconf, for example09:40
mindlaceto support ad-hoc collaboration09:40
lifelessmindlace: well, there is bzr share and bzr browse already via bzr-avahi09:41
lifelessfor precisely adhoc stuff09:41
PengEh.09:42
mindlacewell, isn't that fabulous, i love it when things already exist. Thanks, lifeless!09:43
mindlacebasically I'm trying to build a non-programmer project management tool / CRM with VCS inside … right now bazaar is the winner. (Started with git, moved to checking out mercurial, now I'm at bzr)09:44
mindlaceonly bzr actually has a supported, documented api (bzrlib) and supports non-complete checkouts...09:44
lifelesscool09:45
lifelessI'm off, ciao.09:45
PengWhy do you want shallow checkouts?09:45
Penglifeless: See ya. :)09:45
Peng"See ya"? I never say that.09:45
fullermdWell, obviously one of you is lying.09:46
mindlacehm… well, I want to implement "search" across all repos who are using this cms-thingy … and have results of search be auto-fetched09:46
mindlaceI had the idea that search results may return historical results but I guess I can simplify things by skipping that for the moment09:47
mindlace(historical results - to fetch, then, you would need that historical revision -> present)09:48
mindlaceI guess I also want fragmentary checkouts ;P09:48
mindlacehm… seems like sub-tree kind-of gets there...09:55
mindlaceoh hey, lifeless was robert collins10:20
mindlaceoh well guess i'll catch him when he's aboot10:21
Kamping_Kaisermindlace: I suspect you'll find he still is robert collins :)10:22
mindlacejust figured that out.10:22
waltercruzHi !14:05
waltercruzI'm getting a error like that:14:05
waltercruzbzr: ERROR: Revision {walter.php@gmail.com-20091019135859-x986fv0x73323qpy} not present in "KnitPackRepository('file:///home/walter/repositories/whissip-dev/.bzr/repository/')".14:05
waltercruzI tried to bzr check, but it don't works14:05
waltercruzcan I just remove that entry from bzr index?14:05
waltercruzwithouth it, evertything is ok14:06
jelmerwaltercruz: when do you get that error?14:07
waltercruzhum.. a lot of operations :( can't remember 100%14:07
waltercruzI upgraded my repository with upgrade -rich root.. sent it to launchapd14:07
waltercruzand when I tried to merge another branch.. I got this error14:07
jelmerwaltercruz: I mean, what operation prints that error exactly?14:08
waltercruzbzr log14:08
waltercruzbut14:08
waltercruzbzr log -r-114:08
waltercruz------------------------------------------------------------14:08
waltercruzrevno: 1 [merge]14:08
waltercruzcommitter: Walter Cruz <walter.php@gmail.com>14:08
waltercruzbranch nick: whissip-dev14:08
waltercruztimestamp: Sun 2009-11-01 11:44:04 -020014:08
waltercruzmessage:14:08
waltercruz  whissip merge14:08
waltercruz------------------------------------------------------------14:08
waltercruzUse --include-merges or -n0 to see merged revisions.14:08
waltercruzworks14:08
waltercruzlooks like I have a entry in the index... but no commit with that ID.14:09
waltercruzI suppose ;)14:09
jelmerwaltercruz: so "bzr log" immediately errors out saying that it doesn't have that particular revision?14:10
waltercruzyes14:10
waltercruz(bzr)walter@waltercruz:~/repositories/whissip-dev$ bzr log14:10
waltercruzbzr: ERROR: Revision {walter.php@gmail.com-20091019135859-x986fv0x73323qpy} not present in "KnitPackRepository('file:///home/walter/repositories/whissip-dev/.bzr/repository/')".14:10
fullermdWait, revno 1 is a merge?14:25
fullermdOh, nm, it presumably just be getting that from missing that rev as the parent...14:26
fullermdTry log -r-1 --show-ids14:26
fullermd'll probably say that missing rev is its parent.14:26
waltercruz(bzr)walter@waltercruz:~/repositories/whissip-dev$ bzr log -r-1 --show-ids14:28
waltercruz------------------------------------------------------------14:28
waltercruzrevno: 1 [merge]14:28
waltercruzrevision-id: walter.php@gmail.com-20091101134404-9vahhw9duq5fjolg14:28
waltercruzparent: walter.php@gmail.com-20091019135859-x986fv0x73323qpy14:28
waltercruzparent: walter.php@gmail.com-20091031152550-jbf3xxslieifdpir14:28
waltercruzcommitter: Walter Cruz <walter.php@gmail.com>14:28
waltercruzbranch nick: whissip-dev14:28
waltercruztimestamp: Sun 2009-11-01 11:44:04 -020014:29
waltercruzmessage:14:29
waltercruz  whissip merge14:29
waltercruz------------------------------------------------------------14:29
waltercruzyes.14:29
waltercruzmy repository screwd up somehow.14:29
waltercruzwhen I did a bzr check14:29
waltercruzand after that a bzr reconcile14:29
waltercruzI was with no revisions14:30
waltercruzbzr log showed nothing.14:30
waltercruzso I did a bzr merge 0..-1 theonethatIbranched.. after that, I stucked with that error in bzr log14:31
fullermdThe merge didn't cause the error, it just turned the existing screwup into a somewhat different screwup.14:33
fullermdThe problem existed the moment your tree base rev wasn't available from its branch's repo.14:33
fullermdI don't know any way to make bzr do that, without trying to or poking around manually behind its back.  Disk corruption of some sort, maybe.14:33
waltercruzhum...14:34
fullermdYou could try running 'check --repo', maybe, to bypass branch/tree checks and see if it turns up anything just in the repo.14:34
waltercruzstrange.14:34
waltercruzwill try!14:34
waltercruzKeyError: ('hacks.php-20090901021751-ck5pvqni080475dt-1', 'walter.php@gmail.com-20090916150844-ky37u7u3erm116a0')15:05
waltercruzbzr 2.1.0b1 on python 2.5.2 (Linux-2.6.30.5-linode20-i686-with-debian-5.0.3)15:05
waltercruzarguments: ['/home/walter/.virtualenvs/bzr/bin/bzr', 'check', '--repo']15:05
waltercruzencoding: 'UTF-8', fsenc: 'UTF-8', lang: 'pt_BR.UTF-8'15:05
waltercruzplugins:15:05
waltercruz  launchpad            /home/walter/.virtualenvs/bzr/lib/python2.5/site-packages/bzr-2.1.0b1-py2.5-linux-i686.egg/bzrlib/plugins/launchpad [2.1.0b1]15:05
waltercruz  netrc_credential_store /home/walter/.virtualenvs/bzr/lib/python2.5/site-packages/bzr-2.1.0b1-py2.5-linux-i686.egg/bzrlib/plugins/netrc_credential_store [2.1.0b1]15:05
waltercruz*** Bazaar has encountered an internal error.  This probably indicates a15:05
waltercruz    bug in Bazaar.  You can help us fix it by filing a bug report at15:05
waltercruz        https://bugs.launchpad.net/bzr/+filebug15:05
waltercruz    including this traceback and a description of the problem.15:05
waltercruz(just part of traceback(15:06
waltercruz)15:06
RenatoSilvaIt would be so nice to edit comments in history without uncommit19:16
RenatoSilvaSpecially when you find out that you have been calling combo box a drop-down list for so long time o.O19:17
RenatoSilvaHow to hack the bzr metadata to edit them?19:21
igcmorning20:29
PengGood morning. :)20:29
igchi Peng20:30
lifelesshi igc, up early!21:07
igchi lifeless. yup. Crazy day today21:21
* igc breakfast21:28
lifelessjelmer: bug 17236021:29
ubottuLaunchpad bug 172360 in bzr "branching from rich-root to non-rich-root gives confusing errors" [Medium,Triaged] https://launchpad.net/bugs/17236021:29
lifelessjelmer: why did you change it from invalid?21:29
jelmerlifeless: it was changed to incomplete without explanation, and the error message is still unclear22:18
lifelessjelmer: it was changed to invalid after john said 'this is wont fix by design'22:20
lifelessjelmer: I'm happy with it being open, but it needs an explanation as to what we're intending to do22:20
jelmerlifeless: fair enough - I've commented22:27
jelmerlifeless: fwiw it was changed to invalid before john said 'this is wont fix by design',22:28
jelmerand john changed the importance to medium22:28
lifelessoh right22:31
spivGood morning.23:01
igcbbl23:38
pooliehello spiv23:48

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