=== doko_ is now known as doko === Hydrogen_ is now known as Hydrogen === bob2_ is now known as bob2 === unenough_ is now known as unenough === sdboyer|dcc is now known as sdboyer [06:23] Is there a way to import files from one bzr branch into another with history? === AfC is now known as AfC|tea === AfC|tea is now known as AfC [09:48] hi [09:49] hi [09:50] currently, I am collecting some of my basic data structures into some sort of private library (which is versioned using bazaar). Differing subsets of this library will be used in different projects, which are going to be versioned in bazaar again. I s there a neat way to nest checkouts, so I can have something like std/ co'd rom repository 1 and everything else to repository 2? [10:02] on the other hand, thinking this further: I need apt for source modules [10:14] tetha: Yeah, I think you'd be better off structuring the private library such that you can check all of it out for every project. [10:14] Furthermore, there's not really a good way to do it. Nested trees might help, once they land. [10:14] I'll subtly ping LarstiQ, who's working on them. [10:18] Yeah, that's what I didjust now [10:18] tetha: Cool. :) [10:18] if it grows large enough to be a problem, I will either try to abuse apt directly, look if someone wrote something like it for software or write my own ;) [10:19] tetha: What exactly are you looking to do? [10:20] Odd_Bloke: the ideal tool would be able to contain a bunch of modules (that is, code and test-files). Each module has a name and a description and dependencies on different modules. [10:20] tetha: Have you considered just packaging them? [10:20] given that, I am able to say "get module A" to that tool and it will get module A and transitive dependencies [10:21] furhtermore, some unified "update egverything" would be nice [10:22] I didnt dig much into that topic yet, so no [10:22] Right. [10:22] That would certainly solve this problem. :) [10:23] I guess so :) [12:22] Odd_Bloke: 'working on them' is a bit too big a word [13:45] LarstiQ: 'meant to be working on them'? ;) [13:49] 'slowly plodding through' [16:08] how can i view a version tree of a file and graphically select revisions to diff? [16:08] unenough: that sounds like work for viz from bzr-gtk or qlog from qbzr [16:09] unenough: 'bzr viz' [16:09] ok [17:54] I'm looking for a revision control system for web pages. I need the source code to be able to run as well, meaning if you go to a url, you're actually running the last revision. Can bazaar do this or should I look at something else? [17:54] ramvi: I'm not entirely sure what you are asking [17:55] ramvi: there is a bzr plug-in called bzr-upload that may do what you are after [17:55] * thumper goes back to hacking [17:55] thumper: that's because I didnt explain myself very well [17:55] :) [17:56] My idea is that I've got some guys working on a webpage. php. And when I go to thewebpage.com/bzr I see the code running, not the source of the php [17:57] thumper: so that you can test if it's working or not [17:57] I still don't understand what you mean [17:58] jeez, I suck. i'm sorry. launchpad is a place where you the view the branch source, right? [17:59] ramvi: launchpad has a branch viewer [17:59] ramvi: but the branch has to be in launchpad in order to see it [17:59] ramvi, so, you want loggerhead to view source [17:59] ramvi, loggerhead is a bzr web viewer === fta_ is now known as fta [18:04] thanks [18:54] Heh. [18:54] http://thread.gmane.org/gmane.os.dragonfly-bsd.kernel/12079/focus=12144 [19:01] in Bazaar, what's the proper way to get all patches committed by a certain username? [19:01] fynn, bzr whoami 'Name Lastname ' [19:03] beuno: I think he means something along the lines of bzr log --author="Name Lastname" [19:04] indeed I do. [19:04] :) [19:04] I want "display all patches committed by James Hacker" [19:05] in SVN, the way to do it is dump an XML log and parse it. [19:05] Doesn't bzr have an xml log? [19:05] fynn, bzr log --short | grep 'James Hacker' [19:05] ? [19:05] yes [19:05] there's a plugin calles bzr-xmloutput [19:05] http://launchpad.net/bzr-xmloutput [19:06] beuno: yeah, my problem is with grepping a short common string like "sam" [19:06] fynn, you can do it with xml [19:06] or, do bzrlib hackery [19:07] or use git-bzr and git log --author="sam" ;) [19:07] * beuno hits Pieter on the head === abentley1 is now known as abentley [21:53] hello [21:55] hi poolie [21:55] hi [21:55] are you back home now? [21:56] no, still epic-ing === thunderstruck is now known as gnomefreak === thunderstruck is now known as gnomefreak [22:26] just found the git book; for folk interested in tracking what they do [22:26] http://book.git-scm.com/7_the_packfile.html [22:32] that's a very nice explanation [22:32] I'm jealous of their webpage [22:32] http://git-scm.com/about === mark1 is now known as markh