CVS stopped working the way I am used to. To change the name of a file, can't I copy it to a different name:
cp hork.php3 hork.php
rm hork.php3
cvs remove hork.php3
cvs add hork.php
cvs commit ?
I got in this catch 22 where it won't let me do anything with hork anymore (up-to-date check failed for hork, hork is already added to the repository. "Nothing is known about hork" "hork has unresolved conflicts ") so I kicked CVS in the nuts and started over. new repository, new CVSROOT, new everything.
6:55:04 PM
|