Lars Gullik Bj�nnes wrote: > > Herbert Voss <[EMAIL PROTECTED]> writes: > > | Lars Gullik Bj�nnes wrote: > | > > | > | > | > | deleted files in cvs still appear in www > | > > | > How do you delete the files? > | > | cvs remove blah.html > | cvs commit > > Then the files should be removed from www as well, since that is just > a cvs checkout.
cd www-user/help cvs remove index.html cvs commit cp index.php3 index.html cd $home cvs checkout www-user -> index.html is still there! Herbert
