On Fri, 2006-11-17 at 16:57 +0100, [EMAIL PROTECTED] wrote: > Ok It seems that > > http://bugzilla.mkgnu.net/show_bug.cgi?id=871 > > + > > log_template => { > # The bugid_regex is a regular expression that must set > # the unnamed variable $1 to the bug number, or list of > # bug numbers. It is checked for a match as: m/$regex/s > # bugid_regex => 'bug\s*(.*?):', > bugid_regex => '.*?BugzID:\s(.*)', > # The bugid_split_regex is a regular expression describing > # how a list of bug ids will be split in individual bug > # numbers. It is split as: /$regex/ > bugid_split_regex => ',\s?#|\s?#|,|\s+', > # The log_regex is a regular expression that must set the > # unnamed variable $1 to the log comment. It is checked > # for a match as: m/$regex/s > log_regex => '(.*?)BugzID:\s.*', > # log_regex => 'bug.*?:\s*(.*)' > },
Perhaps we should do the reverse ? Don't modify glue.conf, but set different properties. Instead of a 'BugzID' in $ svn propset -R bugtraq:label "BugzID:" $ svn propset -R bugtraq:message "BugzID: %BUGID%" we could instead do: $ svn propset -R bugtraq:label "Bugs:" $ svn propset -R bugtraq:message "bug %BUGID%:" These will all be executed by the Glue_Installer.pm.in. We won't need any special command-line arguments to the glue installer to tell it to integrate with TortoiseSVN; we'll just do it anyway, and won't need special arguments to tell us that we must modify glue.conf, too. > is enough for bug ids... The files and subdirectories you add after adding > properties are not listed with properties when checking for it but you are > asked for these (recursive properties?) > The problem still remains that BugzIDs are absent when manipulating the > repository without commit (delete, move, rename, import....) > Any idea how to overcome it? I am wondering if the TortoiseSVN people know; they must have been asked the same question before. Perhaps you could you ask them ? My first guess is that it doesn't matter. You will be prompted for BugzIDs when you do finally commit. A move/rename won't remove existing properties. A delete won't lose it's properties either. The import I don't know. I'm just guessing. Does anyone know ? _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
