[06:58] How do I download my already-existing repo so I can make changes and push back up? [06:58] "bzr branch"? [07:07] Peng, thanks! I didn't know if that was just for new repos or not! [09:39] bzr: ERROR: Cannot lock LockDir(chroot-63781840:///~csh-a/calher-configs/trunk/.bzr/branch/lock): Transport operation not possible: readonly transport === Guest39001 is now known as fredp === fredp is now known as Guest91097 [22:08] I had problems trying to make a push -- http://hastebin.com/raw/uhapewidul [22:09] oh, and i did also generate an ssh key and give it to launchpad [22:10] What's the push location? [22:29] fullermd, I want it to go to . [22:31] Can't push over https. Also doesn't sound like a branch location anyway. [22:31] You probably want to do something like "push --remember lp:what/ever" and let it translate it, since you're logged in. [22:34] fullermd, Run command: bzr push [22:34] Using saved push location: bzr+ssh://bazaar.launchpad.net/~csh-a/calher-configs/trunk/ [22:34] That's where it went when I tried it. [22:34] I didn't actually try to push it to the https... [22:35] 'k, that's a writable transport (assuming you're logged in) [22:35] I have an SSH key and it knows my username... [22:35] If you're getting the chroot message, it's probably logging in OK. [22:35] the pubkey is on launchpad [22:35] Is csh-a you? [22:36] csh-a Is [22:36] 'k, so you're presumably be OK permissions-wise. [22:37] Can you 'bzr ping' that URL? [22:37] the weird lp: one? [22:37] I'd go with the bzr+ssh, just to be sure it's the same. [22:39] Response: ('ok', '2') [22:39] Headers: {'Software version': '2.6.0.lp.2'} [22:39] Well, that sounds reasonable enough. [22:42] Oh, hang on, that's an import branch? You probably can't push directly to those. [22:43] So you'd have to push somewhere else, or delete/move that aside and push up to it fresh making a normal branch. [22:43] (LP thing, not strictly a bzr thing) [22:44] I suspected that only Launchpad could mess with that branch. [22:44] Sounds confusing to move it somewhere else [22:44] Well, if you're wanting to maintain it in bzr, the import from git only matters long enough to do the conversion. [22:45] If you're planning to maintain them in parallel somehow, that's another matter. [22:45] I want to get rid of the git and start using bzr [22:46] 'k, then you don't need the LP import branch to sit there and keep running. So you can just delete it, and then doing a push will create a 'new' plain branch in the location. [22:57] fullermd, go to and click "Delete branch"? [22:57] Think so, yeah. Been a little while since I did it. [23:04] Branch deleted. In local bzr dir, pushing to lp:~csh-a/calher-configs/trunk [23:05] Jeez, this takes a while. [23:08] k$ bzr push lp:~csh-a/calher-configs/trunk [23:08] Created new branch. [23:10] But it doesn't show up on the web view. [23:13] its up now [23:13] thanks fullermd!!