=== FourDollars_ is now known as FourDollars | ||
=== bob2_ is now known as bob2 | ||
thrustcore | jelmer: how can I ignore the file? | 09:14 |
---|---|---|
jelmer | thrustcore: "bzr ignore FILENAME" | 11:49 |
=== jam is now known as jam1 | ||
thrustcore | thanks jelmer :) that's exactly what I wanted | 11:52 |
thrustcore | jelmer: now it says These files will continue to be version controlled unless you 'bzr remove' them. to the file I ignored though, is that right? | 11:52 |
spiv | thrustcore: right, "bzr ignore" doesn't provide a way to have a file be both versioned *and* locally modified. | 11:55 |
thrustcore | spiv: is there any way to do it? | 11:55 |
spiv | Not built-in. | 11:55 |
spiv | In principle it's something that could be added, but the bzr core doesn't have that concept so it'd likely be a pain to write a plugin to do it. | 11:56 |
thrustcore | what's the plugin language for bzr | 11:56 |
spiv | PYthon | 11:56 |
thrustcore | how do bzr plugins work? | 11:57 |
spiv | (There's also the UI challenge of adding yet another state a file can be in) | 11:57 |
thrustcore | I don't use the UI | 11:57 |
spiv | The "bzr" command line tool is still a UI :) | 11:57 |
jelmer | thrustcore: I think spiv also means the command line UI :) | 11:57 |
thrustcore | ah, indeed | 11:57 |
spiv | The best description of how plugins work is in the docs. It'll be more complete and more accurate than I can describe on IRC :) | 11:58 |
spiv | Probably clearer too ;) | 11:58 |
thrustcore | all right then | 11:58 |
thrustcore | honest opinion, should writing such a plugin take more than 2 hours? | 11:58 |
spiv | If you're unfamiliar with bzrlib, I'd expect so unfortunately. | 11:59 |
spiv | (If you were, I reckon it'd be borderline; something hackish but sufficient for you might be possible in that time.) | 11:59 |
thrustcore | fair enough :) | 11:59 |
spiv | Probably a commit hook of some sort. | 12:00 |
spiv | But it'd probably need to do funny things with the WorkingTree objects passed through that hook. | 12:00 |
thrustcore | yeah, if I weren't using bzr as a part of my job I would probably just edit the source myself | 12:00 |
thrustcore | to just change the single place where it's committed | 12:00 |
davidbutler | hello | 13:37 |
davidbutler | I am trying to figure out how to get bzr integration wtih KDE’s dolphin, it seemed to work on a previous installation of ubuntu, but it doesn’t seem to work this time… I apt-get installed the plugin, do I need to do anything else to enable it? | 13:38 |
=== Enlik is now known as Guest82853 | ||
davidbutler | i solved my issue, btw | 13:46 |
=== thrustcore is now known as thrustcore`away |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!