I have a module in my repository. Let's call it module1
.
If I just checkout it, it's alright, it shows up in my machine and I can work on it.
There's a parameter in checkout command named -c
- according to help, '"cat" the module database.'.
But when I run this command
cvs co -c
The module isn't showing up. Why? Is there a cache file, something in my machine that needs to be updated, flushes or something? module1
exists, but doesn't show up when cvs co -c
is called. Why?