problems with .bzrignore
Philippe Lhoste
PhiLho at GMX.net
Tue May 5 09:20:14 BST 2009
On 05/05/2009 00:35, Tim Michelsen wrote:
> here is my ignore pattern:
>
> *.~
> *.*~
> doc/sphinx-build.log
> [...]
> Please tell me why bzr does include these file in my repository:
>
> http://bazaar.launchpad.net/%7Eweb2py/web2py/web2py-sphinx/annotate/head%3A/doc/source/docs_contrib.rst%7E
>
> What is wrong with my pattern?
I am not sure (newbie here). Are you on some Unix system? To see head: in the path is
unusual (actually forbidden!) on Windows... (probably, I see your Thunderbird has X11 in
the user agent...)
On Windows at least, these exclude patterns seem to work:
E:\temp\TestsVCS\NCo
> bzr ignored
something/foo.rst~ *~
E:\temp\TestsVCS\NCo
> bzr ignore *.*~
E:\temp\TestsVCS\NCo
> bzr ignored
something/foo.rst~ *.*~
--
Philippe Lhoste
-- (near) Paris -- France
-- http://Phi.Lho.free.fr
-- -- -- -- -- -- -- -- -- -- -- -- -- --
More information about the bazaar
mailing list