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

=== Vorpal is now known as Vorpal_
=== Vorpal_ is now known as Vorpal
=== r0bby_ is now known as robbyoconnor
=== zyga-afk is now known as zyga
zygahi, is there a way to rebase a tree on top of nothing, just to change all the internal file IDs07:25
* gour is, in principle, against rebase, but well...07:26
zygagour, I'm trying to work around a bug in bzr07:29
zygagour, that prevents me to bzr join two trees that have some common ancestry07:29
gourzyga: ahh, ok...good luck07:29
=== r0bby is now known as robbyoconnor
gourwe're considering to keep our /etc under bzr, possibly with etckeeper...anyone using it (possibly on archlinux)?07:52
bob2definitely need etckeeper07:56
bob2works quite well with git for me07:56
gourthe point is that, afaik, there is no support for archlinux's pacman, so wonder if it is worth without it?08:00
bob2yes08:01
bob2and integrating it should be trivial assuming pacman isn't totally crap and has no hook support at all08:01
gourheh08:03
gouri'd use it with bzr (treeless repo and lightweight checkout)08:04
bob2erk08:07
mgzmorning08:23
=== yofel_ is now known as yofel
mgzis there a shorter equivalent of -c rev in git than SHA^..SHA?11:29
LeoNerdI'm not aware of one. It's one of my standard ways to wind up the git fans :)11:45
LeoNerdEspecially  bzr di -c-111:45
* gour considers that git is simply not human...that's all12:30
gouri'm considering one linux distro which uses git for contribution and wonder if bzr-git can be used...the answer is "yes...as long as the output is a patch that can be read by 'git am'". are we on the right track with bzr-git here?13:03
jelmergour: sort of13:07
jelmergour: bzr-git adds custom formatters to 'bzr send' and 'bzr diff'13:07
* gour is confused a bit13:07
jelmergour: 'bzr send --formt=git' will attempt to generate 'git am' compatible patches13:07
gourjelmer: ohh, that's good :-)13:07
jelmergour: in practice, there's still some issues with that though13:08
gourjelmer: may we count on bugging you about in stumbling upon some obstacles?13:09
gour*it when stumbling...13:09
kbulgrienheh, can they count on you for patches?13:10
kbulgrien:-)13:10
gourhe he13:11
jelmergour: I'm happy to comment or review changes13:11
* kbulgrien avoids git like the plague13:11
gourthey just have their policy and we are anticipating need to contribute some missing packages (without being involved with git)13:12
jelmergour: but I'm not really doing a lot of activce work on this code anymore13:12
gourjelmer: so, if git changes something in the future, there js de13:12
gour*is dead-end?13:12
jelmergour: even before then, there may be minor issues that you will want to see fixed13:13
jelmeri.e. it generating output that is not compatible with git-am in some situations13:14
jelmer(I don't know if it does, but I can imagine there are some situations where that is the case)13:14
gourok, we'll (re-)consider it13:14
gourjelmer: how does plain patch differs from what 'git am' requires? i assume that's always possible to produce13:15
jelmergour: git am has metadata for the commit, and e.g. a diffstat13:15
jelmerso things like th ecommit message, committer name, author, etc13:16
gourahh, ok13:16
jelmergour: don't get me wrong, I still use bzr-git (mostly with dpush) and do the occasional fix to it when I hit a bug or there's a severe regression13:17
jelmergour: but I'm not working on it as actively asI was before, and don't want to give you the impression I am13:18
gourjelmer: ok. let me try installing taht distro 1st...13:18
* gour appreciates jelmer's honesty13:18
jelmerwhich distro is it, out of curiosity?13:18
gourfrugalware...i use archlinux atm13:19
jelmerah13:21
=== zyga is now known as zyga-food
=== zyga-food is now known as zyga
=== LyraaOptimHome is now known as jazon
jazonHello I have a little problem with bzr, I pastebin it15:11
jazonhttp://pastebin.com/63NXhvjE15:12
jazoncan you help me please?15:13
vilajazon: try 'ssh -vv jazon@192.168.1.228'15:15
mgzjazon: and I'm guessing there's no directory /optimhome/portugal/ on that server15:15
jazonit's work15:15
mgzthe path is not relative to your home dir, it's absolute.15:16
=== zyga is now known as zyga-afk
jazonwhen I try bzr with http://my.IP.adress/optimhome/portugal it's work...15:18
mgzright, because the http server does it's own url->path mapping that works differently15:19
mgzand is relative to a srv directory presuambly15:20
mgzpass the full path to ssh and it should be fine (if you enter your password correctly)15:20
jazonwhat is the way to pass the full path? I don't know.15:23
jazonIt's the first time I do my own bzr server15:23
mgzif you ssh into the server, where is the optimhome directory located?15:24
mgzunder /var/www maybe?15:25
jazonyes15:25
mgzthen use bzr+ssh://192.168.1.228/var/www/optimhome/portugal/ as the branch location15:26
=== youlysse` is now known as youlysses
jazonhttp://pastebin.com/Kwq9vYNm15:34
mgzfix the permissions so your user has write access to all of /var/www/optimhome15:36
jazonthx mgz it's work fine :)15:41
mgzjazon: great!15:44
=== deryck is now known as deryck[lunch]
=== r0bby is now known as robbyoconnor
=== deryck[lunch] is now known as deryck
=== gour1 is now known as gour
ramsforumshello23:10
ramsforumsanyone there23:11
ramsforumsi need a help with bzr23:11
wgzit's generally best to just ask your question, rather than asking to ask.23:12
ramsforumsThanks23:15
ramsforumsI have downloaded repositories on my development PC from launch pad using the following command23:15
ramsforums   bzr branch lp:openobject-server/6.1 server23:15
ramsforumsIt worked and all latest source files on my PC23:15
ramsforumsLast week I did an merge using the following command23:15
ramsforums   bzr merge23:15
ramsforumsIt worked well.23:15
ramsforumsI am not making any changes to my working code. I typically use them that's all23:15
ramsforumsToday I want to get the all latest changes from the repository I run the following command23:15
ramsforums bzr merge23:15
ramsforumsI have encountered the following err23:15
ramsforums bzr: ERROR: Working tree [Actual tree here ] has uncommitted changes (See bzr status)23:15
ramsforumsIs it a buy or I am making mistake?23:15
ramsforumsThank you23:16
wgzyou want to use `bzr pull` not `bzr merge` to just get the latest changes23:16
ramsforumsoo ok thanks23:16
ramsforumsappreciate your help23:17
wgzmerge is only for the case where you have two diverged branches with a common ancestor that you want to recombine into one23:17
ramsforumswhat does bzr update do?23:17
wgzmodifies the files in the branch and the revision that the branch stands at23:19
wgzsee <http://doc.bazaar.canonical.com/beta/en/user-guide/core_concepts.html>23:19
ramsforumsok thanks wgz for the help and giving direction23:20

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