/srv/irclogs.ubuntu.com/2012/04/23/#bzr.txt

pakaranis it normal for bzr to revise its estimate of the number of revisions to download, when downloading a new package, every 9 thousand or so?02:03
pakaranand is there any way to see the actual number?02:03
=== _thumper_ is now known as thumper
SpamapShrm.. --gnu-changelog seems too verbose. Why doesn't it group by user/date?06:26
=== mthaddon` is now known as mthaddon
lifelessSpamapS: fixes appreciated :P06:29
Merwin_hey12:38
jelmerhi Merwin_12:50
=== nathan_ is now known as pakaran
=== jcsackett_ is now known as jcsackett
lduroshello! I need to convert a git repository to bazaar. Everytime I look up convert git repo to bazaar, I have results to convert bzr to git18:04
ldurosany idea where I can find this information? :-)18:04
lifelesslduros: bzr-git is what you need19:18
lduroslifeless: thanks :-)19:20
SpamapSI accidentally 'bzr add'ed a file named '*'20:39
=== lamont` is now known as lamont
SpamapSbzr revert -- * fails20:39
SpamapShalp?20:39
mgrandiwhat about bzr rm * --keep-files or wahtever?20:39
fullermdYour shell is eating the *.  Quote it.20:39
SpamapSactually 'bzr revert .' got it20:40
mgrandiand hey fullermd20:40
mgrandiyour script you gave me a while back didn't seem to work (about --revert not working on mac os x for somer eason)20:41
fullermdDidn't seem to work as in ran without errors, or didn't seem to work as in blew up?20:41
mgrandibzr: ERROR: Could not move Environment.php => Twig: php_frontend/src/codeigniter/system/libraries/Twig/lib/Twig/Environment.php is not versioned.20:42
fullermdHow very odd.20:43
fullermdYou don't have some sort of global ignore that's keeping the 'add' from versioning everything, do you?20:43
mgrandihttps://gist.github.com/fdc7952ba400edfc3ee5 is my global ignore20:44
fullermdWell, I'd look to see if it's actually not versioned (the 'add' in the setup step for whatever reason didn't add it), or it's just hitting something weird in the case semi-sensitivity in the FS.20:46
mgrandiyeah its not added in the place where its trying to move it from20:51
mgrandi(from the repo that i posted that was broken)20:52
fullermdUrr?  The script is expecting to start from a blank dir.20:52
mgrandiit commits a revision one, then does20:52
mgrandi+ /usr/local/bin/bzr --no-plugins --no-aliases mv /Users/markgrandi/Desktop/treetransform/tmprepo/enquist_work/php_frontend/src/codeigniter/system/libraries/Twig/lib/Twig/Environment.php /Users/markgrandi/Desktop/treetransform/tmprepo/enquist_work/php_frontend/src/codeigniter/system/libraries/Twig/20:52
fullermdDid you add those full paths?20:54
mgrandiim just running the script that you gave me, i didn't do anything to 'tmprepo"20:54
fullermdWell, something weird is going on.  There's no 'tmprepo' in the script, nor are there absolute paths (except the one for the bzr script).20:55
fullermdThat line _should_ be giving a `bzr --no-whatevers mv php_frontend/src/...  php_frontend/src/...`20:56
fullermdUnless /bin/sh on mac does really wacky stuff.20:56
mgrandihttp://bpaste.net/show/27609/ thats the script you gave me, at the top you specify the path to the tmprepo thingy20:57
fullermd...  except, no, not even then, because there's no 'A/' dir in that path either...20:57
* fullermd goes crosseyed.20:57
fullermdNo, it's not.20:57
fullermdAnd yeah, that's GONNA do some really weird stuff, because it points somewhere totally other than where the script is working.20:58
fullermddir1="php_frontend/src/codeigniter/system/libraries/Twig"20:58
mgrandiwhich one am i supposed to be using o.o20:58
fullermdI'm confident there's not now nor has there ever been any file anywhere on my system with '/Users/markgrandi' in it   8-}21:00
mgrandi_back, not sure what got through, but it has a conflict but otherwise finishes fine21:01
fullermdConflict?21:01
mgrandi_Conflict adding file php_frontend/src/codeigniter/system/libraries/Twig/lib.  Moved existing file to php_frontend/src/codeigniter/system/libraries/Twig/lib.moved.21:01
fullermdOh.  Yeah, that's expected.21:02
fullermdOK, then that is in fact not enough to actually hit whatever weird case your actual branch did.21:03
mgrandi_yeah.21:03
mgrandi_i'll try stepping through what its trying to do and see why its dying21:03
mgrandi_or try at least21:04

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