/srv/irclogs.ubuntu.com/2008/10/26/#bzr.txt

=== 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
pdf23dsIs there a way to import files from one bzr branch into another with history?06:23
=== AfC is now known as AfC|tea
=== AfC|tea is now known as AfC
tethahi09:48
jmlhi09:49
tethacurrently, 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?09:50
tethaon the other hand, thinking this further: I need apt for source modules10:02
Odd_Bloketetha: 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
Odd_BlokeFurthermore, there's not really a good way to do it.  Nested trees might help, once they land.10:14
Odd_BlokeI'll subtly ping LarstiQ, who's working on them.10:14
tethaYeah, that's what I didjust now10:18
Odd_Bloketetha: Cool. :)10:18
tethaif 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:18
Odd_Bloketetha: What exactly are you looking to do?10:19
tethaOdd_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
Odd_Bloketetha: Have you considered just packaging them?10:20
tethagiven that, I am able to say "get module A" to that tool and it will get module A and transitive dependencies10:20
tethafurhtermore, some unified "update egverything" would be nice10:21
tethaI didnt dig much into that topic yet, so no10:22
Odd_BlokeRight.10:22
Odd_BlokeThat would certainly solve this problem. :)10:22
tethaI guess so :)10:23
LarstiQOdd_Bloke: 'working on them' is a bit too big a word12:22
Odd_BlokeLarstiQ: 'meant to be working on them'? ;)13:45
LarstiQ'slowly plodding through'13:49
unenoughhow can i view a version tree of a file and graphically select revisions to diff?16:08
LarstiQunenough: that sounds like work for viz from bzr-gtk or qlog from qbzr16:08
mwhudsonunenough: 'bzr viz'16:09
unenoughok16:09
ramviI'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
thumperramvi: I'm not entirely sure what you are asking17:54
thumperramvi: there is a bzr plug-in called bzr-upload that may do what you are after17:55
* thumper goes back to hacking17:55
ramvithumper: that's because I didnt explain myself very well17:55
ramvi:)17:55
ramviMy 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 php17:56
ramvithumper:  so that you can test if it's working or not17:57
beunoI still don't understand what you mean17:57
ramvijeez, I suck. i'm sorry. launchpad is a place where you the view the branch source, right?17:58
thumperramvi: launchpad has a branch viewer17:59
thumperramvi: but the branch has to be in launchpad in order to see it17:59
beunoramvi, so, you want loggerhead to view source17:59
beunoramvi, loggerhead is a bzr web viewer17:59
=== fta_ is now known as fta
ramvithanks18:04
fullermdHeh.18:54
fullermdhttp://thread.gmane.org/gmane.os.dragonfly-bsd.kernel/12079/focus=1214418:54
fynnin Bazaar, what's the proper way to get all patches committed by a certain username?19:01
beunofynn, bzr whoami 'Name Lastname <your@email>'19:01
Pieterbeuno: I think he means something along the lines of bzr log --author="Name Lastname"19:03
fynnindeed I do.19:04
beuno:)19:04
fynnI want "display all patches committed by James Hacker"19:04
fynnin SVN, the way to do it is dump an XML log and parse it.19:05
fynnDoesn't bzr have an xml log?19:05
beunofynn, bzr log --short | grep 'James Hacker'19:05
beuno?19:05
beunoyes19:05
beunothere's a plugin calles bzr-xmloutput19:05
beunohttp://launchpad.net/bzr-xmloutput19:05
fynnbeuno: yeah, my problem is with grepping a short common string like "sam"19:06
beunofynn, you can do it with xml19:06
beunoor, do bzrlib hackery19:06
Pieteror use git-bzr and git log --author="sam" ;)19:07
* beuno hits Pieter on the head19:07
=== abentley1 is now known as abentley
pooliehello21:53
mwhudsonhi poolie21:55
pooliehi21:55
poolieare you back home now?21:55
mwhudsonno, still epic-ing21:56
=== thunderstruck is now known as gnomefreak
=== thunderstruck is now known as gnomefreak
lifelessjust found the git book; for folk interested in tracking what they do22:26
lifelesshttp://book.git-scm.com/7_the_packfile.html22:26
beunothat's a very nice explanation22:32
beunoI'm jealous of their webpage22:32
beunohttp://git-scm.com/about22:32
=== mark1 is now known as markh

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!