gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnu-arch-users] [PATCH] default inventory rule too eager to match ^.svn


From: Junio C Hamano
Subject: [Gnu-arch-users] [PATCH] default inventory rule too eager to match ^.svn$
Date: Fri, 30 Jan 2004 22:37:17 -0800
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

I noticed that 'tla tree-lint' did not complain about an unknown
directory "1svn", created by typo.  It turns out that the regexp
in the default {arch}/=tagging-method created by init-tree has a
definition bit too loose to catch subversion metainfo directory.

Please pull from:

    address@hidden/tla--locl--1.2

    (archive at http://members.cox.net/junkio/address@hidden)

patch-1

    Meta information directories for foreign revision control
    systems are marked as "precious" in the default inventory rules.

    However, recent changes to add ".svn" introduced in
    address@hidden/tla--devo--1.2--patch-82 (originally from
    address@hidden/tla--integration--1.1--patch-77)
    forgets to quote the leading dot, making "1svn", "Zsvn",
    etc. precious as well.  This patch fixes this typo.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]