[01:17] Hi guys - is vila around? [01:36] CameronP: not for 5 or 6 hours [01:36] lifeless: Thanks.. [01:50] Does anyone know how to "uninstall" bzr - I think my installing from source has broken on x64 centos [01:50] python setup.py xxxx? etc? [01:54] I just deleted the bzrlib dir from lib64 and this seemed to do the trick [01:54] however the install doesnt seem to work for x64 on centos [01:57] CameronP: can you file a bug please? [01:57] CameronP: uninstalling - setup.py doesn't offer uninstall ><> [01:57] CameronP: you might like to use the rpm spec file and build a package rather than installing directly. [01:57] yeah ill just run from source [01:57] it should be ok [01:58] setup.py build_ext -i [01:58] will build the extensions for you for that [01:58] we'd like a bug though, if install isn't working, so we can document/fix it [01:59] yeah sure will file it [02:09] hi, i am trying to merge the 1.4 source code with the 1.3.4 source code but when i go to merge it says "nothing to do" and then when i try to push it says "ERROR: These branches have diverged. Try using "merge" and then "push"." what do i do? [02:09] ub3rst4r: hi, are you just running "bzr merge"? [02:09] ya [02:10] it is probably merging from a different branch than you are pushing to [02:12] "bzr merge :push" will merge from the branch that it tries to push to [02:15] 31 conflicts encountered. what does that mean? [02:18] ub3rst4r: http://doc.bazaar-vcs.org/current/en/user-guide/index.html#merging-changes [02:29] wtf? [02:30] now theres two different branches [02:43] do any of you guys use the upload plugin? [03:17] does anyone know how to change the text editor in bazaar explorer? [03:31] wtf! [03:31] why cant i get this branch to merge [03:31] having probs eh [03:31] me 3 [03:37] i think i got it now [03:45] Using bazaar explorer for version 2.0 on windows vista seems to break - cant ssl in at at all :( [04:09] all working fine, jsut user error [05:22] i was just looking through some of my commits [05:23] is it typical for someone to have their bazaar "email" field set to their real emal? [05:23] email* === Adys_ is now known as Adys [05:27] meoblast001: What else would you use? [05:28] idk [05:28] i just noticed my commits said "meoblast@aol.com" and thought "was it always that way?" [05:28] figured out it was [05:28] so i thought i'd inquire if that was the norm [05:40] Just started with bazaar explorer, and wondering if someone can explain something to me - Up until now I've been using the centralised model [05:40] with checkouts and commits [05:41] to the server repository [05:41] in bazaar explorer, when i try and do an update, first [05:41] it seems to only do a local update, and doesnt pull it down from the server [05:41] does that make sense? [05:45] CameronP: If you're not using a checkout, that's what "update" does. [05:45] (Well, technically update is doing the same thing it always does: Updating the working tree to the tip of the branch; in this case, the branch is local, though.) [05:46] ok so Im getting stuck where another developer commits a change [05:46] it tells me i have to update first before commiting changes [05:46] but the update, just says nothing to do (as its just doing it locally i think) [05:48] if i go to command line and do a bzr update from my working directory, then it works ok and connects to the server and pulls their changes and merges them and then i commit [05:48] i Just dont understand why that doesnt work through the gui [06:15] It might be that Explorer isn't doing quite what it should in that case. [06:15] igc might know better [06:16] thanks... guess I'll just wait and see what the go is -has been confusing me all day ;) [06:16] igc: ^^ Explorer not properly update'ing a checkout? === orospakr` is now known as orospakr [06:55] I'm having an enormous amount of errors with bzr 2.0 [06:56] branches that pass "reconcile" with previous version are now raising Exceptions when using 2.0 [07:02] Keybuk: Pasteebin your exceptions. [07:03] just filed bug 441105 [07:03] Launchpad bug 441105 in bzr "bzr: ERROR: exceptions.KeyError: ('command.h-20061011134501-p0varet42063vbuy-1', 'scott@netsplit.com-20070106211437-hfvbhva2w9qextyd')" [Undecided,New] https://launchpad.net/bugs/441105 [07:05] Oh. That works too. [07:41] also bug 441120 [07:41] Launchpad bug 441120 in bzr "bzr: ERROR: exceptions.KeyError: ('test_job.c-20060802025841-69d13b49cc35d5ec', 'scott@netsplit.com-20090709110153-7dcfrdmjwojak3ud')" [Undecided,New] https://launchpad.net/bugs/441120 [07:56] and bug 441125 [07:56] Launchpad bug 441125 in bzr "bzr: ERROR: exceptions.KeyError: ('makefile.am-20080508221105-rbs9wugi1qq76gcs-2', 'scott@netsplit.com-20090702173125-4nayj8jp8h4f8jnq')" [Undecided,New] https://launchpad.net/bugs/441125 [08:05] I'm trying to move a project from bzr into a subversion repository, keeping the revision history. I've tried a few things with bzr-svn but I'm not having any luck -- does anyone have any pointers? === LarstiQ_ is now known as LarstiQ === thekorn_ is now known as thekorn === SamB_XP_ is now known as SamB === SamB is now known as SamB_XP [18:22] jelmer: say, did git/dulwich have something to push via http? (or should abuse something like a light pack + http push requests for the time being) [18:33] is it safe to upgrade to 2.0.0 ? [18:33] plugins will be broken ? [18:38] visik7: some might [18:38] visik7: but most of them have been updated [18:38] bzr webdav doesn't work [18:39] does it simply fail to load? [18:41] yes with this error: not installing http[s]+webdav:// support (only supported for bzr 1.12 and above) [18:42] that would be an obvious bug in the plugin [18:42] probably due to this if : if major < 1 or minor < 12: [18:42] are you running from a bzr checkout, or an OS package? [18:43] (and is this bug reported?) [18:44] SamB_XP: checkout and no it doesn't seem to be reported [18:44] well, I would (a) fix that line (b) push it to a launchpad branch and (c) request a merge [18:45] maybe also (d) report the bug [18:45] ;-) [18:47] fixed [18:48] now how can I create a branch on lp ? [18:48] and request a merge ? [18:48] visik7: do you have an account on lp yet? [18:48] yes [18:48] did you upload your SSH key? [18:49] yes [18:49] did you do a "bzr lp-login"? [18:51] no it says I haven't configured an user [18:52] bzr lp-login my-lp-username [18:59] ok done [19:00] visik7: okay, I assume you committed the fix to the plugin and are in the working directory? [19:00] yes === cha0s_ is now known as mr_cha0s [19:01] well, bzr push lp:~my-lp-username/bzr-webdav/version-checking-fix [19:01] assuming bzr-webdav is the right name for the launchpad project for the plugin [19:02] yes is the right name of the plugin of the original developer [19:02] but I renamed it [19:02] (the directory) [19:02] yes, of course [19:02] it says that bzr: ERROR: Invalid url supplied to transport: "lp:~visik7/bzr-webdav/version-checking-fix": No such project: bzr-webdav [19:02] hmm [19:02] do I need to create it from my panel ? [19:03] oh, apparantly the project is called bzr.webdav for some unknown reason ??? [19:04] so try that again with a "bzr.webdav" instead of "bzr-webdav" [19:04] man, this new launchpad theme is way too white [19:04] :) [19:04] it needs some panels of some kind ... [19:04] it's committing [19:04] hopefully it won't take too long [19:05] oh, wait, ... did you try just doing a "pull"? [19:05] yes [19:06] there was no updates [19:06] where did you have it checked out from ? [19:06] Created new brench [19:06] I check if there was any update a few minutes ago [19:07] ok I pushed and everything is ok seams [19:07] how to request for a merge ? [19:08] found [19:08] thanks for your support [19:09] the thing is, there was an attempt to fix the check for bzr 2.0 back in august ... [19:09] and yeah, it looks like that fix should have worked [19:10] so, I would try "bzr pull --overwrite lp:bzr.webdav" [19:10] mmm [19:11] and if that also works fine, I would go to your merge request and apologize for wasting time ;-) [19:11] though of course at least now you learned what to do if you ever find a bug you could easily fix in another plugin [19:11] yes infact [19:12] anyway how can I discard the merge request ? [19:12] I'm not sure if you can ;-) [19:12] someone else may tell you soon [19:12] ok np [19:12] going out now thank you again now I'll use launchpad instead of github to do stuff like this [19:12] SamB_XP: no, there's no push over http stuff [19:15] I have removed the branch [19:19] jelmer: say what? [19:19] I didn't mention push-over-http did I? === SamB_XP_ is now known as SamB_XP === khmarbaise_ is now known as khmarbaise