win32 seflftest results for bzr.0.9
Martin Pool
mbp at canonical.com
Thu Aug 10 02:01:52 BST 2006
On 2 Aug 2006, John Arbash Meinel <john at arbash-meinel.com> wrote:
> > Most of new errors comes from code like this:
> >
> > ignores._set_user_ignores(['./.bazaar'])
> >
> > this code create 'bazaar/2.0/' directory in working tree (because on
> > win32 bzr use '$APPDATA/bazaar/2.0/' directory for storing their configs).
> >
> > --
> > Alexander
>
> Actually, the _set_user_ignores is so that we don't accidentally include
> that directory in other output.
>
> It just needs to be updated everywhere to be:
>
> ignores._set_user_ignores(['./.bazaar', './bazaar'])
>
> The point is for it to ignore itself, so that when the directory would
> get created later, it will be ignored.
Is this happening because $APPDATA or $HOME is set to the test
directory? If so we should probably just set it somewhere else.
--
Martin
More information about the bazaar
mailing list