Re: implementing pre-commit-hook to prevent overwriting files under tags-dir
From: Marc Lustig <ml_at_marclustig.com>
Date: Fri, 25 Sep 2009 02:26:25 -0700 (PDT)
After getting the pre-commit script to run, I noticed that the logic is not
When I try committing a change of a file that resides under tags, the script
Here is the relevant snippet:
TAGS_REGEX='tags/[^/]\+'
I figured out, when I commit a file, the variable TAGS_CHANGES is empty.
The command
The bug must be somewhere else.
-- View this message in context: http://www.nabble.com/implementing-pre-commit-hook-to-prevent-overwriting-files-under-tags-dir-tp25570855p25609076.html Sent from the Subversion Users mailing list archive at Nabble.com. ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2400152 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-09-25 11:27:20 CEST |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.