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

Amythingcant push to the network drive at all00:10
maxbI am considering trying to convince my workplace to use bzr. One question I don't have an answer for: How do people manage nice browsing and display of branches of a project, if they don't have it in a site which presents a shiny UI like Launchpad?00:18
bob2loggerhead!00:20
james_wpoolie: do you have the admin password for the udd list?00:25
arjenAUhmm01:27
arjenAUahoy gurus01:27
arjenAUI aborted a bush to lp. now tells me locked, suggested using break-lock. but the url given does not work01:27
arjenAUbzr: ERROR: Unsupported protocol for url "lp-46129552:///~maria-captains/maria/5.1.39-oqgraph/.bzr/branch/lock"01:27
arjenAUhmm if I use the regular bzr+ssh url I can break it. just the display is wrong. i'll file a bug on that01:30
arjenAUhttps://bugs.launchpad.net/bzr/+bug/250451 existing/confirmed problem it seems. few months old though01:35
ubottuLaunchpad bug 250451 in bzr "bzr suggests wrong URL for break-lock for smart-server branches" [High,Confirmed]01:35
spivmaxb: use loggerhead01:50
spivmaxb: or am I misunderstanding you?01:50
* maxb has been playing with it.... it's a start01:51
spivarjenAU: yes, bzr break-lock lp:~maria-captains/maria/5.1.39-oqgraph, it is an old bug but kinda hard to fix for various reasons01:52
maxbIt doesn't seem entirely amenable to putting multiple projects under a directory tree without mentioning each project explicitly in the config01:52
lifelessmaxb: bzr serve --http /path/to/root01:53
lifelessmaxb: will Just Work01:53
arjenAUspiv: well I just specified the actual push url, you don't have it available lowlevel?01:55
=== ubott2 is now known as ubottu
RenatoSilva how to find the revision that has introduced a particular change?02:09
RenatoSilvae.g with bzr log -p | grep 'particular-change' I can get the -change and +change, but I don't know what revision02:11
RenatoSilvait's abit boring to bzr log -p > file, and browse it02:11
bob2bzr blame02:11
bob2depending on what you mean by 'particular change'02:12
bob2(bzr blame will show the last time each line was altered)02:12
arjenAURenatoSilva: you can also do bzr log -p pathname for a particualr file.02:13
RenatoSilvabob2: no I don't want annotation, I would have info just about the last rev that introduced the line02:15
RenatoSilvaarjenAU: ok, less boring02:15
arjenAURenatoSilva: yep. easy to /search, then you see which rev, and then you can just do -p on that -r to see everything to do with it and such.02:16
arjenAUwell that's how I'd do it. there are so many commands but people tend to pick a few that work for them.02:16
arjenAUI love log -p.02:16
RenatoSilvawould be nice if qbzr allowed to search the changes, like a bzr qlog -p or so02:16
arjenAURenatoSilva: maybe bzr glog or one of the other gtk commands.02:17
RenatoSilvaarjenAU: ok using it with eclipse ide, I do a search like (<change>|revno), so I get the changes highlighted, and jsut need to click the annotations to know the underlying revno02:26
RenatoSilvarevision 19!02:27
arjenAUwell there ya go. enjoy02:27
RenatoSilvait would be really nice to have something like bzr search02:30
RenatoSilva$bzr search 'xyz'02:31
RenatoSilvarev 23: +xyz02:31
RenatoSilvarev 42: -xyz02:31
RAOFRenatoSilva: Are you aware that there _is_ a bzr-search plugin?02:42
RAOFI don't think the output is as you described, though.  Let's see...02:42
RenatoSilvaRAOF: I'm afraid it's not02:46
RAOFAlso, my version of bzr-search seems to fail on everything I try.  Whoops.02:46
=== elmo_ is now known as elmo
versatiletechcan I push to a local directory instead of connecting to a remote server?03:30
bob2sire03:43
versatiletech?03:44
RenatoSilvasure03:45
RenatoSilvabzr push <dir>03:45
versatiletechnice03:47
versatiletechI'm starting to really like bazaar for its simplicity03:48
versatiletechso far it's much friendlier than svn03:50
RenatoSilvasometimes I guess the bzr command for doing what I want03:53
RenatoSilvabecause the command is sort of obvious or natural03:53
versatiletechyeah03:54
RenatoSilvaI guessed bzr ignored for example, just typed and worked :)03:54
versatiletechlol03:54
versatiletechwhat's the opposite of bzr init?04:11
mwhudsonversatiletech: rm -rf .bzr04:13
versatiletechk04:13
versatiletechmwhudson: is there only one .bzr directory in the root folder of the bzr project?04:16
mwhudsonversatiletech: yes04:16
mwhudson(it's not like .svn)04:16
versatiletechbeautiful!04:16
versatiletechI love that!04:16
versatiletechthat's one thing I hated about svn04:17
wgrantIME, the worst bit about having .svn/s everywhere is that it makes it impossible to grep for things.04:22
mwhudsonwell04:23
mwhudsonharder04:23
lifelessack04:27
lifelessor bzr search04:27
RenatoSilvadoes bzr search plugin return revisions?04:46
ChrisMorganI have Python 2.5 installed and am on Win32; which version of Bazaar should I be installing, the standalone one or the Python 2.5 one?04:53
offby1Newbie time: I did "bzr branch svn+ssh://...", and in that new directory, made an edit and committed it.  I then figured I needed to do "bzr push" to get the change into my subversion repository, but that command said "bzr: ERROR: No push location known or specified.".  What am I misunderstanding?04:57
offby1hm, may have figured it out: I just tried "bzr push svn+ssh://...", and that seemed to work04:59
offby1in other words, it didn't assume that I wanted to push to the same place from which I branched04:59
bob2yes05:00
offby1gotcha05:00
offby1gotta say, bzr is a _lot_ slicker than I remembered.05:00
offby1tolerably fast, too05:00
offby1thanks.05:01
thumper:(07:59
thumpercrash07:59
* thumper checks the ppa07:59
=== timchen1` is now known as nasloc__
maxbDoes anyone know for a brief summary of pipes vs looms, to help me figure out which one I might want to use?09:06
maxbHmm. I just got a "no such revision" error running bzr rebase - is there any way to track down in what context the not-found revision-id was referred to?09:08
lifelessmaxb: pipes do not version the set of pipes; loom versions the set of threads. pipes has a more mature UI I suspect09:16
thekornhi there,09:55
thekornin the old online docs of bzr there was a page which describes a setup for a coding sprint09:56
thekorndoes anyone of you know where it moved?09:57
=== raimue is now known as Raim
lifelessgnight11:36
maxbWhat is the status of bzr-rebase? I was trying to get it to work, and found it seems fairly broken if your history isn't perfectly linear12:00
jelmermaxb: broken in what regard?12:06
maxbI think I hit bug 446075 followed by bug 26689712:06
ubottuLaunchpad bug 446075 in bzr-rewrite "NoSuchRevision in _iter_inventory_xmls running bzr rebase" [Undecided,New] https://launchpad.net/bugs/44607512:06
ubottuLaunchpad bug 266897 in bzr-rewrite "bzr-rebase loses merges" [High,Triaged] https://launchpad.net/bugs/26689712:06
maxbUnfortunately, the combined effect is sufficiently a showstopper that I can't use rebase at all12:07
maxbPerhaps rebase should issue a health warning if it's being run on a history it doesn't know how to handle?12:07
jelmerI'd rather just fix the bug12:09
spirov92hi guys, how do I make bzr remember sftp passwords? I tried ~/.bazaar/authentication.conf but it didn't work12:35
bob2don't do that12:37
bob2setup ssh keys12:37
spirov92bob2: how is that done?12:37
bob2are you on windows?12:38
spirov92nope, linux12:38
spirov92~/.bazaar/authentication.conf <<<does that look like windows? :)12:38
bob2ssh-keygen ; ssh-copy-id remotehost ; get a beer12:38
bob2oh right12:38
bob2guess not12:38
bob2also https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair12:39
smartgpxbialix: good morning. do you have a moment re. qbzr please?12:48
bialixgood afternoon, ask12:48
smartgpxOK. trivial spelling error in the qci gui in lib\commit.py. I've corrected it on a local branch and generated a proposed patch. How do I submit the patch - email to a dev, or push back to LP?12:50
bialixany way is good12:51
smartgpxso can I email it to you so you can mentor my approach please?12:51
bialixmost of the time people push to LP and then do merge proposal12:51
bialixif you e-mail, please e-mail to the qbzr list12:52
smartgpxthis is only a single-character change, but it's a good exercise with the tools for a newbie12:52
smartgpxqbzr doesn't have a ML12:53
bialixreally?12:55
bialixsmartgpx: http://groups.google.com/group/qbzr12:55
bialixsign in and you can send mails as in usual ML12:55
smartgpxno - not really - yes, as you say, just realised it's on Google. Not mentioned on qbzr page at LP.12:56
bialixyep12:57
bialixthere is no way to specify external ML on LP12:57
spirov92bob2: i don't understand something...this describes how to set up my key with launchpad, but I'm actually using sftp and bzr upload to upload a site to the server. How do I set that up?12:58
smartgpxI can't see how to attach a file with the Google interface - do I include the patch as plain text in the message body?12:59
bob2spirov92: generate key12:59
spirov92bob2: i did12:59
bob2spirov92: ssh-copy-id user@remotehost12:59
bob2spirov92: grab beer12:59
bialixsmartgpx: just send mail to qbzr@googlegroups.com13:00
spirov92bob2: did that, still asking for user@remotehost's password13:00
bob2spirov92: ssh to remote host, 'ls -ld ~/.ssh ~/.ssh/authorized_keys'13:00
bialixsmartgpx: you need to join the group first, select "not sending mails" if you don't want to get mails from ML13:01
bialixsmartgpx: but you can send your mails anyway13:01
spirov92bob2: -rw-------  1 webmaster webmaster   58 Nov 10 14:54 /home/webmaster/.ssh/authorized_keys13:02
spirov92bob2: also, drwx------  2 webmaster webmaster 4096 Nov 10 14:42 /home/webmaster/.ssh13:02
bob2spirov92: perhaps your admin disabled it13:03
spirov92bob2: in /home/webmaster/.ssh/authorized_keys it says "The agent has no identities."13:04
bob2oh13:04
bob2heh13:04
bob2on localhost, 'ssh-add', then 'ssh-copyid remoteuser@remotehost'13:04
bob2er ssh-copy-id13:04
spirov92bob2: seems to work now, thanks a lot :)13:06
bob2no worries13:07
bialixsmartgpx: you mail arrived, I'll answer later, OK?13:19
smartgpxbialix: it was 'broken' -gvdm has replied. OK for now thanks.13:23
Amythingjust started to use bazaar, does it make sense to use it to version control mysql database with it?13:23
SamB_XPAmything: not very much sense, I think13:26
SamB_XPdon't those tend to be rather large ?13:26
SamB_XPand ... non-textual?13:26
SamB_XPAmything: what about the database do you want to version control ?13:28
SamB_XPAmything: you may find http://ask.metafilter.com/85982/Is-there-a-MySQL-version-control-system-or-something instructive. It doesn't have anything to do with bzr specifically, but it seems to give reasonable advice on the subject ...13:31
hackterhi !14:29
hackterI have a python module contained in a package of several modules versionned with bzr14:30
smartgpxis there anyone in who understands rich-root-formats and how to stop them causing me grief?14:30
* bialix raises a hand14:30
hackterI would like to move that python module in its own project, versionned separately14:31
bialixhackter: use fastimport plugin and fast-import-filter command14:31
hackteris it possible to do that and keep all history of my python module ?14:31
hackterbialix: hum ok, thank you :)14:32
bialixsmartgpx: I have success of using format1 plugin14:32
smartgpxbialix: bzr branch lp:qbzr local_branch  - creates branch with branch format 7, repo fmt Packs6.14:33
* bialix don't remember what 7 and 6 means14:33
bialixcan you show me output of bzr info please?14:34
bialixsmartgpx: perhaps you want to use bzr branch --standalone lp:bzr xxx14:34
smartgpxif I then bzr branch local_branch feature_branch then the feature branch is branch fmt 7 with repo fmt 2a14:34
bialixsmartgpx: are you using shared repo in 2a format?14:35
smartgpxand then I can't merge back from modded feature into local!14:35
smartgpxthese are simply the defaults chosen by BzrExpl.14:35
* bialix trying to reproduce w/o format114:35
bialixouch14:36
bialixcan you file a bug please against explorer?14:36
bialixand provide exact sequence steps to reproduce?14:36
bialixsmartgpx: ^14:37
smartgpxformat1 isn't listed on http://bazaar-vcs.org/BzrPlugins14:37
smartgpxbialix: Ok - so I'm not just being dumb... ?14:37
bialixyep, it's not listed14:38
bialixsmartgpx: I dunno what's going on, but I can try to reproduce and check if there is bug in explorer14:39
bialixplugin is here https://code.launchpad.net/~bialix/+junk/format114:39
smartgpxbialix: it might be that I am accepting the hint from BE to put the feature branch in a shared repo. I'll try as a plain branch..14:39
* bialix nods14:40
bialixsmartgpx: for standalone branches I can't reproduce your problem, even w/o my plugin14:41
bialixbut I'm not using BE for testin14:41
* bialix trying with explorer14:41
bialixsmartgpx: ok, I see14:43
bialixsmartgpx: so you trying to branch via BE, it recommends you to create shared repo, and by default it suggest using 2a format (2.0 default)14:44
bialixthat's a problem14:44
bialixproblem in BE14:44
bialixsmartgpx: we may want to upgrade qbzr trunk to 2a soon, can't say for sure when14:45
bialixsmartgpx: som I'd recommend you to do following:14:46
smartgpxbialix: it's OK making feature_branch as a plain branch.14:46
smartgpxYour description is nearly correct - BE recommends shared repo then just creates it as 2a14:47
bialix1) create shared repo in 1.9 format via BE: Init -> Shared repo -> Format: other -> 1.914:47
bialix2) branch lp:qbzr into this shared repo14:47
bialix3) branch inside this shared repo won't bother you with recommendations for creating shared repo14:48
bialix4) ... prpfit?14:50
bialix4) ... profit?14:50
bialixrats, don't like when typo ruins joke (c) vila14:50
AmythingSamB_XP: sry late reply but thanks :)15:00
smartgpxbialix: thanks for your help - branch is up at lp:qbzr and Merge Proposal issued15:05
bialixsmartgpx: good!15:06
stefano-ksome days ago I started a question about qbzr translation... after my connection gone down...15:13
stefano-ki'm translating qbzr in Italian.. but I have no idea how to translate bzr commands and terms (e.g. commit, bind, branch, working tree, push)15:14
bialixstefano-k: I'd suggesting to look into transaltions for bzr-gtk and/or for similar hg/git tools15:15
bialixstefano-k: also useful to look into svn books translated into Italian and check there15:15
bialixstefano-k: ping15:16
stefano-kbialix: thanks :-)15:18
stefano-kso.. there are no specific guidelines for qbzr15:19
bialixstefano-k: you need consistency15:20
bialixit's very hard to translate DVCS terms to any language != English15:21
bialixI had the same troubles with Russian translation15:21
bialixin the end we setup glossary at ru_bzr group and decided on the desired variants for terms translations15:22
bialixalthough several terms almost impossible to translate15:22
bialixe.g. push15:22
bialixthere is just nothing the same short and expressive in Russian for this term15:23
bialixEnglish is much more compact and technical language15:23
bialixstefano-k: you might start with "mechanical" translation, and then improve it based on feedback of other Italian spoken people15:24
stefano-kin the other hand, you  can translate "push", but after you lose the term for the bzr documentation15:24
bialixhow's that?15:24
bialixwhen we translate documentation to Russian we're also using the same glossary15:25
bialixthat's why I'm talking about consistency15:25
bialixwe have a proverb in Russian: it can be ugly but it should be the same across all places15:25
bialix(this is rough translation)15:26
bialixevening GaryvdM15:28
GaryvdMHi  - Is there a way to rebase a rev from a 2a branch to a 1.19 branch?15:29
GaryvdMHi bialix15:29
jelmerGaryvdM: not using the rebase plugin at least15:29
stefano-kbut if you read the bzr reference, you have "push" command15:29
GaryvdMAh - smartgpx - you are here15:31
GaryvdMAnd I see bialix had allready point out that you submitted your branch in the 2a format.15:32
smartgpxGaryvdm: are you saying that what is currently on lp:~smartgpx is in the wrong fmt?15:49
smartgpxI didn't pick up on bialix saying that15:49
=== bialix_ is now known as bialix
GaryvdMbialix: What are your thoughts about https://code.edge.launchpad.net/~craighewetson/qbzr/qrevert/+merge/14626 re pending merges causes all files to be checked16:05
bialixGaryvdM: sorry, have not looked yet16:06
bialixwill try later16:06
bialixGaryvdM_: sorry, have not looked yet; will try later16:09
GaryvdM_Hi smartgpx: sorry - I only saw your question now in the log. My irc is in lossy mode :-(16:10
bialixsmartgpx: your branch on LP in 2a format16:10
bialixsmartgpx: that's one https://code.launchpad.net/~smartgpx/qbzr/qcommit_typo16:10
bialixplease delete it, then push again16:10
GaryvdM_smartgpx: yes - I could not pull you change because the format is incompatable16:10
bialixGaryvdM_: we need to upgrade to 2a soon, IMO16:11
GaryvdM_bialix: How about now?16:11
bialixI'm busy at work, if you want to do it -- I'll be happy16:11
smartgpxWell, this newbie contributor is getting confused and demotivated.16:12
bialixsmartgpx: please don't!16:13
bialixyour change is small enough, we can apply it via diff+patch16:13
GaryvdM_smartgpx: It seamed like you wanted to learn, but if you want me to I'll do it for you :-)16:13
smartgpx(Can't help being confused.. I;ll shelve the demotivated...)16:13
smartgpxI do want to learn. But there seem to be some artificial barriers. (ref. IGCs mail about community effort.)16:15
bialixsmartgpx: I'd blame bzr-explorer who made you drive into wrong direction16:16
bialixbut we just need to upgrade qbzr trunk to rich-capable format anyway, sooner or later16:16
GaryvdM_bialix: do we maybe need to give some notification?16:17
bialixaccording to official migration doc we don't need to delete old poor-roots trunk, jhust adding new branch in rich-roots and switch branch for trunk series16:18
=== GaryvdM_ is now known as GaryvdM
bialixso, we should send notification after we done16:19
smartgpxNo. BE by default made it impossible to merge back even on my own machine. But having kept the fmt such that I could mege back to the local branch I still PUSHed back in 2a. (Is the problem possibly the fmt that LP uses for a new PSUH?)16:19
smartgpxPSUH -> PUSH16:19
GaryvdMsmartgpx: When you push to lp, it will have the same format as your local format, by default16:20
smartgpxlocally the branch I PUSHed is WT fmt6, Branch fmt7, repo Packs 616:20
GaryvdMsmartgpx: If that is the case, maybe try pushing it again. to a new location in (like lp:~smartgpx/qbzr/qcommit_typo2)16:23
GaryvdMsmartgpx: I'm going to upgrade our branch now, so you don't have to worry about this.16:25
GaryvdMsmartgpx: I'll merge your change after I've upgraded.16:25
smartgpxGaryvdm: my branch on lp is already gone16:27
* bialix bbl16:27
smartgpxGaryvdm: right, pushed again using bzr cli this time, and proposed for merge16:32
GaryvdMsmartgpx: I've merged it.16:35
GaryvdMsmartgpx: Thanks for the fix. (My spelling is really bad :-()16:36
smartgpxGaryvdm: so was the fmt right this time? (if so it points to an issue with BE, no?)16:37
GaryvdMsmartgpx: Yes the format was correct.16:37
GaryvdMsmartgpx: Are you sure that you did not push it from a different (upgraded) branch?16:38
smartgpxGaryvdm: so if I push the same branch again with BE to a fresh destination can you check the fmt, please?16:38
GaryvdMSure16:38
smartgpx(actually, it will probably be qpush that is the suspect.) here goes...16:39
smartgpxright - its on ....qcommit_typo316:40
smartgpxGaryvdm: do you need a merge proposal, or will that confuse other players?16:42
GaryvdMsmartgpx: That was also in the correct format. (see https://code.edge.launchpad.net/~smartgpx/qbzr/qcommit_typo3)16:42
GaryvdMsmartgpx: no - don't do a merge proposal16:43
GaryvdMYou can see the format near the bottom16:43
GaryvdMit is "Packs 6 (uses btree indexes, requires bzr 1.9)"16:43
GaryvdMBye16:45
=== thekorn is now known as RainCT007
=== Guest98759 is now known as jelmer
=== RainCT007 is now known as sugar_honey
=== sugar_honey is now known as recover
RenatoSilvaverterok: hi19:16
* smartgpx tries an action message19:45
rehaniftHello, is it safe to use a 2.0 bzr client with a 1.0 server?19:58
beunorehanift, yes, although not super recommended19:59
rehaniftok, so it will not start using the new format? other user's who use 1.0 bzr clients will not be affected?20:00
LarstiQrehanift: if you branch a 1.0 branch into a 2.0 repository, it will upgrade20:02
LarstiQrehanift: but that is not related to version of servers or clients20:03
rehaniftso if I do a "checkout" with a 2.0 client from a 1.0 branch, it will keep the remote 1.0 branch format intact correct?20:04
LarstiQrehanift: yes, as long as you don't check out into a 2.0 repository20:05
LarstiQrehanift: if you don't use shared repositories, then the format will always be the same20:05
rehaniftok, great20:06
rehaniftthank you so much20:06
mtayloris there a _good_ way to get the diff of just the changes in revision 1186.6.1 ?20:12
asabilbzr diff -c 1186.6.1 ?20:13
mtaylor(in other words - how do I know what the parent is so that I can fill in X in -rX..1186.6.120:13
LarstiQmtaylor: -c20:13
mtaylorreally? cool20:13
LarstiQmtaylor: otherwise, use -r before:1186.6.1..1186.6.120:13
mtaylorLarstiQ: double cool--- both are good to know20:14
LarstiQmtaylor: (lifted from `bzr help revisionspec` btw)20:14
* mtaylor hides in corner20:14
LarstiQno no, I knew where to look for that :)20:14
mtaylorrevisionspecs are very flexible - which is nice... but also has that whole complex thing going on20:15
LarstiQyeah20:15
=== {}_ is now known as {0}
=== AnMaster is now known as {}_
=== r0bby_ is now known as r0bby|android
=== r0bby|android is now known as r0bby
phoenixzHi there, the location where my bzr branch should push to has changed.. How do I update this change in myh branch?21:23
user234234is this the right place to ask questions related to problems with Bazaar?21:23
phoenixzuser234234: Yes21:23
user234234I am running into a weird error which I can't figure out. While trying to branch my launchpad project, I get the following error:21:24
user234234"Error while executing branch,  [Errno 2] No such file or directory: u'C:/daga/workspace/cogmod2/.bzr/checkout/limbo/new-4/aux.py'-"21:24
phoenixzuser234234: but if you want an answer, you do have to ask your question..21:24
user234234this happens both with command line and using an plugin for eclipse21:25
user234234I am using windows 721:25
user234234I tried to run a virtual windows xp on the same computer and then it works fine21:25
rarphoenixz: bzr push --remember /new/location21:25
user234234also running ubuntu on another machine lets me branch this project fine21:26
user234234I have googled this error, but cannot find any related cases21:26
user234234any help would be appreciated21:26
rarstick the bit of bazaar.log related to that operation somewhere we can see it?21:27
rarsorry, .bzr.log21:27
rarnot sure where it'll be on 7, bzr version should tell you though21:28
=== r0bby is now known as r0bby|android
=== r0bby|android is now known as r0bby
user234234ok, that took a little while to find21:31
user234234Tue 2009-11-10 21:30:52 +000021:32
user2342340.063  bzr arguments: [u'checkout', u'lp:~joachim-degreeff/cogmod2/0.2.0']21:32
user2342340.078  looking for plugins in C:/Users/user/AppData/Roaming/bazaar/2.0/plugins21:32
user2342340.078  looking for plugins in C:/Program Files/Bazaar/plugins21:32
user2342340.219  encoding stdout as sys.stdout encoding 'cp850'21:32
user2342341.514  bzr-svn: using Subversion 1.5.6 ()21:32
user2342343.152  falling back to default implementation21:32
user2342343.152  failed to load system host keys: [Errno 2] No such file or directory: 'C:\\Users\\user/.ssh/known_hosts'21:33
user234234[ 3932] 2009-11-10 21:30:56.207 INFO: Connected (version 2.0, client Twisted)21:33
user234234[ 3932] 2009-11-10 21:30:57.142 INFO: Authentication (publickey) successful!21:33
user234234[ 3932] 2009-11-10 21:30:57.190 INFO: Secsh channel 1 opened.21:33
user2342346.958  creating repository in file:///C:/0.2.0/.bzr/.21:33
user2342346.989  creating branch <bzrlib.branch.BzrBranchFormat6 object at 0x01ED3F50> in file:///C:/0.2.0/.bzr/21:33
user2342347.176  Using fetch logic to copy between RemoteRepository(bzr+ssh://bazaar.launchpad.net/~joachim-21:34
user234234degreeff/cogmod2/0.2.0/.bzr/)(<RemoteRepositoryFormat>) and KnitPackRepository21:34
user234234('file:///C:/0.2.0/.bzr/repository/')(<RepositoryFormatKnitPack1>)21:34
user2342347.176  fetch up to rev {jdegreeff@b110-pbb116-20091110113205-94b1c062ota3le8b}21:34
user2342347.910  opening working tree 'C:/0.2.0'21:34
user2342347.956  Traceback (most recent call last):21:34
user234234  File "bzrlib\commands.pyo", line 842, in exception_to_return_code21:34
user234234  File "bzrlib\commands.pyo", line 1037, in run_bzr21:34
user234234  File "bzrlib\commands.pyo", line 654, in run_argv_aliases21:34
user234234  File "bzrlib\builtins.pyo", line 1336, in run21:35
user234234  File "bzrlib\bzrdir.pyo", line 1609, in create_workingtree21:35
user234234  File "bzrlib\workingtree_4.pyo", line 1473, in initialize21:35
user234234  File "bzrlib\transform.pyo", line 2147, in build_tree21:35
user234234  File "bzrlib\transform.pyo", line 2240, in _build_tree21:35
user234234  File "bzrlib\transform.pyo", line 2307, in _create_files21:35
user234234  File "bzrlib\transform.pyo", line 1138, in create_file21:35
user234234IOError: [Errno 2] No such file or directory: u'C:/0.2.0/.bzr/checkout/limbo/new-4/aux.py'21:35
user2342347.956  return code 321:35
user234234thats it21:35
user234234any ideas?21:37
LarstiQuser234234: no, that looks weird21:38
LarstiQuser234234: (in the future, please don't paste that amount directly to the channel, but use a pastebin service)21:39
bialixwindows cannot create file with names conataining con, lpt, com and aux21:39
LarstiQoh21:39
LarstiQaux.py21:39
LarstiQright :/21:39
user234234sorry21:39
rarha! that one went right past me.21:39
raralexander's is right, you need to call the file summat else.21:40
user234234really, that's all?21:40
raryup.21:40
user234234but why did it work on windos xp I wonder21:40
bialixmaybe this file is new?21:40
user234234no, it has been there all the time21:41
rarit might be silently failing on xp.21:41
bialixI can't create such file on my xp21:41
raryeah, run `bzr diff` in the branch on xp21:42
rarit'll tell you the file src/aux.py has been removed21:42
user234234ok, could be21:42
user234234I'll try to rename it and see if this solves the problem21:42
user234234thanks for the suggestion!21:42
rarI wish bazaar would tell you if a branch was valid on a given filesystem namespace21:43
rarnot that I often need to put code in places that only accept 8.321:44
bialixhmm, I forget, is there any way to set append_revisions_only property on remote branch w/o hitchiker?21:44
user234234indeed, the file aux.py is missing in the folder on XP, so that must be the problem21:47
user234234cheers for pointing it out21:47
hnoHow do I get information about pending merges in the current working directory? I.e. revisions being merged and their log messages.23:12
mwhudsonhno: bzr st -v23:14
mwhudsonhno: has that and some other things23:14
hnomwhudson: Does nothing for me.. same output as bzr st23:14
hnoBazaar (bzr) 1.18.123:15
lifelesshno: what does bzr st output23:15
mwhudsonhno: then i suspect you don't have pending merges?23:15
lifelesspastebin ftw23:15
hnomodified: [list] unknown: [list]23:15
lifelessif thats the lot, you have no pending merges23:15
hnoI have. And .bzr/checkout/merge-hashes lists them..23:16
lifelesshno: why do you think you have pending merges23:16
hnobecause the changes I have in the tree is from a "bzr merge -c... /path/to/other/tree"23:17
lifelessthats a cherrypick merge, it doesn't get recorded23:17
lifelessyou don't have pending merges.23:17
hnogah.23:17
hnowhy are they recorded in merge-hashes?23:17
lifelessso that bzr revert knows whether it has to make a backup or not23:18
hnoso this means I won't get the changelog history of cherrypick merges references in the commit either?23:19
lifelessthats correct23:19
hnoIs there any plans on fixing cherrypicks to be more of a proper bzr operation?23:20
hnoI mean with this level of tracking we have nothing to build on in bzr to improve compared to the manual merge tracking process we currently use for Squid.23:21
hnogetting the cherrypicked revisions recorded would help that a lot..23:23
lifelesshno: yes, there are plans. No timeline23:23
hnodo you know how others are tracking backporting of changes to earlier branches?23:24
hnowith bzr..23:25
lifelessthey do merge -c, then commit with a clear message23:25
hnoand relying on manually keeping track of what has been backported just as we do..23:26
hnowith a risk of pairing mismatches..23:27
hnoAnother related question: Is it possble to prerecord a log message while working on the tree, so it's available on commit? If so then I could script what we need in the log message so that it can be extracted properly by the change tracking..23:29
bob2bzr help commit -> -F23:30
hnothen I need to script commit as well... was more hoping for something what would get automatically added to the log message template on bzr commit..23:31
lifelesshno: its possible via a plugin23:34
hnolifeless: An existing one, or by writing a new one?23:34
lifelessthere are existing ones, they may not match exactly what you want23:35
hnohopefully at least good enough as starting point.23:36
bjp_this the right channel to ask a loggerhead question?23:38
hnolifeless: where can I find the existing ones?23:39
lifelessthe plugins page lists them all23:39
lifelessbjp_: yes23:39
lifelesss/all/many/23:39
hnolifeless: Not obvious to me which ones of those may be related to this...23:41
lifelesslet me have a look23:42
bjp_alright, I currently have loggerhead.conf to auto-publish a directory, and am serving it with apache.  This works fine and generates URLs like: server/foldername/branchname.23:42
bjp_I can access the branches fine, but the auto-generated links at the top of the page link to server//branchname23:42
bjp_so clicking on them goes to an invalid url23:42
bjp_it's not a serious issue, just annoying, I was wondering if I'm missing something in my .conf file23:43
lifelessAIUI loggerhead.conf is seriousl deprecated23:44
lifelessmwhudson: ^23:44
bjp_really? what else would you use?23:46
lifelessbjp_: bzr serve --http <path>, or serve-branches [-- options here] <path?23:49
lifelesshno: sorry, doesn't seem to be a matching plugin these days, I thought there was one23:49
hnolifeless: ok.23:50
hnolifeless: thanks anyway.23:50
bjp_lifeless: what about for using the daemon?23:52

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