Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Mitch Sandlin wrote: > I am using viewcvs and cvsnt on a win2k box. All is fine except for one > thing. viewcvs bombs when it comes across a file with a sticky option?? I > have a javascript file called menu_open.js with a sticky option of -ku.. > and whenever viewcvs gets to that file.. it bombs? Any body know how to > remove the sticky options all together? That's a unicode file... it's unlikely viewcvs has any idea how to view unicode (possibly log it as an enhancement request on their website?). If you remove the -ku you could easily stop your code compiling (presumably it was put there for a reason). Tony