From: Carsten K. <car...@ma...> - 2002-01-07 06:40:13
|
Strange, for me those files were there again today too. Must have been a temporary glitch at SF. The -kkkv error, that was my doing. I edited the CVSROOT/cvswrappers file to use binary/text depending on the filename extension, to prevent any source code files from accidentally being committed as binary. *.png -k 'b' -m 'COPY' *.php -k 'kkv' -m 'MERGE' but it's supposed to be: *.php -k 'kv' -m 'MERGE' I'll adjust it and try committing a test file to see if that fixes it. Carsten On Monday, January 7, 2002, at 01:31 am, Steve Wainstead wrote: > > Hmm. They are there at the moment: > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpwiki/phpwiki/ > > But I did an update and got some strange errors: > > cvs server: Updating lib/plugin > P lib/plugin/HelloWorld.php > P lib/plugin/RecentChanges.php > cvs server: internal error: unsupported substitution string -kkkv > U lib/plugin/Toolbar.php > > cvs server: Updating themes/MacOSX > U themes/MacOSX/MacOSX-Preview.jpg > cvs server: internal error: unsupported substitution string -kkkv > U themes/MacOSX/MacOSX-heavy.css > cvs server: internal error: unsupported substitution string -kkkv > U themes/MacOSX/MacOSX.css > > U themes/MacOSX/locale/en/buttons/ViewMarkup.png > cvs server: Updating themes/MacOSX/templates > cvs server: internal error: unsupported substitution string -kkkv > U themes/MacOSX/templates/browse.html > cvs server: internal error: unsupported substitution string -kkkv > U themes/MacOSX/templates/editpage.html > cvs server: internal error: unsupported substitution string -kkkv > U themes/MacOSX/templates/message.html > > ~swain |