[03:01] I'm trying to specify my Launchpad id for Bazaar, so it connects to Launchpad over SSL rather than HTTP. I've generated/set up the cert for my account, but when I try to use it I get an error: [03:01] bzr: ERROR: Connection error: curl connection error (SSL certificate problem: self signed certificate in certificate chain) [03:03] why would I get this error? It's supposed to be self-signed afaik [03:10] what are you trying to do? [03:13] long story short, I'm trying to pull/merge a repo (kicad), but I'm under Windows and am running into the out-of-memory issue in bzr - and am hoping that if I can use bzr+ssh rather than http it'll be resolved (as per https://answers.launchpad.net/bzr/+question/175127) [03:13] the above is pretty confused then [03:13] yes, yes I am :) [03:13] since you'd just paste your pub key into lp [03:13] and I meant ssh not ssl in the question sorry [03:14] yes I have done that [03:14] and it shows up just fine in LP - but bzr gives that error for some reason [03:15] no one else can see your console, so you'd have to bpaste.net the whole thing === mmrazik is now known as mmrazik|otp === mmrazik|otp is now known as mmrazik === yofel_ is now known as yofel === mmrazik is now known as mmrazik|lunch [11:44] hey guys === jam2 is now known as jam === mmrazik|lunch is now known as mmrazik [11:59] any ideea why i get this when trying to push? Error received from smart server: ('PermissionDenied' [11:59] ErrorFromSmartServer: Error received from smart server: ('PermissionDenied', '/opt/openerp/bzr_repo/.bzr/repository/upload/0f078pdsu80lqutwgm61.pack', ": [Errno 13] Permission denied: u'/opt/openerp/bzr_repo/.bzr/repository/upload/0f078pdsu80lqutwgm61.pack'") [11:59] To be more precise [12:01] look at the log on the server side? [12:03] what log? [12:03] Hi there. How do you downgrade to a previous branch ?? [12:03] say I wanna go fro; 3941 to 3936... [12:04] bzr revert 3946 [12:04] ? [12:04] Wiz_KeeD: the .bzr.log from the smart server side [12:05] Wiz_KeeD, thank you ! [12:05] grep for that error it sent you back and find the full traceback [12:05] i have the full traceback it gave me [12:05] you don't want the client side traceback [12:05] no problem osfd_ [12:05] Wiz_KeeD, what if I want to checkout an older rev ? [12:06] the error wasn't where you ran the command, it was remote [12:06] mgz would be more qualified to answer that i guess [12:06] yes [12:06] http://pastie.org/6116001 [12:07] osfd_: if you actually want a checkout, you just pass -r as with all the other commands that take a revision, see the help [12:09] mgz, http://pastie.org/6116016 [12:10] that doesn't look like the right log :) [12:10] which one is then? [12:11] it's porbably just unix perms on the directory you're trying to push to though [12:11] neither of those [12:11] i did locate .bzr.log [12:11] got only two locations and this is the only one that got updated when i tried to push [12:12] i've set ownership to my ssh user that pusshes and i get the same error [12:14] now i also set 777 on the whole dir and tried pushing i get the same error [12:14] I can even start from scratch creating a new repository if that would be required [12:14] `ls -l` the directory that the packfile with the error is in? [12:15] wait one sec [12:15] damn you were right [12:15] i wasn't payiing attention at the path [12:16] and my user is part of the group that owned it === wedgwood_away is now known as wedgwood === LeoNerd_ is now known as LeoNerd [16:47] This transport does not update the working tree of: bzr+ssh://wiz@dev.esserio.ro/opt/openerp/bzr_repo/aluart/. See 'bzr help working-trees' for more information. [16:47] what does this mean? [16:49] when working with remote branches, the tree doesn't get changed, only branch and repo [16:50] read doc/en/user-guide/core_concepts.txt docs if you're not sure on those terms [16:51] Wiz_KeeD: there is a push and update plugin, check bzr documentation [16:53] xnox: so, you should have jubany access now, poke me at any point if you have questions [16:53] mgz: yeap =) [16:54] so is that a bad thing? [16:55] Wiz_KeeD: not generally, as you don't want a remote tree at all. [16:57] phew :D [16:57] it updated the revno, i could pull it so i guess it's ok [16:59] not pull, just update. it's got the changes, the tree is just not updated. === deryck is now known as deryck[lunch] === deryck[lunch] is now known as deryck === nopf_ is now known as nopf === thumper is now known as vorpalbunny === _thumper_ is now known as thumper [21:37] Hiya. I created a new ppa: bzr push lp:~lantzr/+junk/cup-pdf-zel which was ok and working. What I do not understand is why it moved to lp:~Ubuntu-Etherpad/+junk/cup-pdf-zel [21:37] I'm new to bzr and launchpad [21:40] LantzR: there are no branches showing for ~lantzr [21:41] the only way it would move is if that user (I'm assuming you) moved it [21:42] or if it was pushed to lp:~ubuntu-etherpad/+junk/cup-pdf-zel [21:42] and not the lp:~lantzr location [21:47] thumper: yes the user was me and I pasted the above from my bash history. With typo. shouda been cups [21:48] jumper: I also was able to branch from ~lantzr on a different computer [21:49] LantzR: launchpad doesn't move branches by itself [21:49] ok thank you. [21:50] I should have pointed out that if lantzr changed the ownership of the branch the url chagnes [21:51] I forget sometimes that it isn't necessarily obvious [21:57] " I created a new ppa: bzr push " shows some level of confusion already [22:38] I have a branch with committed changes I want to have the branch "forget". To do so, I have pulled the parent branch and reverted, but I still can't get matching revision numbers, what can I do? [22:41] wolter: bzr pull --overwrite :parent? [22:41] yeah, pull without the --overwrite will just make sure that the revisions from :parent are in the ancestry of the current branch [22:42] with --overwrite it says "make this branch like that one" [22:46] thumper, mwhudson thanks!