Re: files wrongly in cvs
Dumas Patrice <[email protected]> Thu, 10 Jul 2003 17:39:38 +0200
| Newsgroups | gmane.comp.tex.texi2html.devel |
|---|---|
| Message-ID | <[email protected]> |
> Nah. Just remove them. You might be right, but if the history files > aren't actually causing a problem, I don't want to remove them. That's > completely contrary to the design of CVS. Just use `cvs rm'. Thanks. I have a problem with the file named --and-hyphenation.html I did a rm -- --and-hyphenation.html and cvs rm --and-hyphenation.html. Now I want to commit the deletion. I do $ cvs commit -m "remove unneeded html file" --and-hyphenation.html I get cvs commit: invalid option -- - When I do $ cvs commit -m "remove unneeded html file" -- --and-hyphenation.html I get cvs server: invalid option -- - Pat