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