how to get bazaar log rid of minor "sandbox" commits?
Martin Pool
mbp at sourcefrog.net
Thu Mar 12 00:04:17 GMT 2009
2009/3/12 Rahul Nabar <rpnabar at gmail.com>:
> branching does not work so well for me (I think) since bazaar
> branches at the repo level. I am keeping 200 odd files in a single
> repo located at ~/ But I often wish I could branch at file level but
> the last I checked this was not a possibility. Or is there a way?
Not really. We feel it would get pretty complex if there were
separate revision histories for different files within a directory -
CVS does this and it can be complex enough there, and they don't
handle consistency across files, changes to tree shape or merge
tracking.
It's conceivable using filtered views we could support composing a
working tree from multiple branches.
Basically what I would suggest is that you keep files that are
logically related each in separate branches.
--
Martin <http://launchpad.net/~mbp/>
More information about the bazaar
mailing list