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.
Bharathwaj_Kannan wrote: > I have a couple of jsp files that got stored as Unicode in cvs. I want > to know how to convert them to text format. I tried removing the file > from cvs and adding it again. It still stores in Unicode format. Any > suggestions? I never tried this, but it should work with cvs up -ktkv <file> cvs ci -f <file> The update sets the -k options you want (the "t" makes the file a normal text file; not sure whether the "kv" is necessary), and the forced commit commits them. See also <http://www.cvsnt.org/manual/html/Substitution-modes.html> Gerhard