Update of "FilteredViews" by IanClatworthy
Ian Clatworthy
ian.clatworthy at internode.on.net
Wed Dec 24 07:20:24 GMT 2008
Martin Pool wrote:
> On 24 Dec 2008, Bazaar Wiki <noreply at bazaar-vcs.org> wrote:
>> Dear Wiki user,
>>
>> You have subscribed to a wiki page or wiki category on "Bazaar Version Control" for change notification.
>>
>> The following page has been changed by IanClatworthy:
>> http://bazaar-vcs.org/FilteredViews
>>
>> The comment on the change is:
>> More user doc
>>
>
> That looks really neat.
>
>> === Creating a view ===
>>
>> + This is done by specifying the files and directories using the `view` command like this:
>>
>> {{{
>> + bzr view file1 file2 dir1 ...
>> }}}
>
> I was wondering, after I read this, what would happen: does it remove
> all files from the working tree aside from the ones I named? What
> happens if they're modified?
Right now, all the files are still there in the working tree - changes
to them just aren't reported, shown, committed, etc.
Ultimately, it would be good to save disk space by only updating the
working tree (from the branch) *if* an initial view is given to branch
and checkout. That's not supported yet.
> I think I can guess the answers but having them here might help with
> documentation, might get some user feedback, and may help plan what to
> test.
Agreed. I'm gradually expanding the "Open Issues" section to cover some
of trickier design questions and my thoughts on future directions. My
first goal though is to get the core functionality working and landed.
Ian C.
More information about the bazaar
mailing list