/srv/irclogs.ubuntu.com/2012/06/15/#bzr.txt

youlyssest04:16
scienteswhats with all the orphaned bzr plugins in debian http://www.debian.org/devel/wnpp/orphaned ?04:57
mgrandiif youc click on them you'll see that jelmer is requesting an adopter04:59
mgrandiso they are probably still developed but they need a maintainer that creates debs (thats almost a job in itself) of the latest versions and whatnot04:59
scienteswell why can't whoever is doing the ubuntu work, just pick up debian?05:00
mgrandithey have different policies =P05:00
mgrandiand its probably a lot of work05:01
mgrandiif creating deb files wasn't black magic i might see if i could do it haha05:01
scientesmeh its not that hard05:02
spivmgrandi: maybe now's a good time to learn ;)05:02
mgrandii can't even find a good guide05:02
mgrandiive only seen guides on how to use easyinstall and other helpers05:02
spivI'm sure jelmer would be glad to help a willing volunteer05:02
scientesyou just need to write a makefile, and if your package works with automake, its mostly "magic" and done for you05:02
mgrandithese are python plugins so i dont think they have makefiles05:02
scientes(same for some other build systems)05:02
mgrandimakefiles themselves are black magic05:03
scientes^^^05:03
mgrandiid also probably need a debian install haha05:04
scientesyes you would, but you can use "debootstrap" to do it all in a chroot05:06
scienteswhich will run from any distribution05:06
scienteshttp://wiki.debian.org/Debootstrap05:06
mgrandilooks like it would just be easier to shrink a partition then try to run debian ontop of something else05:10
mgzmorning!08:09
jelmermgz!08:23
mgz!08:25
vilajelmer, mgz: hey08:36
gourmorning all09:10
gourfast-export/import from fossil --> git fails...otoh, fossil --> git works as 'fossil export --git ../repo.fossil | git fast-import' withing git repo...is it possible to use bzr's fast-import via fossil's pipe so that we can convert our fossil repos straight into bzr?09:24
jelmergour: s/git/bzr/ for the first occurance of git?09:25
jelmerI think there were some known issues with the fossil fastexporter, it removed all files for each revision or something along those lines09:25
gourfor now, fossil does export --git only09:27
jelmergour: It's worth a shot to try --git and feed that output into bzr fastimport09:28
jelmerI vaguely recall there were issues with fossil fastexport output format though09:29
jelmeror maybe that was Monotone?09:29
gourjelmer: i'm trying that, but no idea how to feed that output into bzr fastimport...fossil export --git task.fossil | bzr fast-import neither fossil export --git task.fossil | bzr fast-import task.bzr works09:30
gouri sent a post to fossil list but the attachement exceeds 40k quota there :-(09:32
jelmergour: you might want to try generating an intermediate file with the fastimport data09:34
jelmergour: 'bzr fast-import' takes two arguments: the filename of the fastimport stream to read and the branch to import to09:34
gourjelmer: it crashes with the same mark as git import09:36
gourjelmer: http://pastebin.com/9wsUWgeF09:37
gourjelmer: i can email you *.fi file09:38
gourgit import fails with "fast-import fatal: mark :711 not declared"09:38
jelmerif git fails too, I would put the blame on fossil09:39
jelmergour: there's not much I can do with that, I'm not a fossil contributor :)09:39
gourright...the problem is that i could not post *.fi file there...09:39
gourok09:39
* gour just wants to import repos from fossil to bzr...09:40
gourthere is no addremove in bzr to add all unversioned files and rm all missing ones?10:17
jelmergour: "bzr add" without arguments will add all unversioned files10:19
jelmerand bzr commit will automatically remove files that were rmeoved10:19
gourthank you10:20
WasserDragoonhi how to get the release code from version 3.1 from https://launchpad.net/egtk13:42
WasserDragoonthere are no tags and i don't want to look into the .tar.gz download always whats the last revision (in .bzr folder)13:43
mgzWasserDragoon: surely that's a question for the maintainers of that project rather than bzr13:48
WasserDragoonmgz: i don't have a good connection to these guys ;-)13:49
mgzneither do I, but the launchpad page makes it clear enough who to ask13:51
mgztry email or irc given on https://launchpad.net/~danrabbit13:51
mgzjust guessing from log/release timestamps, you probably want r49113:53
WasserDragoonmgz: right but i don't want to look in all next releases what the last revision was14:00
WasserDragoonbut i will send a mail to danrabbit14:00
mgzyou can suggest `bzr tag -r491 egtk-3.1.0` to him14:02
WasserDragoonmgz: to late i already sent the mail but thanks i'll do that in the next mail ;-)14:10
Mook_ashmm, I guess starting with bzr 2.4, `bzr revert dir/file` also tried to revert the containing directory if there are no other changes in that directory? (steps to reproduce in http://pastebin.com/5Awyr8Bg )17:44
gour /q19:12

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