Re: arch-tag problem?
Thomas Lord <[email protected]> Sat, 24 Feb 2007 19:55:15 -0800
| Newsgroups | gmane.comp.version-control.arch.user |
|---|---|
| Message-ID | <[email protected]> |
Unlike a year or so ago, I can't off the top of my head, point you at the particular lines of code to consider (which, anyway, I'd hesitate to modify for this issue, if I were you, because of interop issues) -- but -- the essence of the answer is that I made the assumption, somewhere along the line, that in any sane comment syntax you could deal with only allowing leading punctuation and whitespace before the tag. You might play around with something like: <?php this comment contains a revision control tag, do NOT alter the next line ...arch-tag: yadda yadda ?> Regards, -t Alexander Deruwe wrote: > Hey everyone, > > Is there any particular reason why tla will not recognise the > following line as a correct arch-tag? > > <?php /* arch-tag: 17B24542-9529-4E47-A1FB-4F799D873AAF */ ?> > > If I change it to read: > > <!-- arch-tag: 17B24542-9529-4E47-A1FB-4F799D873AAF --> > > Everything works fine. (But then the arch-tag shows up in my HTML, > which I'd like to avoid...) > Did I stumble upon a bug or is this a Feature I Do Not Understand? :) > > > hellfish:~/work/2007/vdms/apps/backend/modules/country aderuwe$ tla > --version > The GNU Arch Revision Control System (tla) 1.3.5 > tla--atai--1.3--patch-72, built on Feb 10 2007 > > on MacOS X 10.4.8 > > > Alexander Deruwe > > > _______________________________________________ > Gnu-arch-users mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/gnu-arch-users > > GNU arch home page: > http://savannah.gnu.org/projects/gnu-arch/ >