DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12793>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12793 VSSHISTORY fails against a label >30 chars [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.6Alpha (nightly) ------- Additional Comments From [EMAIL PROTECTED] 2003-02-25 04:18 ------- VSS will accept a label of up to 31 characters for 'Label' operations. For 'History' operations using only 1 label, up to 31 characters are accepted. For 'History' operations using 2 labels, the first label is truncated to 30 characters, the second accepts 31. To make sure that VSS files labeled with the <vsslabel> task can have their history retreived with the <vsshistory> task I've imposed a 30 character limit on all operations that use labels. A warning is logged if a label must be truncated. I've modifed all the clases that use the label attribute and added another test. This patch is against HEAD which has many changes not in the 1.5 branch, I can make a patch for 1.5 if needed. Jesse