[09:06] morning! [09:14] mgz! === mmrazik is now known as mmrazik|lunch [11:34] it's a shame that bound offline commits *always* come through as a merge [11:35] if there have been no intervening commits to the bound branch they could just be pushed up. [11:43] quicksilver: indeed [11:44] doesn't matter much but makes the log slightly fiddlier to read than perhaps it needs to me [11:44] and makes me choose between using "offline merge" as the commit message and forcing people to read the sub logs, or copying out the salient details. === mmrazik|lunch is now known as mmrazik [16:46] Ok so I've got a project I've started locally ... I want to *create* a remote repo which has this code with the --no-trees option [16:48] delinquentme: what transports can you access remote with? [16:48] delinquentme: you can just use the same command you would use locally [16:49] pretty much what jelmer said, unless you've only got http :) [16:49] jelmer: are you in our green and pleasant land yet? [16:49] jelmer, but bzr init-repo --no-trees /some/remote/server [16:50] how does bzr know whether im making a empty repo ... or whether i've got code that belongs in it? [16:50] mgz: are you quoting "Jerusalem"? [16:50] delinquentme: right, but sftp://some/remote/server etc [16:50] always been a fan of blake. [16:51] delinquentme: you would create the repo first, then push code into it [16:51] mgz: :) [16:52] mgz: I'm sitting in the train in Brussels, waiting for it to leave [16:53] ...and have been all day? :/ [16:53] at least belgian trains are well connected I guess [16:53] or for the benefit of vila, in france, even the wifi would be on strike! [16:54] jelmer, does that automatically make the remote repo the parent? IE will I have the expected $ bzr push :parent and $ bzr pull :parent operations ... that Im familiar with in projects that I've branched instead of initiated ? [16:55] delinquentme: :parent is simply an alias setup in .bzr/branch/branch.conf, by default it gets set to the URL you cloned from [16:56] jelmer, so since im not cloning then I'll need to set that up right? [16:56] delinquentme: well, if you want the local branch to consider the remote one as parent [16:57] but, yes [16:58] jelmer, check! [17:10] bzr: ERROR: Cannot lock LockDir(file:///home/thrive/rails_projects/ghgvc/GHGVC_RoR/trial/.bzr/branch/lock): Permission denied: "/home/thrive/rails_projects/ghgvc/GHGVC_RoR/trial/.bzr/branch/lock/pncf1lmgu4.tmp": [Errno 13] Permission denied: '/home/thrive/rails_projects/ghgvc/GHGVC_RoR/trial/.bzr/branch/lock/pncf1lmgu4.tmp' [17:10] this a permissions error? [17:10] i guess bzr needs write permissions? .. and is there a bzr user? === deryck is now known as deryck[lunch] [17:21] jelmer, I think this is a really simple chmod issue no? === deryck[lunch] is now known as deryck === mathrick__ is now known as mathrick === yofel_ is now known as yofel === dpb_ is now known as Guest75682 [23:15] how do i disable tbzrcache?