/srv/irclogs.ubuntu.com/2009/07/26/#bzr.txt

=== cprov-afk is now known as cprov
zenwrylySince archival backup and DVCS have such similar semantics, I'm exploring using bzr for my backups.  The idea would be to collect changes locally, push them to a remote repo that holds all archival revisions, and then remove old history from the local revision.  Is there a way bzr might be able to accomodate this?02:24
zenwrylyerr, "remove old history from the local *repo*"02:29
jelmer____zenwryly, removing history is hard at the moment03:19
jelmer____zenwryly, it involves rewriting the repository from scratch03:19
NEBAP|workmorning07:06
NEBAP|workhow can I install a bazaar plugin right from launchpad?07:06
NEBAP|workk, I found07:17
NEBAP|workis it possible to get only the head revision of a branch?07:17
NEBAP|workwould be usefull if I donĀ“t have to download the complete history ..07:18
jelmerjoin #samba-technical14:13
jelmerargh14:13
=== jelmer is now known as Guest1138
=== Guest1138 is now known as jelmer____
jelmer____james_w, thanks :-)14:38
Adyshttp://dpaste.com/71605/ ochie15:32
=== cprov is now known as cprov-afk
LarstiQjelmer____: sorry, I just had went to bed at that point :)18:11
jelmer____LarstiQ, :-)18:13
* LarstiQ observes jelmer____ accumulating an ever longer tail18:13
jelmer____LarstiQ, Freenode doesn't have SSL support and I need authentication for jelmer_, jelmer__ and jelmer___ :-)18:14
* LarstiQ blinks18:14
LarstiQjelmer____: I see :)18:14
ronnyanyone remembering the specific reason for .bzr/branch/tags being a set of netstrings?22:01
DaffyDuck_When I commit files, the files in the bzr repo get wrong permissions. This means that other users can't read/write the repository. Can these kind of things be solved with post-commit scripts?23:15
lifelessmoin23:24
lifelessDaffyDuck_: they could, but why are they getting the wrong permissions?23:29
DaffyDuck_Because of users' umask, I guess.23:31
DaffyDuck_The problem doesn't occur when using the repositories remotely (bzr+ssh). But as soon as someone tries to work with the repository locally on the server, the permissions  get screwed up.23:33
lifelessDaffyDuck_: you could set their umask in bzr itself I guess23:41
ronnywhat api should i use if i want to do something like "bzr branch"23:41
lifelessor file a bug; I thought we used to have a facility to control this23:41
lifelessronny: foo.bzrdir.sprout23:41
DaffyDuck_lifeless: Yes, in some cases it appears to be handled correctly, but in others it is not. I have filed a related bug, but no one has commented on it yet.23:42
lifelessah, well I'm sure we'll get to it soon23:46
DaffyDuck_lifeless: Under normal circumstances we're working remotely, so this slight problem won't stop our conversion from subversion to bazaar. But sometimes when I'm anyways peforming work on the server, I'd like to be able to use the bazaar repositories without worrying about doing bad things to them in the process.23:51
lifelessDaffyDuck_: you could try setting your umask; if thats it then nothing bad will happen to them23:53
lifelessyou could even replace bzr with23:53
lifeless#!/bin/sh23:53
lifelessumask <>23:53
lifelessbzr.orig $@23:53
DaffyDuck_lifeless: Yes, I've thought of that -- but it has its potential problems. I would prefer if bzr handles all the permissions as it knows best how to.  Looking at some of the change logs, it appears that bazaar does have some sort of infrastructure to manage permissions in repositories.23:56
DaffyDuck_I get the feeling that it's just that no one has come around to using those systems everywhere.23:57
lifelesssetting the umask to allow group write shouldn't cause any problems for bzr23:57
lifelessif it does, they are definitely bugs23:58

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