pakaran | is 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 |
---|---|---|
pakaran | and is there any way to see the actual number? | 02:03 |
=== _thumper_ is now known as thumper | ||
SpamapS | hrm.. --gnu-changelog seems too verbose. Why doesn't it group by user/date? | 06:26 |
=== mthaddon` is now known as mthaddon | ||
lifeless | SpamapS: fixes appreciated :P | 06:29 |
Merwin_ | hey | 12:38 |
jelmer | hi Merwin_ | 12:50 |
=== nathan_ is now known as pakaran | ||
=== jcsackett_ is now known as jcsackett | ||
lduros | hello! 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 git | 18:04 |
lduros | any idea where I can find this information? :-) | 18:04 |
lifeless | lduros: bzr-git is what you need | 19:18 |
lduros | lifeless: thanks :-) | 19:20 |
SpamapS | I accidentally 'bzr add'ed a file named '*' | 20:39 |
=== lamont` is now known as lamont | ||
SpamapS | bzr revert -- * fails | 20:39 |
SpamapS | halp? | 20:39 |
mgrandi | what about bzr rm * --keep-files or wahtever? | 20:39 |
fullermd | Your shell is eating the *. Quote it. | 20:39 |
SpamapS | actually 'bzr revert .' got it | 20:40 |
mgrandi | and hey fullermd | 20:40 |
mgrandi | your 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 |
fullermd | Didn't seem to work as in ran without errors, or didn't seem to work as in blew up? | 20:41 |
mgrandi | bzr: ERROR: Could not move Environment.php => Twig: php_frontend/src/codeigniter/system/libraries/Twig/lib/Twig/Environment.php is not versioned. | 20:42 |
fullermd | How very odd. | 20:43 |
fullermd | You don't have some sort of global ignore that's keeping the 'add' from versioning everything, do you? | 20:43 |
mgrandi | https://gist.github.com/fdc7952ba400edfc3ee5 is my global ignore | 20:44 |
fullermd | Well, 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 |
mgrandi | yeah its not added in the place where its trying to move it from | 20:51 |
mgrandi | (from the repo that i posted that was broken) | 20:52 |
fullermd | Urr? The script is expecting to start from a blank dir. | 20:52 |
mgrandi | it commits a revision one, then does | 20: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 |
fullermd | Did you add those full paths? | 20:54 |
mgrandi | im just running the script that you gave me, i didn't do anything to 'tmprepo" | 20:54 |
fullermd | Well, 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 |
fullermd | That line _should_ be giving a `bzr --no-whatevers mv php_frontend/src/... php_frontend/src/...` | 20:56 |
fullermd | Unless /bin/sh on mac does really wacky stuff. | 20:56 |
mgrandi | http://bpaste.net/show/27609/ thats the script you gave me, at the top you specify the path to the tmprepo thingy | 20:57 |
fullermd | ... except, no, not even then, because there's no 'A/' dir in that path either... | 20:57 |
* fullermd goes crosseyed. | 20:57 | |
fullermd | No, it's not. | 20:57 |
fullermd | And yeah, that's GONNA do some really weird stuff, because it points somewhere totally other than where the script is working. | 20:58 |
fullermd | dir1="php_frontend/src/codeigniter/system/libraries/Twig" | 20:58 |
mgrandi | which one am i supposed to be using o.o | 20:58 |
fullermd | I'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 fine | 21:01 |
fullermd | Conflict? | 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 |
fullermd | Oh. Yeah, that's expected. | 21:02 |
fullermd | OK, 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 dying | 21:03 |
mgrandi_ | or try at least | 21:04 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!