> Which is certainly the single thing that annoys me the most in > perforce. It seems that most of our "oops" commits in perforce are > along the lines of "oops, I forgot to p4 add this new file". It is possible to write a pre-commit hook to check for non-existent files. (Doing it 100% cross platform would be hard, but writing something that ran on most Unices probably gets most of the bang for the buck.) -RThread Previous