[00:06] jelmer so I updated the wiki again with details [00:06] it _almost_ works on leopard - just not if you want svn+ssl [00:36] moin [00:37] re [00:38] dysinger: ok, that's not a bzr backtrace but a python-subversion one [00:38] hmmm [00:38] ok [00:38] dysinger: does "bzr branch" work with https:// ? [00:38] one sec [00:39] no same error on ssl [00:40] I wonder why it works with non-ssl and python-subversion [00:42] it looks like it may be a bug in the python bindings for the function that asks whether you would like to accept a specific SSL certificate === mw__ is now known as mw|out [00:44] strange. I already accepted the cert permanently earlier using straight svn [00:47] this function gets called before svn itself I think [00:56] dysinger: you may want to try commenting out line 54 of transport.py [00:57] sure [00:57] in svn ? [00:57] oh ok in bzr-svn [01:01] bummer http://pastie.caboo.se/141749 [01:01] now it looks like libsvn_diff ??? [01:02] it's calling libsvn_ra_local too [01:02] that's for a file:/// scheme [01:03] oh nevermind [01:03] I am reading too much into the stack without knowing python. [01:05] dysinger: are you sure line 52 is commented out? [01:05] sorry, 54 [01:05] you said 54 [01:05] y 54 # svn.client.get_ssl_server_trust_file_provider(pool), [01:06] whoops [01:06] can you enable line 54 again and comment out 46 and 47? [01:06] the providers += lines ? [01:10] woot it is working.... :8 [01:11] * dysinger crosses fingers [01:11] ok, looks like it's time to file a bug in the subversion bug tracker [01:13] woot at least it works. [01:14] I'll just keep installing bzr-svn stable and svn 1.5 trunk from scratch until it's fixed. [01:21] it worked [01:43] igc, poolie: hi [01:43] reading the irclogs I recently found guillaumebokiau problems with the 10.4 dmg (ppc) [01:45] I'm trying to build it as universal, but I can't test it because I don't have a intel mac [01:47] hi Verterok [01:47] I can help with that [01:48] great! :D [01:48] I'm happy to test it on 10.4 on Intel on my laptop [01:48] do you have the developer tools installed? [01:49] hmm - not sure [01:49] I do have MacPorts installed from memory so that means yes? [01:49] let me check [01:50] and make and gcc both exist on my path fwiwi [01:50] http://www.macports.org/install.php says you should [01:50] maybe you can build it as universal, it's pretty easy using my scripts ;) [01:51] sure [01:51] where do I start? [01:51] if you have time to do it, of course :) [01:51] I can fit it in :-) [01:51] bzr branch http://freeshells.ch/~guillo/code/bundle-10.4/ [01:52] and follow the building instructions ;) [01:53] the versions I'm using for the build are: bzr == 1.1, bzr-rebase == 0.3, bzrtools == 1.1.0, pycrypto == 2.0.1, paramiko == 1.7.1 and bzr-email == trunk [01:54] ok, I have the branch [01:54] I'll ping you if I have any questions [01:55] thanks a lot! [02:02] Verterok, cool, thanks! [02:02] igc, spiv, please work out about your trip... [02:03] poolie: happy to help, and write some python (instead of java) :D [02:04] poolie: chatting now :) [02:04] * poolie stops nagging === bigdo1 is now known as bigdog [02:47] * igc lunch - back later [03:00] Is there an official way to voice your support for something? I would REALLY appreciate a more complete textmate integration bundle for bazaar. [03:01] But I'm not programmer enough to assist with the project [03:02] Verterok: bzr-eclipse is using the XML plugin, right? [03:03] (asking only because https://blueprints.launchpad.net/bzr-eclipse/+spec/bazaar-java-client is kinda vague about it) [03:03] AfC: yes [03:04] * AfC tries to find that. [03:04] actually the java lib under the hood is usingt it [03:05] AfC: you are right, I need to write a wiki page about this and link to the blueprint [03:06] Also, if you have any question, I'ld be pleased to answer [03:08] * AfC has been studying Eclipse's platform. I've seen some crazy code bases in the past, but yikes. [03:09] Nutso project of the week: Java editing in vi using Eclipse as a back-end http://eclim.sourceforge.net/ [03:11] I look at it some time ago, it start a headless eclipse...who said vim is a lightweight editor? :) [03:12] I've been trying to figure out how much of Eclipse can be used headless. It would seem "quite a lot" [03:13] I suppose all non-ui plugins [03:13] ... the Anjuta guys want to add Java functionality; my suggestion to them was to see if they could hook into Eclipse for the introspection they'd need. [03:14] Verterok: yeah. The question is are things like code-completion and hierarchy & outline abstracted out, or buried in the UI code. [03:14] Anyway, off topic for this channel, sorry. I thought I'd have another poke at bzr-eclipse to see what I could learn by comparison. [03:15] private? [03:15] Go ahead [03:15] * AfC is getting ready to go out for coffee [04:12] Is there a way to delete a versioned directory from a tree, and claim "don't touch this directory ever again", so that future merges won't generate conflicts regarding this directory? [04:13] What I'm doing is complete rewriting a part of a project (the debian/ directory), while upstream is still making changes to that part occasionally. [04:16] minghua, i think the cleanest way would be to rename theirs to eg debian.upstream [04:16] and then make a new directory for yours [04:18] Ah, so renaming is better than deleting, makes sense. [04:18] poolie: Will try that, thanks! [04:24] you're welcome! [04:25] bzr rename support ftw :) [04:41] Verterok: looks like I'm missing some stuff (like setuptools). I want to wrap up some other work first so I'll have another go later today or tomorrow. [04:42] oh, I missed that :P [04:43] igc: thanks again! [04:43] I'm trying to fix my Xcode installation, it seems that 2.5 kill my libtool :( [04:46] igc: for building the mpkg, the deps are: setuptools == dev, py2app >= 0.3.6, bdist_mpkg >= 0.4.3. easy_install install all other dependecies. [04:47] * Verterok heading to bed... [04:48] seeya! [04:49] seeya [08:56] hi [08:57] is it possible to migrate a project from one svn repo to another, using bzr-svn? [08:58] robsta: I think tailor (http://wiki.darcs.net/index.html/Tailor ) would be a better fit for doing that, no idea how easy it'd be with bzr-svn though [08:59] TFKyle: does tailor work without file-system access? [09:00] robsta: yep [09:00] (actually, if the server is subversion 1.4 or newer I think there's svnsync or something similar that does that) [09:01] (more efficiently than tailor or bzr-svn I believe) [09:01] looks like i'm asking the right people :) [09:02] will check it out [09:06] hmm, on the other hand: "You should not commit to, or make revision property changes in, the destination repository by any method other than 'svnsync'. In other words, the destination repository should be a read-only mirror of the source repository." in svnsync help init, not sure why though, might be reasonable to if you don't need to sync anymore afterwards [09:07] robsta: bzr-svn is very powerful, but keep in mind that any non-native tool doing a transformation will always bear the risk of being lossy in some manner. [09:07] tailor also counts as a non-native tool in this regard. [09:07] robsta: can't you just `svn_dump` or `svnadmin dump` or some such? [09:08] AfC: doesn't that require file-system access? [09:08] well, on the source machine i have it [09:08] robsta: (sorry, yes it does. I was making an assumption) [09:12] svnsync wants special hooks set, can i do that via DAV? [09:12] * igc night all [09:30] Why not take this opportunity to switch to bzr? :) [09:33] Peng: good show [09:40] because garage.maemo doesn't support it [10:56] Just wondering, can one host a complete project on launchpad? (Basically, do I need a sourceforge project first, or can I just host it on launchpad?) [10:59] yacc: yep (well, partially - lp doesn't do web hosting apart from what launchpad provides itself) [11:02] TFKyle: Well, that shouldn't be the biggest issue here ;) [11:03] Ok, now I just need to refactor that pile of dung, so that my face does not flash red when thinking about publishing the code :) [11:30] Anyone want to talk about nested tree support? [11:32] LarstiQ: ping ^ [11:38] Incidentally, are the Pyrex extensions used on Windows? [11:47] sure [11:49] Yeah, I just spent those 9 minutes installing Pyrex / MinGW and find out the .pyd files are there already :-) [11:50] Ah well, at least if I use a dev branch it'll run fast.... [11:50] ;) [12:01] hi thumper [12:01] lifeless: hi [12:01] lifeless: how goes London? [12:02] cool === mrevell_ is now known as mrevell-lunch === mrevell-lunch is now known as mrevell [13:35] are there any functions for parsing "bugs" revision properties yet? [13:40] not sure [13:40] New bug: #185072 in bzr "checkout MemoryError" [Undecided,New] https://launchpad.net/bugs/185072 [13:41] * jelmer is trying to spend 5 spare minutes implementing a "bugs" tab in bzr viz [13:41] cool [13:41] how is larstiq these days? [13:42] heh. I just spent "5 minutes" on something. 5 hours later... [13:43] Yeah, it always happens when you have a deadline for something else too [13:44] "Oh, if I spend 5 minutes implementing foo, it'll make doing bar a lot faster..." [13:44] Well I have a deadline for sleep. See ya [13:45] * awilkins slurps coffee [13:45] I may take a nap though, wifey kept me up snoring all night [13:51] lifeless: he's back on IRC but a bit busy with other things afaik === mw|out is now known as mw === kiko__ is now known as kiko-phone [14:33] ok, little bit more than 5 minutes :-) [14:33] http://samba.org/~jelmer/bzr/bzr-gtk-bugs.png [14:36] hmm, likewise it should be possible to select the bug you've fixed using gcommit [14:36] lifeless: There doesn't happen to be some pygtk app that allows browsing launchpad bugs ? [14:37] there is bughelper, which is cli [14:38] ah, ok [14:39] NoSuchRevision: KnitRevisionStore(VersionedFileStore('file:///home/mtaylor/src/ndb-connectors/.bzr/repository/')) has no revision mtaylor@mysql.com-20080120230546-5k2iof52169dzz7x [14:39] I was trying to do a bzr diff [14:41] New bug: #185086 in bzr "No easy way to access "bugs" revision property" [Wishlist,Triaged] https://launchpad.net/bugs/185086 [14:41] mtaylor: Is this a repository originally imported from svn? [14:41] jelmer: nope [14:41] jelmer: this is a pure bzr repos [14:42] so I also now get this, when I try to branch that branch to somewhere else: [14:42] bzr branch devel develnew [14:42] bzr: ERROR: The branch devel has no revision None. [14:42] mtaylor: which repository format? [14:43] Shared repository with trees (format: dirstate or dirstate-tags or knit) [14:43] mtaylor: can you do a bzr check ? [14:44] bzr check [14:44] bzr: ERROR: Revision {mtaylor@mysql.com-20080120230546-5k2iof52169dzz7x} not present in "revisions". === naee is now known as eean [14:44] do you use NFS ? [14:44] nope. this is on my laptop [14:44] xfs [14:44] ok, bizarre [14:44] so here is what bzr hinks is going on [14:44] this is not the first time this has happened to me [14:44] .bzr/repository/revisions.kndx does not list mtaylor...zz7x [14:45] ok [14:45] but .bzr/branch/* does [14:45] are you using rsync to move data around or anything like that? [14:45] nope. just normal bzr [14:45] if this is happening repeatedly, something is causing it not cosmic rays :) [14:45] you don't use 'rspush' ? [14:46] nope. just push and pull and branch over bzr+ssh [14:46] was this revision the same one that the problem occured in before? [14:46] and are you able to upgrade to packs :) [14:46] the only likely thing I can think of is: [14:47] I can certainly try - but no, the last time this happened I just created a new repos, branched from pushed branches and manually added the diffs back [14:47] mtaylor: have you run xfs_fsr recently? [14:48] jelmer: no. should I? [14:48] mtaylor: no, but apparently that could be a cause for corruption [14:48] ah. [14:48] I see another report on the mailing list about corruption on XFS [14:49] I did have my laptop power off due to battery death on the plane the other day [14:49] https://lists.ubuntu.com/archives/bazaar/2007q3/029036.html [14:49] I would be very sad if that caused something to not be written to disk [14:52] It seems somewhat likely to me this is related to XFS since it's not that commonly used and I can't recall any corruption reports in the last year except from the one I just linked to [14:52] that may be a somewhat premature conclusion, though [14:52] yeah. [14:52] would it be helpful at all for me to tar up my repo and send it to someone? [15:01] lifeless: should I be using packs for everything now? [15:15] so, now I'm also getting this: [15:15] AttributeError: 'NoneType' object has no attribute 'as_dict [15:15] when I try to pull [15:15] it seems to be in: [15:15] File "/usr/lib/python2.5/site-packages/bzrlib/lockdir.py", line 445, in _parse_info [15:15] return read_stanza(info_file.readlines()).as_dict() [15:22] lifeless: would a copy of my repos be helpful? it's a public project [15:35] New bug: #185095 in bzr-gtk "gcommit should provide ability to mark bugs as fixed" [Wishlist,Triaged] https://launchpad.net/bugs/185095 === phanatic_ is now known as phanatic [15:38] hi mtaylor sorry I was distracted by the boss :) [15:38] lifeless: darn bosses [15:38] mtaylor: yes, packsa re good kthxbye [15:38] :) [15:38] so your bug the only ting I can think of is: [15:39] append(revisions.knit) [15:39] append(revisions.kndx) [15:39] write(branch_data) [15:39] poweroff -> branch_data committed, revisions.knit not [15:39] ahhh [15:39] AIUI xfs is very much against writing data to disk [15:40] * mtaylor . o O ( 2pc between branch_data and revisions.knit ) [15:40] lifeless: that sounds reasonable [15:41] lifeless: anyway you can think of to recover from this? [15:45] uhm [15:47] Custom tiny script to roll back that one change? [15:51] mtaylor: what format branch is it ? (bzr info -v and look for Branch Format) [15:52] lifeless: that gives me a traceback [15:52] File "/usr/lib/python2.5/site-packages/bzrlib/lockdir.py", line 445, in _parse_info [15:52] return read_stanza(info_file.readlines()).as_dict() [15:52] AttributeError: 'NoneType' object has no attribute 'as_dict' [15:52] less .bzr/branch/format [15:52] Bazaar Branch Format 6 (bzr 0.15) [15:52] oh! [15:53] ls .bzr/branch/lock [15:53] and .bzr/repository/lock [15:53] we have at least one latent bug here [15:53] mtaylor@solace:~/src/ndb-connectors-borked/devel$ ls .bzr/branch/lock/ [15:53] held [15:53] mtaylor@solace:~/src/ndb-connectors-borked/devel$ ls ../.bzr/repository/lock/ [15:53] held [15:53] ok, ls in the held dir too ? [15:53] info [15:54] in both ? [15:54] yes [15:54] ok, can you please file a bug about that backtrace [15:54] yes. [15:54] you can get the whole trace from .bzr.log [15:54] separately [15:54] which one? [15:54] is this the bzr info -v produces a backtrace ? [15:54] bzr info -v failing [15:54] ok [15:54] now, bzr thinks that this tree is locked [15:55] oh [15:55] well that's silly [15:55] its consistent with a poweroff failure and changes not being flushed to disk [15:55] bzr break-lock [15:55] return read_stanza(info_file.readlines()).as_dict() [15:55] AttributeError: 'NoneType' object has no attribute 'as_dict' [15:56] should let you break them; if it doesn't (and it may not as the info -v failure is indicative of a problem) we will brek them by hand [15:56] rm the 'held' directories. That will let us start mutating the tree [15:56] now, we need to figure out the most recent commit [15:56] install the 'heads' plugin [15:57] (most recent commit that has been committed :) [15:57] we'll want to work on a copy of the tree not the tree itself. [15:57] ok [15:57] copy of the branch or copy of the whole repos? [15:58] oh. nm... I've got a backup, I just tarred it up a second ago [15:59] k [15:59] now [15:59] looking for heads plugin [16:00] k gotit [16:00] is it me or is the latest bzr you can get from your repo much faster than the one in ubuntus repos? [16:00] dennda: the one in ubuntu is old [16:00] dennda: it's not just you [16:01] boy that is good news! [16:02] lifeless: ok. I' ve done all of that [16:03] lifeless: heads doesn't show my devel branch at all [16:03] I think you --all [16:03] *need* [16:03] yup [16:03] now find a rev id you want to use [16:04] init a new branch (can be in the same repo if you like) [16:04] bzr pull -r revid:REVID ../oldbranch in the new branch [16:04] this will give you a healthy branch, and we need to just recover your most recent commit [16:04] lifeless: it shows two entires for branch "devel" [16:04] both of them show as (dead) revisions [16:04] thats because the graph is incomplete [16:05] ok [16:05] are they both yours? [16:05] yes [16:05] and one of them is the one I would want [16:05] good [16:05] thne do the above [16:05] bzr: ERROR: Revision {mtaylor@mysql.com-20080120230546-5k2iof52169dzz7x} not present in "revisions". [16:05] New bug: #185103 in bzr "bzr info -v produces a traceback" [Undecided,New] https://launchpad.net/bugs/185103 [16:06] that was in heads ? [16:06] yes [16:06] hrm [16:06] but was listed as dead [16:07] ok, lets try a different approach [16:07] :q [16:07] * mtaylor is having fun with bzr today!!! [16:07] python [16:07] import bzrlib.repository [16:08] r = bzrlib.repository.Repository.open('.') [16:08] r.lock_read() [16:08] heads = r.get_graph().heads(r.all_revision_ids()) [16:08] bzrlib.errors.NoRepositoryPresent: No repository present: "file:///home/mtaylor/src/ndb-connectors-borked/devel/" [16:08] use .. then :) [16:08] oh, right [16:08] du [16:09] ok. I have a heads set [16:09] mtaylor: how big is it, and is ...7x in it ? [16:10] lifeless: there are 7 elements, and no, ...7x is not there [16:11] good :) [16:11] ok, we can look at each commit with: [16:11] print r.get_revision(revid).message [16:11] one of the elements should be the previous commit on the damaged branch [16:12] yes. there it is [16:12] mtaylor@mysql.com-20080120223107-b1c4f5d4bez3g38h [16:13] ok, init another branch, pull that revid into it with the instructions from above [16:14] I'm still getting the bzr: ERROR: Revision {mtaylor@mysql.com-20080120230546-5k2iof52169dzz7x} not present in "revisions". [16:15] ok [16:16] echo '0 null:' > .bzr/branch/last-revision [16:16] then try [16:19] If you do it in the same repo, couldn't you just 'pull -rfoo .', and save possibilities of getting confused by the b0rked branch? [16:20] fullermd: yah [16:22] ok. I tried pull -rfoo . [16:22] and I got: bzr: ERROR: Revision {mtaylor@mysql.com-20080120222208-5vy3xpyzb0pl7lcj} not present in "44/configure.in-20070228020914-u2pk759xg7thauwf-13.kndx". [16:27] and I tried echo '0 null:' > .bzr/branch/last-revision [16:28] in the new branch and then pulling and that didn't work [16:28] should I try echo '0 null:' > .bzr/branch/last-revision in the devel branch? [16:29] jelmer: if i use bzr-svn, do i get merge tracking? :) [16:30] jrydberg_: Yes [16:31] jelmer: how do you do that? [16:31] jrydberg_: bzr-svn stores the non-lhs parents in a svn property [16:32] well, not the parents itself but the parent revids [16:32] jelmer: cool. do i still have to patch the python bindings? [16:32] jrydberg_: yes, unless you are on Debian Sid/Lenny or Ubuntu >= gutsy [16:37] mtaylor: I'm smeelling more and more data issues here [16:37] mtaylor: is the copy on launchpad healthy ? [16:37] lifeless: yeah - I'm repulling that right now [16:37] lifeless: you think just use that an apply individual changes by hand? [16:37] mtaylor: also, *really* move to packs: the non-append nature of that makes it much more robust against silly file systems (though not imune) [16:38] I think use that and copy your working tree over the top [16:38] lifeless: ok. do I need to do anything to upgrade my lp repos? [16:38] bzr upgrade sftp://bazaar.launchpad.net ..../ [16:38] sftp is important [16:49] for the upgrade? [16:49] oh, because lp doesn't have recent bzr [17:18] mtaylor: no, because bzr+ssh doesn't have an upgrade verb today :) [17:50] lifeless: 'meh' sums it up currently [17:50] awilkins: you wanted to talk? [17:53] Unable to obtain lock .bzr/checkout/lock [17:53] what now ? [17:54] I restarted the computer to no luck. [17:54] I deleted /held/ to no luck [17:55] LarstiQ: I was wondering how the nested trees were doing :-) [17:55] does "bzr break-lock" help? [17:56] ah, yes, thx [17:56] awilkins: at least from my side, not a lot of movement lately. But got an offer to tests on some reallife machines, so I'll be wanting to get back at it. Have to spend time in airports tomorrow, we'll see. [17:57] but when i commit now i get this : [17:57] awilkins: so the status is roughly, they exist but don't try to do too much with it if you're not willing to deal with breaking [17:57] LarstiQ: Ah, ok, I have some reasonably substantial VB6 projects with lots of use-of-common-library-but-not-linked-compiled-in [17:57] Committing to: /Users/guillaumebokiau/Sites/xpattern-1.0/ [17:57] modified textpattern/lib/txplib_parse.php [17:57] -------------- This line and the following will be ignored -------------- [17:57] modified: [17:57] textpattern/lib/txplib_parse.php [17:57] unknown: [17:57] bzr_log._4LcnW [17:57] css/articles.css [17:57] css/default.css [17:57] LarstiQ: So more testing material :-) [17:57] textpattern/.DS_Store [17:57] textpattern/config.php [17:57] textpattern/publish/newtaghandlers.php [17:57] ~ [17:57] ~ [17:57] ~ [17:57] ~ [17:58] ~ [17:58] ~ [17:58] guillaumebokiau: woha, easy there [17:58] ~ [17:58] ~ [17:58] eek [17:58] ~ [17:58] ~ [17:58] "bzr_log.Q_aXL4" 13L, 275C [17:58] and it freezes or sthg [17:58] sorry for your ears :) [17:58] guillaumebokiau: please use a paste service if you got more than a few lines to show [17:58] You're lucky this channel doesn't kick for excess flood [17:58] awilkins: good, good :) [17:58] awilkins: does code move across those subtree boundaries often? [17:59] will do [17:59] LarstiQ: I think the commonest case is where I patch the library a bit and want some of the changes but not all pushed to the main branch [18:00] LarstiQ: Or maybe all [18:00] ah, ok [18:00] I've tried both common approaches - svn:externals and svn cp [18:01] awilkins: you're using svn as a backend? [18:01] awilkins: I'm using svn as my production VCS at present [18:01] and you'd want to keep it that way? [18:02] LarstiQ: I'm experimening with bzr because some of the things I'm having to do are very slow now [18:02] LarstiQ: The big one is this project where I'm having to do a lot of merging - in an automated manner, with possible trunk > branch merges followed by branch > trunk merges [18:03] ok [18:03] LarstiQ: No nested trees in that one though, but I'm shuddering at writing it for svn ; the problem is it's for an Eclipse application and the bzr-eclipse plugin is rather ... green [18:04] I might actually want to leverage bzr anyway to make the branch management easier [18:06] hey Zindar [18:06] anyone available to help me with the problem? [18:06] awilkins: how early in the process would you feel comfortable testing stuff out? [18:06] awilkins, you can file bugs for any bzr-eclipse features you'd like. The developer is fairly active, he just needs stuff to do ;) [18:07] guillaumebokiau: when does it freeze? Did you write a commit entry and save it? [18:08] yes, a couple [18:08] LarstiQ: I can find some time to set up a bzr repo and import some branches into it for my projects and the common library, and trty nesting it. [18:08] It seems I can uncommit though. [18:08] would that help : uncommiting the last commit? [18:08] awilkins: cool. I'll ping you when I have a current branch then. [18:09] guillaumebokiau: why would you do that? [18:09] In case it was the last commit that caused a problem [18:09] LarstiQ: I tried to branch it from launchpad but I got no joy, soes it need an upgrade or somehitng? [18:09] but no, that doesn't seem to solve it. [18:09] guillaumebokiau: I'm confused as to what your problem is, could you explain it once more please? [18:09] LarstiQ: I think I filed a bug for that [18:10] awilkins: what did you try to branch? [18:10] bzr-svn [18:10] I try commiting. It then does that error code I posted above [18:10] and creates a log [18:10] well, i don't even know if it is an error code [18:10] awilkins: be sure to name the resulting branch something like 'svn', that is, don't leave the - in the plugin name or it will not be seen as a valid plugin. [18:11] LarstiQ: Ah, the replay branch, sorry [18:11] guillaumebokiau: what exact error? [18:11] awilkins: now you're out of my league and into jelmer's, I don't know that much about bzr-svn :) [18:11] LarstiQ: Nothing to do with nested trees [18:12] awilkins: not directly at least, it may be a consumer of them [18:12] LarstiQ: That would be a potential use case, since I have the source in an SVN repo at present [18:12] guillaumebokiau: can you comit if you do 'bzr commit -m " message here" ' ? [18:13] ah, maybe i forgot the message [18:13] will try [18:13] LarstiQ: And no immediate chance of changing that ; this is a government dept. and I only just managaed to convert them to SVN 2 years ago (from the "bung it on a shared drive and pray" method) [18:14] ok, that was it. stupid me [18:14] LarstiQ: For reference, they had been considering either CVS or Visual SourceSafe for 6 months.... [18:14] thanks lifeless and LarstiQ [18:15] awilkins: ah yes, the government is always fun :) [18:15] guillaumebokiau: np [18:17] * LarstiQ goes afk for a while [18:45] awilkins: there is no reason to be using the replay branch at the moment [18:45] it's still a work in progress and doesn't provide any advantages over using the 0.4 branch [18:47] jelmer: Is improved speed not an advantage? [18:47] jelmer: Particularly since (AFAIK) it doesn't support a horizon. [18:47] awilkins: the replay branch is a work in progress, it's not finished yet [18:47] awilkins: it doesn't provide any advantages yet [18:47] jelmer: Yes, fair enough, I wasn't expecting to use it in production, I just wanted to look at the source [18:48] jelmer: Working replay would be a major plus point for bzr over the likes of SVK, which has replay but it doesn't work on Win32 [18:49] awilkins: replay != history horizon [18:49] jelmer: It makes a lot of difference on larger trees [18:49] awilkins: or is the advantage of using svn_ra_replay() over a bunch of svn_ra_update() calls really that big? [18:50] jelmer: Yes, replay is not horizon, but without horizon, taking the full history of an SVN branch is a very prolonged task without replay [18:50] jelmer: SVK has enormous CPU demands even on fairly small trees (a few thousand XML files) [18:51] And that's perl, it's supposed to be astounding at that sort of thing [18:51] awilkins: what makes replay so fast then? afaik the only thing you save is 1 roundtrip per revision [18:52] awilkins: I'm going to have to measure it now, aren't I :-) [18:52] So what's the deal with keyword substitution implementation in bzr? [18:52] xif: there is none [18:52] the best I could find was this brain-dump: http://bazaar-vcs.org/KeywordExpansion [18:52] xif: there is a specification, but nobody is working on implementing it at the moment [18:52] yep, that's the one [18:53] jelmer: hm, sucks, why not? [18:53] surely you bzrers can see how useful it would be! [18:53] can I write it in Python? [18:53] xif: yes, but there's other important things as well... [18:53] jelmer: svnsync uses replay and it's very quick ; SVK doesn't and it't horribly slow and eats loads of CPU time on the client - my observations are a bit empirical but I find it impractical on large changesets. [18:54] awilkins: svk probably does more than just fetch the revisions though [18:55] jelmer: That's kinda the point ; I'm not sure what it's doing but it's just fetching one atomic commit (for a lot of files, thanks), either as diffs or whole revisions, and applying it to a local repository [18:55] jelmer: can I write, in Python, an extension that adds this feature? [18:56] xif: probably, although it may be necessary to make some changes to the core of bzr as well [18:56] xif: it's probably a good idea to bring it up on the mailing list [18:57] jelmer: hm, really? all we're talking about is a script that runs just before the commit and does a regexp replace on committed files. [18:57] xif: it's harder than that. You also don't want "bzr status" to report those files as modified [18:57] I could implement it with svn hooks if I wanted to, without touching the svn codebase or even writing an extension. [18:58] or "bzr diff" to show the lines with the keywords on them as changes [18:58] awilkins: it would surprise me if replay had a significant impact on the speed of bzr-svn [18:59] all I want is that if I commit a file that contains "$Rev: foo$", foo would be replace by the current revision before the commit. [19:00] you may be able to do that using a pre-commit, but I'm not sure whether such a hook is allowed to change the working tree [19:01] jelmer: thanks. [19:01] xif: afaik there's no way to do so with svn [19:02] jelmer: Hmm ; I guess it's an idea that's sticking in my head because it takes 5 minutes of CPU time to sync a single revision consisting of 1MB of XML spread across 708 files in SVK..... it would be quicker to export the files locally and check them in there, for heavens sake. I shall have to try bzr-svn and see how it compares on the same tasks [19:03] awilkins: is SVK using svn_ra_do_update() and not just svn_ra_get_file() ? [19:03] (708 roundtrips per revision instead of 1) [19:04] jelmer: Doesn't explain why it's pegging the CPU for 5 minutes, but i'll look at the source [19:15] * awilkins head pounds from having to read perl === kiko-phone is now known as kiko [20:32] how is TortoiseBZR shaping out? looking at the page its still below bata quality! Is that true? [20:43] What is the difference between svn2bzr and bzr-svn? [20:44] Treeform: yeah, it's a proof of concept and there's nobody actively working on it [20:45] bronger: svn2bzr works on svn dump files and does't require a patch python-subversion [20:45] bronger: bzr-svn requires a patched python-subversion but is better tested, allows pushing back to Subversion and actively maintained [20:45] Thanks, but what is the difference as far as the resulting branch is concerned? [20:46] not much [20:47] the one created with bzr-svn allows you to make changes based on it and push those changes back into svn [20:47] The problem is that I cannot access the SVN repository as an admin, so I have no dump; I wonder whether this means that I "lose" anything. [20:47] bronger: bzr-svn allows working with a remote svn repository [20:47] svn2bzr does not [20:50] Mmmh ... good (for me). So, svn2bzr is for real migration then, and of no value if you actually want to keep SVN? [20:50] bronger: I also believe I'm correct in saying that Debian and so Ubuntu ship the ready-patched bindings, so you wouldn't have to do it yourself on those cases. [20:50] Odd_Bloke: Yes, at least branchin works nicely. [20:52] Speaking about Ubuntu ... adding the package sources for the current version (taken from Bazaar's HP), I lost bzr-svn because it wanted an older version of bzr. It was not included into the repository, too. [20:52] bronger: the up to date bzr-svn package is "deb http://samba.org/~jelmer/debian/ unstable/" [20:53] bronger: svn2bzr is just older [20:56] jelmer, thanks [21:02] jelmer: what do you think about the fancy-tags patch? [21:02] ready for inclusion? [21:05] sorry, haven't had time to look at it yet [21:06] np [21:11] jelmer: Thanks, works nicely! [22:14] moin [22:16] hi [22:16] poolie: hi [22:18] jelmer: Hi, do you have a few minutes?. It's a about bzr-svn and OS X 10.4 [22:18] Verterok, sure [22:18] great! [22:19] abentley: what are your plans for bundlebuggy? Is it still being actively developed or in maintainance mode until launchpad takes over? [22:20] jelmer: I spent the last two days trying to compile the svn python-bindings with XCode-2.5 (the latest version for 10.4) [22:20] (I'll add a Tiger section in the wiki page tonight) [22:20] New bug: #185180 in bzr "Better messages when upgrade fails" [Undecided,New] https://launchpad.net/bugs/185180 [22:21] the main problem is that Xcode-2.5 kill the libtool shipped with 2.4 [22:22] after installing libtool from macports all worked like a charm :) [22:23] schierbeck: ping ? [22:23] all this introduction is to tell that I'ld like to build a pkg for svn-1.5 + bindings for OS X [22:24] Verterok, ah, that would be awesome [22:24] the number of people that has been trying to use bzr-svn on Mac OS X has surprised me [22:25] jelmer: a friend need bzr-svn features to keep in sync with a svn repo (hosted by his client) [22:26] jelmer: active development [22:26] abentley: Cool, thanks! [22:27] jelmer: he found the build a limitation to his deployment needs (around 7 workstations need to work with bzr-svn) [22:28] Verterok: if there's anything I can help with, please let me know. [22:29] jelmer: I don't know where to look for instructions about how subversion is packaged for OS X [22:32] asabil: pong [22:34] schierbeck: did you merge the fancy tags crack to the baseline ? [22:35] asabil: not yet, i need another core dev to vouch in [22:35] jelmer: (last question) bzr-svn needs a complete subversion install or with the libs+bindings is enough? [22:35] Verterok: libs+bindings is sufficient [22:36] Verterok: there doesn't appear to be packaging data in svn's svn [22:36] oh, great! [22:37] oh oki [22:37] jelmer: thanks, I'll neeed to get a collabnet user a search inside collbnet documentation [22:37] maybe we can poke someone schierbeck ? [22:38] oh, i'm not sure if jelmer has time for it >:) [22:39] jelmer: (real last question :-)) the libs+bindings can live side by side with a previous svn, like 1.4.4? [22:43] Verterok: I don't think they can live together with bindings form an earlier version [22:43] schierbeck: Sorry, hopefully I can have a look tomorrow [22:44] I have an exam tomorrow that I still need to do some final preparation for [22:44] jelmer: ok, thanks a lot!. good luck with your exam! [22:47] jelmer: me too [22:47] sucks... [22:48] What is it that the Pywin32 package contributes to running bzr on Windows? [22:58] awilkins, from memory, we use it to take file locks, manipulate the terminal [22:58] understand errno values [22:58] stuff like that === kiko is now known as kiko-afk [22:59] Hmm, I've been running without it ... I wonder if it's responsible for some of the errors I've been seeing [23:00] igc, hi [23:00] hi poolie [23:01] And mark files hidden, I think? [23:02] awilkins, if it's said to be optional but it doesn't work without it, that would be a bug, one way or the other.... [23:02] igc, quick call? [23:02] poolie: 10 minutes ok? [23:02] sure, call my mobile when you're ready? [23:02] sure [23:03] have you seen jam? [23:03] is he away this week? [23:03] s//today [23:03] he has been answering mail i guess [23:05] Yeah, he even reviewed some of my patches. [23:06] man, fate is cruel. I have an exam on unit testing on the thursday of the Bazaar sprint :-/ [23:08] I added a simple patch/bug. ubotu should have mentioned it by now. https://bugs.launchpad.net/bzr/+bug/185191 [23:08] Launchpad bug 185191 in bzr "add mnemonic diff to "commit" info {with patch}" [Undecided,New] [23:08] Heh. [23:08] I swear that thing waits until it sees you in channel before it talks.... [23:09] AFAIK, it triggers off the bug mailing. And I haven't gotten that bug yet, so... [23:09] I think it watches for urls [23:09] https://bugs.launchpad.net/bzr/+bug/185191 [23:09] Launchpad bug 185191 in bzr "add mnemonic diff to "commit" info {with patch}" [Undecided,New] [23:09] Well, it grabs the URL's. And bugs named by number. Like, I could ask about bug 185190... [23:09] Launchpad bug 185190 in ubuntu "City (Pittsburgh) Associated w/ Wrong Timezone" [Undecided,New] https://launchpad.net/bugs/185190 [23:10] bug replay [23:10] 185190 [23:10] But it'll also announce the filed bug when the mail hits. [23:11] New bug: #185191 in bzr "add mnemonic diff to "commit" info {with patch}" [Undecided,New] https://launchpad.net/bugs/185191 [23:11] Like so. [23:11] * fullermd pets ubotu. [23:16] New bug: #129334 in bzr-svn "Unicode exception while branching" [Low,Fix committed] https://launchpad.net/bugs/129334 [23:16] asabil: try pulling from ~bzr-gtk/bzr-gtk/viz-tags with the --overwrite flag [23:16] k [23:16] i've dropped using markup for now, i'll just deal with the tooltips when i have to [23:18] ok === cprov is now known as cprov-afk [23:49] !word [23:49] A comprehensive list of of Windows-equivalent applications in Linux can be found at http://www.linuxrsp.ru/win-lin-soft/table-eng.html and https://wiki.ubuntu.com/WhatWindowsUsersWant [23:52] hi all [23:52] i'm using bzr to be able to work disconnected from a subversion repo. after fetching the sources i did a bzr unbind. worked a little bit on them, committed stuff and i just did a bzr bind + bzr update as to update from the central repository. now I have a bunch of pending merges mixed with a few not yet merged changes to the code. [23:52] is there anyway to commit only the pending merges? [23:56] New bug: #185200 in bzr ""database is locked" bzr internal error" [Undecided,New] https://launchpad.net/bugs/185200 [23:58] Not really, no. That's why you commit before update 8-}