From: Carsten K. <car...@ma...> - 2002-01-03 05:40:37
|
Anyone know what's happened to files in the phpwiki root? I was about to=20= commit a small change to INSTALL about the DP.php PEAR error, and the = file=20 is=85 gone? (insert sound here of HomerSimpson screaming: "AAAAHHH!" = then=20 running away) cvs server: Updating . cvs server: .htaccess is no longer in the repository cvs server: INSTALL is no longer in the repository cvs server: LICENSE is no longer in the repository cvs server: README is no longer in the repository cvs server: UPGRADING is no longer in the repository cvs server: index.php is no longer in the repository cvs server: phpwiki-heavy.css is no longer in the repository cvs server: phpwiki-modern-heavy.css is no longer in the repository cvs server: phpwiki-modern.css is no longer in the repository cvs server: phpwiki-printer.css is no longer in the repository cvs server: phpwiki.css is no longer in the repository |
From: Steve W. <sw...@pa...> - 2002-01-07 06:31:16
|
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 On Thu, 3 Jan 2002, Carsten Klapp wrote: > Anyone know what's happened to files in the phpwiki root? I was about to > commit a small change to INSTALL about the DP.php PEAR error, and the fil= e > is=85 gone? (insert sound here of HomerSimpson screaming: "AAAAHHH!" then > running away) > > cvs server: Updating . > cvs server: .htaccess is no longer in the repository > cvs server: INSTALL is no longer in the repository > cvs server: LICENSE is no longer in the repository > cvs server: README is no longer in the repository > cvs server: UPGRADING is no longer in the repository > cvs server: index.php is no longer in the repository > cvs server: phpwiki-heavy.css is no longer in the repository > cvs server: phpwiki-modern-heavy.css is no longer in the repository > cvs server: phpwiki-modern.css is no longer in the repository > cvs server: phpwiki-printer.css is no longer in the repository > cvs server: phpwiki.css is no longer in the repository > > > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > --- http://www.panix.com/~swain/ "Without music to decorate it, time is just a bunch of boring production deadlines or dates by which bills must be paid." -- Frank Zappa |
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 |