/srv/irclogs.ubuntu.com/2013/02/11/#bzr.txt

NutterI'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
Nutterbzr: ERROR: Connection error: curl connection error (SSL certificate problem: self signed certificate in certificate chain)03:01
Nutterwhy would I get this error? It's supposed to be self-signed afaik03:03
bob2what are you trying to do?03:10
Nutterlong 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
bob2the above is pretty confused then03:13
Nutteryes, yes I am :)03:13
bob2since you'd just paste your pub key into lp03:13
Nutterand I meant ssh not ssl in the question sorry03:13
Nutteryes I have done that03:14
Nutterand it shows up just fine in LP - but bzr gives that error for some reason03:14
bob2no one else can see your console, so you'd have to bpaste.net the whole thing03:15
=== 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
Wiz_KeeDhey guys11:44
=== jam2 is now known as jam
=== mmrazik|lunch is now known as mmrazik
Wiz_KeeDany ideea why i get this when trying to push? Error received from smart server: ('PermissionDenied'11:59
Wiz_KeeDErrorFromSmartServer: 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
Wiz_KeeDTo be more precise11:59
mgzlook at the log on the server side?12:01
Wiz_KeeDwhat log?12:03
osfd_Hi there. How do you downgrade to a previous branch ??12:03
osfd_say I wanna go fro; 3941 to 3936...12:03
Wiz_KeeDbzr revert 394612:04
Wiz_KeeD?12:04
mgzWiz_KeeD: the .bzr.log from the smart server side12:04
osfd_Wiz_KeeD, thank you !12:05
mgzgrep for that error it sent you back and find the full traceback12:05
Wiz_KeeDi have the full traceback it gave me12:05
mgzyou don't want the client side traceback12:05
Wiz_KeeDno problem osfd_12:05
osfd_Wiz_KeeD, what if I want to checkout an older rev ?12:05
mgzthe error wasn't where you ran the command, it was remote12:06
Wiz_KeeDmgz would be more qualified to answer that i guess12:06
Wiz_KeeDyes12:06
Wiz_KeeDhttp://pastie.org/611600112:06
mgzosfd_: if you actually want a checkout, you just pass -r as with all the other commands that take a revision, see the help12:07
Wiz_KeeDmgz, http://pastie.org/611601612:09
mgzthat doesn't look like the right log :)12:10
Wiz_KeeDwhich one is then?12:10
mgzit's porbably just unix perms on the directory you're trying to push to though12:11
mgzneither of those12:11
Wiz_KeeDi did locate .bzr.log12:11
Wiz_KeeDgot only two locations and this is the only one that got updated when i tried to push12:11
Wiz_KeeDi've set ownership to my ssh user that pusshes and i get the same error12:12
Wiz_KeeDnow i also set 777 on the whole dir and tried pushing i get the same error12:14
Wiz_KeeDI can even start from scratch creating a new repository if that would be required12:14
mgz`ls -l` the directory that the packfile with the error is in?12:14
Wiz_KeeDwait one sec12:15
Wiz_KeeDdamn you were right12:15
Wiz_KeeDi wasn't payiing attention at the path12:15
Wiz_KeeDand my user is part of the group that owned it12:16
=== wedgwood_away is now known as wedgwood
=== LeoNerd_ is now known as LeoNerd
Wiz_KeeDThis 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
Wiz_KeeDwhat does this mean?16:47
mgzwhen working with remote branches, the tree doesn't get changed, only branch and repo16:49
mgzread doc/en/user-guide/core_concepts.txt docs if you're not sure on those terms16:50
xnoxWiz_KeeD: there is a push and update plugin, check bzr documentation16:51
mgzxnox: so, you should have jubany access now, poke me at any point if you have questions16:53
xnoxmgz: yeap =)16:53
Wiz_KeeDso is that a bad thing?16:54
mgzWiz_KeeD: not generally, as you don't want a remote tree at all.16:55
Wiz_KeeDphew :D16:57
Wiz_KeeDit updated the revno, i could pull it so i guess it's ok16:57
mgznot pull, just update. it's got the changes, the tree is just not updated.16:59
=== 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
LantzRHiya. 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-zel21:37
LantzRI'm new to bzr and launchpad21:37
thumperLantzR: there are no branches showing for ~lantzr21:40
thumperthe only way it would move is if that user (I'm assuming you) moved it21:41
thumperor if it was pushed to  lp:~ubuntu-etherpad/+junk/cup-pdf-zel21:42
thumperand not the lp:~lantzr location21:42
LantzRthumper: yes the user was me and I pasted the above from my bash history. With typo. shouda been cups21:47
LantzRjumper: I also was able to branch from ~lantzr on a different computer21:48
thumperLantzR: launchpad doesn't move branches by itself21:49
LantzRok thank you.21:49
thumperI should have pointed out that if lantzr changed the ownership of the branch the url chagnes21:50
thumperI forget sometimes that it isn't necessarily obvious21:51
mwhudson" I created a new ppa:  bzr push " shows some level of confusion already21:57
wolterI 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:38
mwhudsonwolter: bzr pull --overwrite :parent?22:41
thumperyeah, pull without the --overwrite will just make sure that the revisions from :parent are in the ancestry of the current branch22:41
thumperwith --overwrite it says "make this branch like that one"22:42
wolterthumper, mwhudson thanks!22:46

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