/srv/irclogs.ubuntu.com/2013/02/03/#bzr.txt

vedicI have created a local repository. I want to use this for creating a branch on remote system. How to do that?13:03
vedicNote that local system doesn't have static ip.13:03
LarstiQvedic: `bzr push some/remote/location`13:55
vedicLarstiQ: yea, that has worked.14:06
vedicLarstiQ: How to allow files with certain extensions only (like .gz, .bz2, .tar ) but not any other files or directories to tracked14:07
LarstiQvedic: preventing tracking entirely is perhaps tricky14:07
LarstiQvedic: but you can ignore everything else14:07
vedicLarstiQ: How to ignore everything else?14:08
LarstiQvedic: see the "debian" example in `bzr help ignore`14:08
LarstiQso something like RE:(?!.*\.(gz|bz2|tar))14:09
LarstiQvedic: may require some tinkering to get the regex exactly right14:10
vedicLarstiQ: so something like: bzr ignore "!.tz"  bzr ignore "!.bz2"  bzr ignore "!.tar"14:11
vedicwould not that ignore every thing else?14:11
vedicand before that bzr ignore "*"14:11
vedicLarstiQ:^14:12
LarstiQvedic: !*.tz, otherwise you will match only the exact file ".tz"14:13
vedicLarstiQ: oh yea14:13
vedicLarstiQ: Would these ignore apply on root directory? How to ignore inside a particular directory?14:24
vedicroot => repo main direcotry14:25
=== superfly is now known as me
=== me is now known as superfly
tsulHi!Don't14:44
tsulDon't you know when the next stable version of Bazaar will be released?14:44

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