[cvsnt] Taginfo problem solved
Bo Berglund
bo.berglund at telia.com
Mon Aug 16 17:31:36 BST 2004
Tony,
I have now verified that the fix I enclose here as a cvs diff solves the
reported problem with the taginfo call on a module named with an amperasnd
character.
Here is the diff:
Index: tag.c
===================================================================
RCS file: /usr/local/cvs/cvsnt/src/tag.c,v
retrieving revision 1.29.2.26
diff -r1.29.2.26 tag.c
635c635
< sprintf(cmd,"%s %s %s
%s",filter,symtag,delete_flag?"del":force_tag_move?"mov":"add",fn_root(repos
itory));
---
> sprintf(cmd,"%s %s %s
\"%s\"",filter,symtag,delete_flag?"del":force_tag_move?"mov":"add",fn_root(r
epository));
Please include this in the next CVSNT update.
Regards,
Bo berglund
More information about the cvsnt
mailing list