=== Guest84471 is now known as fredp === fredp is now known as Guest65265 [20:19] Hi everyone. I'm trying to start using my Bazaar again. [20:20] I think Ive an issue with ssh because I got this error [20:20] Transport operation not possible: http does not support mkdir() [20:20] So I generated a new SSH key [20:20] uploaded to launchpad.net the public part [20:20] I still get the error [20:21] Is this all im missing ? IdentityFile /home/me/.ssh/id_rsa_launchpad [20:21] Seems to make no difference [20:21] DrZ: bzr help launchpad-login [20:22] DrZ: If you haven't configured your LP username, "lp:" URIs will use HTTP, not SSH. [20:23] So this was outputted [20:23] Setting ssh/sftp usernames for launchpad.net. [20:24] Still same error when I try commit [20:24] I don't get it [20:25] I configured my name earlier [20:25] You'll have to change the push (or maybe bound, by your ref to commit) location of the branch to the writable transport. [20:25] "bzr info" on the branch? [20:25] ^ [20:27] So I ran bzr info and I got a popup for my SSH password. Entered that. [20:27] Seems to return the repo info now [20:28] Added to list of known hosts [20:29] Same error though when I try commit [20:31] I havent used the repo in a long while. Would that cause any issues? [20:35] You still need to change the saved locations. Doing a lp-login doesn't change what's in existing branches. See the info output. [20:39] Do I put something into locations.conf in the .bazaar folder ? [20:40] Location: [20:40] shared repository: bzr+ssh://bazaar.launchpad.net/+branch/photofiltre-lx/ [20:40] repository branch: bzr+ssh://bazaar.launchpad.net/+branch/photofiltre-lx/ [20:41] I ran this - bzr info lp:photofiltre-lx [20:41] Run "bzr info" with no arguments in your *local* copy of the thing. [20:41] (or run "bzr info path/to/your/local/thing" [20:41] Ohhhhh XD [20:41] Sry completely misunderstood. [20:42] See, this is the problem with DVCSes. I say "The Branch" and it's ambiguous what i mean. ;P [20:42] Hehe :) [20:43] If we all used Subversion... :D [20:43] checkout of branch: http://bazaar.launchpad.net/~photofiltrelx/photofiltre-lx/main/ [20:43] That is the location output [20:44] Eww, Subversion just reminds me of every coding job I've had thus far. :D [20:44] Companies love SVN o_O [20:44] Not all companies. Some love VSS. [20:45] Perfoooooooorce [20:45] To say nothing of Clearcase... [20:45] The way to change the checkout to bzr+ssh is with 'bzr reconfigure --bind-to lp:~photofiltrelx/photofiltre-lx/main' I think? [20:46] I was gonna say just 'bzr bind lp:photofiltre-lx' [20:46] ah [20:46] (assuming that's the lp:whatever you originaly co'd it with) [20:46] Maybe bind doesn't just reset by itself? [20:46] Or get out a text editor and go digging in .bzr/checkout ;D [20:47] fullermd: I dunno [20:47] It'd be in .bzr/branch :p [20:47] Well, if it doesn't, you can just unbind and then bind lp:foo I guess. [20:47] Hum.. Will I try the bind command? [20:48] SweeEEEeeeEEeeeEEEeeeTTTTT!!! xD [20:49] Why didn't ye just say that in the first place ;) :D [20:49] Thanks guys! [20:49] Commit went though [20:52] Anyone have experience with Git import into Bazaar? [20:57] Not really. I'd guess the fast-import route would be the best bet? [21:04] Cool. Thanks!