I am using the taginfo file to identify a script to run when anyone tags a
file in the repository.
Arguments passed to this script should be:
1)     CVS User Name of person attempting tag   (this is specified in the
taginfo file)
2)     name of tag being applied
3)     operation ('add' for tag, 'mov' for tag -F, 'del' for tag-d)
4)     repository
5..n)  list of file revision [file revision ...]

When I tag multiple files at once, this works great.  I get the list of
files and revisions as the last arguments....
However, when I tag only one file, no file revision information is passed

How can I get the name and revision of the file being tagged in this case?

Thanks!!
George


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to