I have written a shell script to show me what files need patching without actually doing a cvs up
. It's just a simple cvs stat
parser.
But, it doesn't tell me if a new directory would come down with a new cvs up -d
.
Is there a way to find out if I'm missing directories that would be created with the next cvs up -d
?